Guest User

Untitled

a guest
Dec 15th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <security:http entry-point-ref="samlEntryPoint" use-expressions="false">
  2. <security:intercept-url pattern="/saml/logout/**" method="POST" />
  3. <security:intercept-url pattern="/**" access="IS_AUTHENTICATED_FULLY"/>
  4. <security:custom-filter before="FIRST" ref="metadataGeneratorFilter"/>
  5. <security:custom-filter after="BASIC_AUTH_FILTER" ref="samlFilter"/>
  6. </security:http>
Add Comment
Please, Sign In to add comment