Last active
September 11, 2019 19:52
-
-
Save zbigniewTomczak/a8a6204c30ba48cac7a59257600878ae to your computer and use it in GitHub Desktop.
SAML SSO Steps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1. User accesses a custom application for the first time | |
| 2. Service Provider Security Filter checks if the security context is available | |
| and redirects the user to IDP (Identity Provider) with a SAML SSO request | |
| 3. IDP challenges the user with the authentication dialog and redirects the user to | |
| Request Assertion Consumer Service (RACS) after the user has authenticated | |
| 4. RACS validates the response from IDP, establishes a security context and redirects the user | |
| to the original application endpoint | |
| 5. Service Provider Security Filter enforces that a valid security context is available and lets the user | |
| access the custom application. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment