Skip to content

Commit

Permalink
[WFLY-19725] Document jaxrs-jwt script execution warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
emmartins committed Jan 21, 2025
1 parent 286ef5c commit 229b2b3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions jaxrs-jwt/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,19 @@ $ __{jbossHomeName}__/bin/jboss-cli.sh --connect --file=configure-elytron.cli
NOTE: For Windows, use the `__{jbossHomeName}__\bin\jboss-cli.bat` script.
+

You will see the following warnings when executing the script:
+
[source]
----
WFLYELY01090: Allowed jku values haven't been specified for token realm 'jwt-realm'. Token validation will fail if the token contains a 'jku' header parameter. The allowed jku values can be specified as a space separated string using the 'wildfly.elytron.jwt.allowed.jku.values.jwt-realm' system property.
ELY01179: SSL not configured. jku claim will not be supported.
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.

. Stop the {productName} server.

== Review the Modified Server Configuration
Expand Down

0 comments on commit 229b2b3

Please sign in to comment.