Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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