Hyperlink redirect after logon with Multi provider SSO
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2017 02:50 PM
Currently Helsinki environment that consists of 17 different IDP's for multi provider SSO using SAML2. SP landing page setup with 17 different links that a user can click on that will take them directly to their IDP without having to click the "Use External Login".
Here is an example URL: https://myinstance.service-now.com/login_with_sso.do?glide_sso_id=7cb23f131b121100227e5581be071355
Here is example landing page for login:
Once the users are logged in they are forced to service portal and can't get to the fufiller view. This was done by: modifying the SPEntryPage script include, modifying glide.entry.page.script, creating glide.entry.first.page.script.
Since going to service portal the URI_REF is no longer working as it tries to take the users to fulfiller view. We do not allow this. Our desire is customer receives an email notification (Incident, Request, Survey, etc.,) they can click a URI_REF that auto logs them (using correct IDP) then loads the task ticket in portal view.
Where I am at now. I found you can replace "${URI_REF}" with "<a href="sp?sys_id=${incident.sys_id}&view=sp&id=ticket&table=incident">${number}</a>" for an incident and it does work. If they are already logged in. If not it requires the customer to login at the landing page and loses the "deep link" and doesn't redirect after login.
So my question is how can I get past the URI_REF issue and what is the possibility of getting past our login issues as stated above? My guess is I have a few things that need to be addressed but need some help getting there.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2017 04:37 AM
Do you have any progress on this? We are encountering the exact same issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2017 07:07 AM
I am currently working with HI support on the redirect issue on login. If the link you click on is not seen as a portal url it redirects you to the main portal page instead of the deep link you had clicked on. Looks like it might be a bug in the SPEntryPage since the URI_REF isn't technically using a portal page to display the content. I hope to have some more info this week.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2017 03:46 PM
coreyledbetter Were you able resolve your issue?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2017 06:49 AM
I am still working with HI on this issue. Something in the SPEntryPage script include is causing it and they are working with development to figure it out.