From 21e31e4654a8cd0b9746cb5f1efd272da669ff0c Mon Sep 17 00:00:00 2001 From: Sergey Beryozkin Date: Thu, 21 Apr 2022 16:14:24 +0100 Subject: [PATCH] Do not set a default mp.jwt.verify.clock.skew value --- spec/src/main/asciidoc/configuration.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/src/main/asciidoc/configuration.asciidoc b/spec/src/main/asciidoc/configuration.asciidoc index bced0d6d..11367f19 100644 --- a/spec/src/main/asciidoc/configuration.asciidoc +++ b/spec/src/main/asciidoc/configuration.asciidoc @@ -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