Single Sign On
Simple Flow of SAML Operation (Prior to v68)
SP Initiated Session:
- User enter directly to SP application (http://synweb.synergetic.net.au)
- The SP detects that the user is not authenticated and redirects the user to the IDP for authentication.
- The user enters its credentials to the IDP and authenticates successfully.
- The IDP then redirects the user back to the SP with an encoded SAML request containing.
- X509Certificate
- Claim Attribute Name and Value
- The SP processes the request and validates:
- X509Certificate matches the one stored on the SP server. (in ~Site/Certificates)
- The claim attribute value has a valid, matching user stored in the Synergetic
- If everything is valid, the user login is then registered with the session and the user can continue using SynWeb/ Community Portal.