Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. * User accesses a custom application for the first time
  2. * Service Provider Security Filter checks if the security context is available
  3. and redirects the user to IDP (Identity Provider) with a SAML SSO request
  4. * IDP challenges the user with the authentication dialog and redirects the user to
  5. Request Assertion Consumer Service (RACS) after the user has authenticated
  6. * RACS validates the response from IDP, establishes a security context and redirects the user
  7. to the original application endpoint
  8. * Service Provider Security Filter enforces that a valid security context is available and lets the user
  9. access the custom application.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement