Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

Decrypt JWT

Bri3
Tera Contributor

Hi all,

 

from a Rest Message i get a JWT (JSON Web Token) as response.  The JWT/JWE is encrypted with the algorithm: 
{
"enc": "A256CBC-HS512",
"alg": "RSA-OAEP-256"
}

 

Is it possible to decrypt a JWT with this algorithm in servicenow?

0 REPLIES 0