The CreatorCon Call for Content is officially open! Get started here.

Regarding Encryption/Decryption of parameter in URL

Pawan Kumar Sin
Tera Contributor

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

1 REPLY 1

dsf3
Tera Contributor

did you get any solution for this. We are having some similar requirement.