- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2025 01:06 AM
Hi everyone!
I'm writing this post because I need help with setting up an instance.
Currently, I've built a CSM portal. The instance mainly has two types of persona:
- agents (who work on tickets in the backend)
- customers (who use the CSM portal)
The CSM portal is accessed with a link like this: https://instance-name.service-now.com/csm
However, if customers remove the "/csm", they can see the home page (the one that agents can usually see at https://instance-name.service-now.com/now/nav/ui) of the backend, even if they can't interact with it and can't see any sensitive data.
I want to make sure that customers can't access the backend home page at all.
I thought about using the solution described at this link: https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0869746
However, a colleague told me that in his opinion there is a way to avoid using redirects.
I'm thinking of using ACLs, but I'm not sure.
Do you have any suggestions?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2025 03:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-22-2025 07:03 AM
Hi @VincenzoN
It is not possible but have look here
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
‎07-11-2025 02:54 AM - edited ‎07-11-2025 02:56 AM
@VincenzoN I believe below change in script include "SPEntryPage" may work for you.
Could you please try in your dev/test environment?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2025 03:01 AM
In the end, we chose to use role-based redirects as a solution.