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

Signed JWT should use base64 with no-padding when creating a token. #3419

Merged
merged 1 commit into from
Sep 22, 2021

Conversation

tomas-langer
Copy link
Member

@tomas-langer tomas-langer commented Sep 16, 2021

Resolves #3418

Signed-off-by: Tomas Langer tomas.langer@oracle.com

Using correct encoding (was already done): https://datatracker.ietf.org/doc/html/rfc4648#section-5
Not using padding: https://datatracker.ietf.org/doc/html/rfc7515#section-2

Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
@tomas-langer tomas-langer self-assigned this Sep 16, 2021
@tomas-langer tomas-langer added this to the 2.4.0 milestone Sep 22, 2021
@tomas-langer tomas-langer merged commit 9341f5f into helidon-io:master Sep 22, 2021
@tomas-langer tomas-langer deleted the 3418-jwt-no-padding branch September 22, 2021 21:41
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 this pull request may close these issues.

Generated JWT uses wrong base64 encoding
2 participants