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…
Reference in New Issue