- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2017 07:23 PM
I've seen the Credentials WIKI, but it seems more geared toward Orchestration username / passwords.
I'm looking for a better place to store username / passwords for websites that are being accessed using the REST API, and then how to access them in a script.
What does everyone else do?
Solved! Go to Solution.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2017 09:25 PM
This might help you.
Credential Store in Service-Now - inMorphis
But I guess ServiceNow needs to think on this front and provide something that can serve as a general purpose password store.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2017 09:25 PM
This might help you.
Credential Store in Service-Now - inMorphis
But I guess ServiceNow needs to think on this front and provide something that can serve as a general purpose password store.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-06-2017 06:16 AM
This looks pretty straight forward - I like the use of storing the credentials sys_id in a property and the script include, plus using an already available form (Credentials form in Discovery application).
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2017 10:01 PM
Hi Casey,
You can create a table where the field are 'API name' type= 'URL' , 'USERNAME' 'type=encrypted text' 'Password' 'type=encrypted text' and you should have proper encryption context along with your role. So that your stored username and password cant be accessible to other.
Please check the link below:
http://wiki.servicenow.com/index.php?title=Encryption_Support#gsc.tab=0