Log in using Multi-Provider SSO
-
- UpdatedJan 30, 2025
- 1 minute read
- Yokohama
- Platform Security
The recommended and most efficient method for users to log in using Multi-Provider SSO is to use a specifically configured URL.
Before you begin
About this task
After multi-provider SSO is configured, you can send a URL to your users with the correct IdP in the parameter string. For example:
/login_with_sso.do?glide_sso_id=<sys_id of the sso configuration>
After a user successfully logs in to the IdP page, a cookie containing the IdP sys_id is added to the browser. The next time the user attempts to log in, the system redirects the user to log in to the IdP server, which automatically logs in to the instance.
If a URL parameter is not set or the browser cache has been cleared, users can also do the following:
Procedure
Result
After users successfully log in to an IdP, they are automatically redirected to that IdP whenever they attempt to access the instance. To have a user access a different IdP, send the user a URL with the new IdP information in the parameter. The new IdP overwrites the old IdP in the cookie if the user successfully logs in. If the user does not log in successfully, the old IdP information is retained in the cookie.