- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
‎03-15-2016 06:08 AM
We are using the multiple provider single sign-on plugin.
I want to pass a return URL after sending my users to the correct SSO portal.
Example:
- Our ServiceNow instance is defaulted to SSO #1.
 - However, if I provide users with a certain URL (a public UI Page), it sends them to SSO #2 using the "login_with_sso.do?glide_sso_id=#########" link.
- how can I add a relayState parameter to that link to give to my identity provider?
 
 
Solved! Go to Solution.
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
‎07-26-2017 01:33 PM
I finally figured this out for good. All the wiki needed was some examples.
Say you have this URL:
myinstance.service-now.com/knowledge_detail_rtsd.do?sysparm_articlenumber=KB0026349
To force a specific SSO login, all you have to do is add the "glide_sso_id" parameter to that URL, so it becomes:
myinstance.service-now.com/knowledge_detail_rtsd.do?sysparm_articlenumber=KB0026349&glide_sso_id=b18ef6234234234055343be3ee4c1
In the bolded part, just input the sys_id of the identity provider you want the user to be forced to log in with.
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
‎05-17-2019 06:42 AM
Hi, does this work in portal? I'm not sure that I have that infinite loop issue described, but for me it doesn't work in portal at all, only platform.
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
‎10-23-2024 07:51 PM
Hi @Chris Sanford1 
Does it worked for portal ?
