- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi Experts,
I’m trying to redirect non-ITIL users to the Service Portal after login in ServiceNow.
Requirement:
Users with ITIL role → Should land on the Platform UI (UI16 / Next Experience)
Non-ITIL users → Should be redirected to the Service Portal (e.g., /sp)
What I have tried so far:
Modified OOB Script Include (SPEntryPage)
Configured a Login Rule
Configured a System Security → Destination Rule
Tested with different non-ITIL users (no admin role)
Cleared cache and tested in incognito
Issue:
Non-ITIL users are still landing on the Platform UI instead of the Service Portal.
None of the above configurations seem to work.
If anyone has implemented this successfully, could you please share the correct approach?
Thanks in advance!
@Ankur Bawiskar @Dr Atul G- LNG
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
the SPEntryPage script include should handle this
check this blog
Role based redirection with SPEntryPage
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
the SPEntryPage script include should handle this
check this blog
Role based redirection with SPEntryPage
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
Thank you so much for the solution, it's working as expected.
I observed that when logging out from a non-ITIL user and then logging back in as an admin or ITIL user, the system redirects to the Service Portal instead of the expected platform home page (e.g., /nav_to.do or homepage/dashboard).
Could you please help me reason behind of this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
could be a cache issue.
Try to clear cache using cache.do and then try again
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/dratulgrover [ Connect for 1-1 Session]
****************************************************************************************************************

