Skip to content

Commit

Permalink
Do not set a default mp.jwt.verify.clock.skew value
Browse files Browse the repository at this point in the history
  • Loading branch information
sberyozkin committed Apr 21, 2022
1 parent 3ebb21b commit 21e31e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/src/main/asciidoc/configuration.asciidoc
Expand Up @@ -433,7 +433,7 @@ The `mp.jwt.verify.token.age` config property allows for the number of seconds s

[[verify-clock-skew]]
### `mp.jwt.verify.clock.skew`
The `mp.jwt.verify.clock.skew` config property allows for the clock skew in seconds used during the token expiry and age verification to be specified. Default value is 60 seconds.
The `mp.jwt.verify.clock.skew` config property allows for the clock skew in seconds used during the token expiry and age verification to be specified.

## Requirements for accepting signed and encrypted tokens

Expand Down

0 comments on commit 21e31e4

Please sign in to comment.