Decrypt JWT
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2025 05:20 AM - edited 01-14-2025 05:26 AM
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