Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to relax the key length validation when building JWT #552

Closed
sberyozkin opened this issue Jan 20, 2022 · 0 comments · Fixed by #553
Closed

Allow to relax the key length validation when building JWT #552

sberyozkin opened this issue Jan 20, 2022 · 0 comments · Fixed by #553

Comments

@sberyozkin
Copy link
Contributor

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

@sberyozkin 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant