Skip to content

Commit ffbb5ec

Browse files
committed
404-redirects
1 parent ebc7b73 commit ffbb5ec

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

orcid-web/src/main/resources/orcid-frontend-security.xml

-4
Original file line numberDiff line numberDiff line change
@@ -472,10 +472,6 @@
472472
<!-- Require ROLE_USER for all other methods -->
473473
<sec:intercept-url pattern="/.*" access="ROLE_USER" />
474474

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-
479475
<sec:form-login login-processing-url="/signin/auth.json" authentication-details-source-ref="authenticationDetailsSource"
480476
login-page="${org.orcid.core.baseUri}/signin" authentication-success-handler-ref="ajaxAuthenticationSuccessHandler"
481477
authentication-failure-handler-ref="ajaxAuthenticationFailureHandler"

0 commit comments

Comments
 (0)