Hi Fabio,
I got the newly released version of Payara Micro 5.183 and I was unsuccessful trying to make it work with the system parameters
My location (-Dmp.jwt.verify.publickey.location) is set to an https address that contains the plublic key in the JSON Web Key Set (JWKS) format.
My issuer (-Dmp.jwt.verify.issuer) is set to the issuer of my token.
I always get 401 errors, and nothing appears on the logs.
I could make it work instead by using -Dmp.jwt.verify.publickey and passing the public key as parameter instead. That kind of defeats the purpose of having an endpoint providing the public key.
Can you help?
Thanks,
Victor
On Thursday, August 16, 2018 at 5:10:12 PM UTC+2, Fabio Turizo wrote: