javacallout - JWT Validation RSA_USING_SHA256 - Error Invalid JWE Public key

Not applicable

Source:

https://github.com/gahana/edge-jwt-sample.

Hi - I am trying to troubleshoot the following issue but not able to resolve.

Generated a JWT using "RSA_USING_SHA256" and jws=ture (exact as in readme sample, expect for private and public keys). Tried to validate the JWT but getting invalid JWE public key error. When we are signing with JWS, any idea why it is expecting JWE public key. The same JWT is validated with public cert on jwt.io

Tried to explicitly set jwe-key property to false on both generate and validate callouts, but still same error. Any advise is greatly appreciated. Thanks.

0 1 341
1 REPLY 1

Not applicable

Answered on jwt-java-callout