Regarding Encryption/Decryption of parameter in URL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2023 09:19 PM
Looking for your inputs on Encrypt the field called “LDAP ID” and pass it on the URL parameter from ServiceNow tool to the another tool called “Customer portal” over REST Integration,.
Also, we need to Decrypt in the same way, when encrypted LDAP ID Comes in URL, from Customer portal to ServiceNow.
So far we have tried the “Edge Encryption” (for ServiceNow platform fields) or “encodeURI()/encodeURIComponent()” functions, but its inside platform encryption and does not seems to provide solution.
This more looks like can be controlled on Domain provider side with some integration to ServiceNow.
Please share or let us know, if you have achieved this kind of encryption earlier.
Regards
Pawan Kumar Singh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2025 12:34 AM
did you get any solution for this. We are having some similar requirement.