- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2014 01:03 AM
Hi,
Using SSO (ADFS) as an authentication mechanism, is it possible to redirect users, once authenticated, to different landing pages in ServiceNow depending on their roles? I've tried using Login Rules, but it seems these are bypassed when I use SSO authentication. I tested without SSO and if I define a login page, I'm able to redirect users after authentication to whichever page I've defined for them.
Thank you.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2014 08:21 AM
Here is another way to redirect to different home pages if you are using SSO (link below).
Add Role Based Home Pages with SAML 2.0 in ServiceNow-John James Andersen
We are currently using it and it works great.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2014 05:15 PM
Hello,
We had to do something similar to separate our ESS (organization users) against our customers that shouldn't see the classic view or organization items.
We use SSO to authenticate from our custom portal page.
Check out this link, its a banner redirect script, business rule that looks at the company name for a particular set of users (can also add role) and redirects them to <page in SN instance> anytime they try to navigate to someplace they shouldn't be. (our main issue was the base URL to our instance).
Hopefully this helps, here is the link we used:
Thanks!
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2014 05:28 AM
Hi,
Are you able to solve the issue you reported regarding ESS users redirection using SSO? Am facing the same issue now. If you are able to solve this issue, please let me know.
Thank you!!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2014 08:21 AM
Here is another way to redirect to different home pages if you are using SSO (link below).
Add Role Based Home Pages with SAML 2.0 in ServiceNow-John James Andersen
We are currently using it and it works great.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2014 12:26 AM
Hi,
Thanks for your help. We are able to redirect the users based on the role using SSO now. I have a small issue, as end users will not have any role, how to redirect them to ESS portal using this RoleBasedHomepages.