- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2024 03:42 AM
I am unable to access global password system property in scoped application. I am able to access other system property types in the global application.
Is there something that needs to be done especially for password properties when it comes to cross scope access?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2024 04:15 AM
Hi @Jake Sadler
I'm afraid setting up normal Cross scope permissions would not be enough.
It would require Restricted Caller Access Privilege to be set, but you cannot do this yourself against global scope, so you will have to request this to be done by ServiceNow Support.
I doubt they will honour this request though, since it introduces a security risk as well, given it involves passwords.
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2024 03:47 AM
Hi @Jake Sadler
Can you give a little bit more information on what you are trying to achieve and what you have tried so far?
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2024 03:58 AM - edited 07-12-2024 03:59 AM
Hi Peter,
I am executing a rest message in a script include inside the application scope.
I am able to retrieve a string system property which is the user name. It is called like this:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2024 04:15 AM
Hi @Jake Sadler
I'm afraid setting up normal Cross scope permissions would not be enough.
It would require Restricted Caller Access Privilege to be set, but you cannot do this yourself against global scope, so you will have to request this to be done by ServiceNow Support.
I doubt they will honour this request though, since it introduces a security risk as well, given it involves passwords.
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.