We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebc7b73 commit ffbb5ecCopy full SHA for ffbb5ec
orcid-web/src/main/resources/orcid-frontend-security.xml
@@ -472,10 +472,6 @@
472
<!-- Require ROLE_USER for all other methods -->
473
<sec:intercept-url pattern="/.*" access="ROLE_USER" />
474
475
- <!-- <sec:form-login authentication-failure-url="/signin" login-page="/signin"
476
- login-processing-url="/signin/auth" -->
477
- <!-- username-parameter="userId" password-parameter="password" default-target-url="/my-orcid"/> -->
478
-
479
<sec:form-login login-processing-url="/signin/auth.json" authentication-details-source-ref="authenticationDetailsSource"
480
login-page="${org.orcid.core.baseUri}/signin" authentication-success-handler-ref="ajaxAuthenticationSuccessHandler"
481
authentication-failure-handler-ref="ajaxAuthenticationFailureHandler"
0 commit comments