- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2024 01:17 AM
Hello Folks,
I am trying to enable Multi SSO on a domain separated instance it was not showing the login options on the login page. After backtracking I found one script include `MultiSSO_OidcUtil` with below comments. Anyone have idea how I can enable SSO with multitenant instance.
Solved! Go to Solution.
- 623 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2024 09:22 PM
Hi Charan,
Above mentioned script include is high priority code , we couldnt edit and servicenow support also not encourage to edit because it might cause performance issue. So you can show login option in Page which we get when click "Login with SSO" .Refer the below screenshot. This can be acheive by adding buttons using a link in UI Pages (login_locate_sso ) as below code:
Note: You should provide the correct sys ID "login_with_sso.do?glide_sso_id= <Use your Oidc\saml Identity Provider's sysid>"
This can be acheive by adding buttons using a link in UI Pages (login_locate_sso ) as below code:
Note: You should provide the correct sys ID "login_with_sso.do?glide_sso_id= <Use your Oidc\saml Identity Provider's sysid>" . This Link will fetch the record from mentioned OIDC\SAML Identity Provider in the sysID.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2024 09:22 PM
Hi Charan,
Above mentioned script include is high priority code , we couldnt edit and servicenow support also not encourage to edit because it might cause performance issue. So you can show login option in Page which we get when click "Login with SSO" .Refer the below screenshot. This can be acheive by adding buttons using a link in UI Pages (login_locate_sso ) as below code:
Note: You should provide the correct sys ID "login_with_sso.do?glide_sso_id= <Use your Oidc\saml Identity Provider's sysid>"
This can be acheive by adding buttons using a link in UI Pages (login_locate_sso ) as below code:
Note: You should provide the correct sys ID "login_with_sso.do?glide_sso_id= <Use your Oidc\saml Identity Provider's sysid>" . This Link will fetch the record from mentioned OIDC\SAML Identity Provider in the sysID.