- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2022 08:48 PM
Hi community members,
I want to redirect all the users who have (xyz) role and logging into our Dev instance to a specific portal (onboarding). I am able to do this when user 1st time logs in without any specific portal URL defined, after login when I remove (/onboarding) from the URL and hit enter the user is able to see the backend. (This is the issue!!!)
I do not want users to see the backend even if they modify the URL and tries to see the backend of ServiceNow. User with (xyz) role should always see the (onboarding) portal only.
Please help me achieve this functionality!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2022 07:59 AM
Well this UI script worked for my requirement. I figured it out on my own.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2024 04:09 AM
Hi @Utpal Dutta ,
Have followed the same approach to achieve a similar requirement. I have also the use case for users to redirect to a single portal regardless of any URL they try.
But unfortunately, I am not able to achieve the same. And also trying on the PDI as well to redirect users to SP if they have any random role.
Does anything specific need to be follow for the catch block too?