mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 01:02:14 +00:00
SEC-722: Added explicit login page to open-id element in openid sample.
This commit is contained in:
parent
743d72ca7b
commit
071c91540c
@ -16,7 +16,7 @@
|
||||
<intercept-url pattern="/**" access="ROLE_USER"/>
|
||||
<intercept-url pattern="/openidlogin.jsp*" filters="none"/>
|
||||
<logout/>
|
||||
<openid-login />
|
||||
<openid-login login-page="/openidlogin.jsp" />
|
||||
</http>
|
||||
|
||||
<authentication-manager alias="authenticationManager"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user