- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2025 06:27 AM
Hi,
We are implementing GRC and noticed that users cannot access the Risk or the Compliance workspace. They all have the sn_grc_workspace.user and I've added this role into the Risk Workspace. When I impersonate the user, I don't see the Workspace menu at the top of the Next Experience UI. In addition, I've also tried to access the Risk Workspace directly via the URL and receive the 403 error, You do not have permissions to access this page. These users will only be able to access the GRC related area, but not the ITSM, hence, they don't have an ITIL license.
Thanks,
Clifford
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2025 12:38 PM - edited 02-22-2025 01:28 PM
Hello Waffle,
I checked required roles via configuring Module in Application Navigator, I see two allowed roles:
- sn_risk_workspace.business_op_risk_manager
- sn_risk_workspace.operational_risk_manager
Quoted from documentation: The roles for the Risk Workspace are the Operational Risk Manager and IT Risk Manager.
This means that role sn_grc_workspace.user is insufficient for accesing Risk Workspace.
Official ServiceNow documentation:
If my answer helped you, please accept it as correct and mark helpful, thank you 👍
Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2025 12:38 PM - edited 02-22-2025 01:28 PM
Hello Waffle,
I checked required roles via configuring Module in Application Navigator, I see two allowed roles:
- sn_risk_workspace.business_op_risk_manager
- sn_risk_workspace.operational_risk_manager
Quoted from documentation: The roles for the Risk Workspace are the Operational Risk Manager and IT Risk Manager.
This means that role sn_grc_workspace.user is insufficient for accesing Risk Workspace.
Official ServiceNow documentation:
If my answer helped you, please accept it as correct and mark helpful, thank you 👍
Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2025 07:40 AM
Thanks Martin, this is very helpful.