How does authentication with SSO work?
M
Written by Minh Tong
Updated over a week ago

Authentication with SSO relies on a trust relationship between domains (websites). With single sign-on, this is what happens when you log in to an app or website:

  1. The website first checks to see whether you have already been authenticated by the SSO solution, in which case it gives you access to the site.

  2. If you haven’t, it sends you to the SSO solution to log in.

  3. You enter the single username/password that you use for corporate access.

  4. The SSO solution requests authentication from the identity provider or authentication system that your company uses. It verifies your identity and notifies the SSO solution.

  5. The SSO solution passes authentication data to the website and returns you to that site.

  6. After logging in, the site passes authentication verification data with you as you move through the site to verify that you are authenticated each time you go to a new page.

Illustration of how SSO works

Did this answer your question?