mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-24 03:03:44 +00:00
Added error page URL to openid login sample
This commit is contained in:
parent
456e737d31
commit
57558de3ec
@ -15,8 +15,8 @@
|
|||||||
<http>
|
<http>
|
||||||
<intercept-url pattern="/**" access="ROLE_USER"/>
|
<intercept-url pattern="/**" access="ROLE_USER"/>
|
||||||
<intercept-url pattern="/openidlogin.jsp*" filters="none"/>
|
<intercept-url pattern="/openidlogin.jsp*" filters="none"/>
|
||||||
<logout/>
|
<logout/>
|
||||||
<openid-login login-page="/openidlogin.jsp" />
|
<openid-login login-page="/openidlogin.jsp" authentication-failure-url="/openidlogin.jsp?login_error=true" />
|
||||||
</http>
|
</http>
|
||||||
|
|
||||||
<authentication-manager alias="authenticationManager"/>
|
<authentication-manager alias="authenticationManager"/>
|
||||||
@ -44,4 +44,4 @@
|
|||||||
<user name="http://spring.security.test.myopenid.com/" password="password" authorities="ROLE_SUPERVISOR,ROLE_USER" />
|
<user name="http://spring.security.test.myopenid.com/" password="password" authorities="ROLE_SUPERVISOR,ROLE_USER" />
|
||||||
</user-service>
|
</user-service>
|
||||||
|
|
||||||
</b:beans>
|
</b:beans>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user