GlideCertificateEncryption is not working in scoped application.

pankajjajda
Tera Contributor

I am trying to use HMAC 256 algorithm to encrypt my data using HMAC Key. It requires to use GlideCertificateEncryption API and its function generateMac() function to generate encrypted string. But it looks API doesn't support in scoped app. Please let me know how to make it work or is there any API to work in scoped App.

Thanks.

Tanushree Maiti
Tera Patron

 

 

Refer These resources:

1. CertificateEncryption - Scoped 

2. Alternative Solution for Generating HMAC-SHA256 Signature in ServiceNow without CryptoJS Library 

3. Using KMF for HMAC verification 

4. Activate API Key and HMAC Authentication 

5. HMAC authentication with external system 

Please Accept the solution if it assisted you with your question & Mark this response as Helpful.
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti

View solution in original post

Thanks Tanushree. It really helped.