Skip to content

Commit

Permalink
Update json-web-token.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
dmuelle committed Oct 24, 2023
1 parent 8f67cf2 commit 32bf9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ROOT/pages/json-web-token.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ In this case, the JWK endpoint for the JWT builder (\https://<host>:<port>/jwt/i

JWT consumers can retrieve JSON Web Key Set (JWKS) documents to reconstruct public keys to verify token signatures. JWKS documents are useful for JWT consumers that receive tokens from issuers that frequently rotate their signing keys, and for server administrators who do not want to manually maintain a keystore.

TOn configure Open Liberty to verify token signatures with JWKs, set the `jwkEnabled` attribute in the `jwtConsumer` element to `true`. Furthermore, The `jwkEndpointUrl` attribute must be set to a URI that provides the JWKS document that contains the public keys to use to verify the signatures of the tokens that received by this JWT consumer.
To configure Open Liberty to verify token signatures with JWKs, set the `jwkEnabled` attribute in the `jwtConsumer` element to `true`. Furthermore, The `jwkEndpointUrl` attribute must be set to a URI that provides the JWKS document that contains the public keys to use to verify the signatures of the tokens that received by this JWT consumer.

[source, xml]
----
Expand Down

0 comments on commit 32bf9e6

Please sign in to comment.