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
It is related to quarkusio/quarkus#23053 (and s similar issue was discussed on Zulip awhile back). There could be cases where it is impossible to provide a secret/key of the correct length.
It is possible to relax it when verifying the tokens, with smallrye.jwt.verify.relax-key-validation. So a similar property can be be used when signing or encrypting the token
The text was updated successfully, but these errors were encountered:
sberyozkin
changed the title
Allow to relax the key length verification when building JWT
Allow to relax the key length validation when building JWT
Jan 20, 2022
It is related to quarkusio/quarkus#23053 (and s similar issue was discussed on Zulip awhile back). There could be cases where it is impossible to provide a secret/key of the correct length.
It is possible to relax it when verifying the tokens, with
smallrye.jwt.verify.relax-key-validation
. So a similar property can be be used when signing or encrypting the tokenThe text was updated successfully, but these errors were encountered: