- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2024 06:28 PM
The role workspace_list_admin is an elevated privilege which normally means it needs to be manually elevated, but it is always elevated for me. How do I turn this off and force the role to be manually elevated when required?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2025 10:34 AM
I ended up opening a case for this, and there is a simple solution. We've been using ServiceNow so long (Calgary) that we're missing some system properties.
I simply had to create glide.security.strict_elevate_privilege with a value of true.
I included this description:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2024 08:13 PM
Hi @simonthomas ,
That's wierd, not all users will have this role by default.
Is this happening with all the users?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2024 08:45 PM
It's happening for me specifically, not all users. I have full admin permissions.
The security_admin role behaves correctly. I have to manually elevate that role.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2024 09:31 PM
Hi @simonthomas ,
By default, you do not have elevated privilege roles upon login. You must manually elevate to the privilege of the role. An elevated privilege role lasts only for the duration of your user session. Session timeout or logout removes the role.
Have you checked by logging out and login in back, as you should see something like below:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2024 04:06 PM
I know that's how it should work, but that's not how it works for me. I can log out and back in and will immediately have that role elevated, even if I un-elevate the role before I log out.