Skip to content

Commit

Permalink
phrase clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
efgpinto committed Dec 20, 2023
1 parent 7409261 commit 233e9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/modules/java/pages/using-jwts.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Static claims can also be defined using a pattern. This is useful when the value
<2> Claim "sub" must be a valid UUID.
<3> Claim "name" must be not empty.

When signing a JWT, no static claim will not be included. Static claims defined with a pattern will be used for validation only.
When signing a JWT, static claim defined by a pattern will not be included. They are only used in validation.

NOTE: A static claim can be defined with a `value` or a `pattern`, but not both.

Expand Down

0 comments on commit 233e9c4

Please sign in to comment.