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

[WFLY-19725] Document jaxrs-jwt script execution warnings #1007

Merged
merged 1 commit into from
Jan 30, 2025

Conversation

emmartins
Copy link
Contributor

@emmartins emmartins requested a review from fjuma January 21, 2025 09:47
ELY01182: Allowed jku values haven't been configured for the JWT validator. Token validation will fail if the token contains a 'jku' header parameter.
----
+
The warnings are due to jku token validation not being used, to simplify the quickstart.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/The warnings are due to jku token validation not being used, to simplify the quickstart./The quickstart creates and makes use of a JWT that doesn't include a "jku" header parameter so the warnings can be ignored. When making use of a real token provider with a jwt-realm, token validation will fail if the token contains a "jku" header parameter and the allowed jku values have not been specified.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you

Copy link
Contributor

@fjuma fjuma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @emmartins.

@emmartins emmartins merged commit a057889 into wildfly:main Jan 30, 2025
12 checks passed
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.

2 participants