You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
publicKey will not be null if mp.jwt.verify.publickey.location property is specified in YAML config, which in turn will result in a critical exception because of misconfiguration.
In this line:
kumuluzee-jwt-auth/src/main/java/com/kumuluz/ee/jwt/auth/cdi/JWTContextInfo.java
Line 70 in 5f30988
publicKey
will not be null ifmp.jwt.verify.publickey.location
property is specified in YAML config, which in turn will result in a critical exception because of misconfiguration.Also it says here: https://github.com/eclipse/microprofile-jwt-auth/blob/master/spec/src/main/asciidoc/configuration.asciidoc that this property supports JWKS, which essentially means that both it and
kumuluzee.jwt-auth.jwks-uri
are equivalent in case of JWKS and both must be used to construct the token validator.The text was updated successfully, but these errors were encountered: