Updated Server configuration (markdown)

master
Justin Richer 2016-04-01 08:16:08 -04:00
parent b987e0b6ec
commit ed7004c7d7
1 changed files with 1 additions and 1 deletions

@ -25,7 +25,7 @@ An example of a custom configuration follows:
authentication-manager-ref="authenticationManager" pattern="/**"> authentication-manager-ref="authenticationManager" pattern="/**">
<security:intercept-url pattern="/**" access="permitAll" /> <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="resourceServerFilter" before="PRE_AUTH_FILTER" />
<security:custom-filter ref="ssoFilter" before="BASIC_AUTH_FILTER" /> <security:custom-filter ref="ssoFilter" before="BASIC_AUTH_FILTER" />