Updated Server configuration (markdown)
parent
b987e0b6ec
commit
ed7004c7d7
|
@ -25,7 +25,7 @@ An example of a custom configuration follows:
|
|||
authentication-manager-ref="authenticationManager" pattern="/**">
|
||||
<security:intercept-url pattern="/**" access="permitAll" />
|
||||
|
||||
<security:custom-filter ref="promptFilter" after="SECURITY_CONTEXT_FILTER" />
|
||||
<security:custom-filter ref="authRequestFilter" after="SECURITY_CONTEXT_FILTER" />
|
||||
<security:custom-filter ref="resourceServerFilter" before="PRE_AUTH_FILTER" />
|
||||
<security:custom-filter ref="ssoFilter" before="BASIC_AUTH_FILTER" />
|
||||
|
||||
|
|
Loading…
Reference in New Issue