From 229b2b33b2487bbc17f4d6fa7b817106fc995ad0 Mon Sep 17 00:00:00 2001 From: Eduardo Martins Date: Tue, 21 Jan 2025 09:45:32 +0000 Subject: [PATCH] [WFLY-19725] Document jaxrs-jwt script execution warnings --- jaxrs-jwt/README-source.adoc | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/jaxrs-jwt/README-source.adoc b/jaxrs-jwt/README-source.adoc index 3303fe74db..f0e9c50352 100644 --- a/jaxrs-jwt/README-source.adoc +++ b/jaxrs-jwt/README-source.adoc @@ -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