- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2023 09:02 AM
Hi,
we have a requirement to encrypt the data in the Inbound REST API payload , without using the edge encryption, is there a way how to trigger the encryption when Service Now API a called and decrypt the message at the reception
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2023 11:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2023 09:21 AM
If you are working in Global Scope, then you can try GlideEncrypter. Below is the link for this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2023 10:48 AM
The idea is to use the out of the box API, in order to use to use GlideEncrypter library we will need to create custom api what we want to avoid. is their a way to configure the out iof the box api de service now to activate the encrypting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2023 11:37 AM
Solution found, we can use the edge Encryption