Please enable JavaScript.
Coggle requires JavaScript to display documents.
Auth0 SSO (Setup SSO with Auth0 (enable sso for client, configure sso…
Auth0 SSO
-
-
-
- Check the User's SSO Status from the Client : 1) accessToken; 2) expiration date of access token.
Single Sign On Concepts
-
with SSO
-
Concept: there is a central domain, through which authentication is performed, and then the session is shared with other domains in some way.
-
Whenever the user goes to a domain that requires authentication, he or she is redirected to the authentication domain. As the user is already logged-in at that domain, he or she can be immeditely redirected to the original domain with the necessary authentication token.
-
-
-
-
google sso workflow:
- The user accesses the first Google product.
- The user receives a Google Accounts-generated cookie.
- The user navigates to another Google product.
- The user is redirected again to Google Accounts.
- Google Accounts sees that the user already has an authentication-related cookie, so it redirects the user to the requested product. :