Overview
Generate and validate JSON web tokens for use in integrating and authenticating with external systems, using a JWKS registry to get public keys for token signature validation. The create token functions support encrypted private keys in either the PKCS#1 or PCKS#8 standard.
Key Features & Functionality
The latest version is listed and available for download
Hi Manoj, Do you have a rough estimate by when the fixed version is going to be available?
Hi,
Our team is investigating this issue, we will get back once we identify the solution.
In version 1.5 of the plugin, the decodeJWT function has stopped working. I have tried with different tokens and different jwks, and it always returns the same error:
"Expression evaluation error : io/jsonwebtoken/SignatureAlgorithm"
I'm trying in version 24.3 and 24.4. Has there been any change in that function? Can you help us?
Thanks!
Has there been any change in that function?
We have noticed that if we have the create JWT pluggin deployed as well, it mashes that function and that's why it doesn't work. Both functions are called the same in each pluggin: decodeJwt
has this function been updated? They have changed the input parameters, but I don't see any information.
Now, to validate a token I have to use the validatejwtsignature one? Any example of use?