Generate JWT token with ES256 signature
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2023 12:24 AM
Hi,
I'm looking for ways to generate JWT in ServiceNow and signing it with ES256 algorithm.
ServiceNow only supports RSA256 in its ootb functionality, but I'm wondering if this can be somehow achieved with CertificateEncryption API?
I see its sign method has support for SHA256withECDSA, so this is what we need.
I see it is possible with help of MID server and external java libraries, but I would prefer implementing everything locally without relying on MID server.
0 REPLIES 0