The Now Platform® Washington DC release is live. Watch now!

Help
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How can I automatically redirect users to SSO (IDP) login screen

kumar_dev
ServiceNow Employee
ServiceNow Employee

Using SSO, how can I redirect to SSO (IDP) login screen rather than going through ServiceNow login screen?

1 ACCEPTED SOLUTION

bryanbarnard
ServiceNow Employee
ServiceNow Employee

Configure an IDP as the primary IDP and users will be automatically redirected to that IDP when they login.



From ServiceNow Docs Site:


"You can set one IdP as the primary IdP to which new users are automatically redirected when they access the base instance URL. You can also set one IdP as the default IdP."



Modify the primary and default IdP


View solution in original post

2 REPLIES 2

charlesbarkley
Kilo Expert

You can use the 'glide.authenticate.sso.redirect.idp' property and set it to the sys_id of your identity provider. With the new Multi provider SSO plugin, you will be taken to the servicenow login page and you need to click on the 'use external login' link.



To bypass the servicenow login page and hit the SSO login page directly, you'll need to set the 'glide.authenticate.sso.redirect.idp' property to the sys_id of the Identity provider you've setup under Multi-Provider SSO > Identity Providers



Here's the wiki link : Multiple Provider Single Sign-On - ServiceNow Wiki


bryanbarnard
ServiceNow Employee
ServiceNow Employee

Configure an IDP as the primary IDP and users will be automatically redirected to that IDP when they login.



From ServiceNow Docs Site:


"You can set one IdP as the primary IdP to which new users are automatically redirected when they access the base instance URL. You can also set one IdP as the default IdP."



Modify the primary and default IdP