- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2016 06:46 AM
Is there a way to force redirection to the SSO provider from the base URL of an instance?
Use this: https://myinstance.service-now.com
Instead of this: https://myinstance.service-now.com/login_with_sso.do?glide sso id=a343f9efe98fa98fef8e9d8fef9ew8c8
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2016 09:48 AM
Found the solution, fully documented on the Wiki (face palm!). Thanks for your help!
Modify the primary and default IdP

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2016 06:49 AM
Hi Todd,
Yes, it is possible. It should be the default after you set up SSO (using the Multiple Provide Single Sign-on plugin.
Take a look at these for assistance:
Multiple Provider Single Sign-On - ServiceNow Wiki
External Authentication (Single Sign-On - SSO) - ServiceNow Wiki (section 5.1)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2016 06:54 AM
Thanks for responding Chuck! I was hoping that was the case but I see some users getting the login page with username/password and also the "Use External Login" link which of course they can click and enter their email address and force the SSO process. So the expected behavior is that when a user hits the base URL, it should automatically force the SSO login?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2016 07:02 AM
Yes Todd. The base URL should redirect.
It shouldn't be specific to some users at that point because it doesn't know one user from another. It could be a browser cache issue in that their session is interfering with the redirect to the SSO page.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2016 05:44 AM
We have three instances and see the same behavior on all three after configuring SSO. Users will see this page first:
Which they can then click on the "Use External Login" link which brings them to this screen:
Where they can put in their email address and login. We are looking for a way to avoid all of this altogether and just force them to log in using SSO. Is the above the normal/expected behavior? Based on the Wiki (Multiple Provider Single Sign-On - ServiceNow Wiki ) they recommend telling users to go to the SSO link first but is there a way to redirect them without sending them the long url?