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.

1 ACCEPTED SOLUTION

Tanushree Maiti
Kilo 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 mark this response as Helpful & Accept it as solution if it assisted you with your question.
Regards
Tanushree Maiti
ServiceNow Technical Architect
Linkedin:

View solution in original post

2 REPLIES 2

Tanushree Maiti
Kilo 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 mark this response as Helpful & Accept it as solution if it assisted you with your question.
Regards
Tanushree Maiti
ServiceNow Technical Architect
Linkedin:

Thanks Tanushree. It really helped.