mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-10 04:13:31 +00:00
Fix openid sample configuration.
This commit is contained in:
parent
76ebb759f3
commit
5939f17708
@ -15,11 +15,6 @@
|
||||
<http pattern="/css/*" secured="false" />
|
||||
<http pattern="/js/*" secured="false" />
|
||||
|
||||
<http pattern="/stateless/*">
|
||||
<intercept-url />
|
||||
<http-basic />
|
||||
</http>
|
||||
|
||||
<http>
|
||||
<intercept-url pattern="/**" access="ROLE_USER"/>
|
||||
<logout/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user