...
The IdP stores information about the user in a database. The user connects to SP and SP delegates authentication request to IdP. The IdP validates the user against its identity database. It then sends a SAML assertion about that user to the service provider. The SP then gives the user access to the application.
- Create users in Adeptia and Company's IdP server with same name.
- Company's user access Adeptia Login page and Adeptia calls Company IdP via SAML for authentication.
- If user is already logged into Company's IdP then Adeptia receives a SAML response with logged in User ID.
- Adeptia takes the User ID and fetches user information from Adeptia User Management and logs the user into Adeptia.
...