Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The SAML flow is show in the diagram below

...

  1. The user via the UserAgent (e.g Browser) tries to access the SP

  2. The SP checks the current authentication session of the user and:

    1. If the user still has a valid session provides the user access to the service

    2. If the user does not have a valid session, it will generate a AuthNRequest and redirects the user to the IDP’s SingleSignOnService url

  3. The IDP checks the AuthNRequest and if valid ask the UserAgent to provide authentication details

  4. The UserAgent provided the authentication details to the IDP.

  5. The IDP checks the user credentials and if valid generates a SAMLResponse containing a SAML Assertion about the user attributes.

  6. The IDP send the SAMLResponse (through the UserAgent) to the AssertionConsumerService url of the SP.

  7. The SP validates the SAML Response and assertions and if valid provides the user access to the service

...