How to Restrict user navingating to servicenow backend view(Native view)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-15-2023 09:04 AM
Hello Everyone,
we have a reuirement where we want to restrict set of users navigating to servicenow backend ?
Any suggestions..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-15-2023 09:12 AM - edited ‎12-15-2023 09:12 AM
You will need to create a global UI Scrip to redirect them to the portal, or any other UI you wish. The process is detailed in this ServiceNow KB Article.
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0994806
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-15-2023 09:20 AM
We granted the users Snc_external role users should be able access serviceportal not the Native Ui
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-15-2023 09:24 AM
Hi @Vikky_5429
I think, user is still able to login in Native view as user is end user and can access Native view.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
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/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-15-2023 09:28 AM
@Vikky_5429 snc_external can still access the UI, you might want to look into setting up a redirect to the Portal for that role after they log in.
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0746730
Even though they are redirected, they can still access the native UI if they modify the URL. If you want to cover that base as well, my original URL contains that solution: https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0994806