Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hiltoncv committed Dec 7, 2022
1 parent 1f829f8 commit 31b8ea3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/reference/pages/feature/jwt/examples.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ The following example shows how to configure the server for constructing a JSON
<keyStore id="defaultKeyStore" password="keyspass"/>
<jwtBuilder expiresInSeconds="600" id="myBuilder" issuer="https://example.com" keyAlias="default"/>
----

The `ID` attribute for the `jwtBuilder` element named `myBuilder` identifies the JWT builder, and uses the default `keyAlias` attribute to locate the private key.
Expand Down

0 comments on commit 31b8ea3

Please sign in to comment.