Fix Resource Server clock skew default value in docs
Closes gh-6611
This commit is contained in:
parent
c79cb8eff6
commit
898bdeb0fd
|
@ -510,7 +510,7 @@ ReactiveJwtDecoder jwtDecoder() {
|
||||||
----
|
----
|
||||||
|
|
||||||
[NOTE]
|
[NOTE]
|
||||||
By default, Resource Server configures a clock skew of 30 seconds.
|
By default, Resource Server configures a clock skew of 60 seconds.
|
||||||
|
|
||||||
[[webflux-oauth2resourceserver-validation-custom]]
|
[[webflux-oauth2resourceserver-validation-custom]]
|
||||||
==== Configuring a Custom Validator
|
==== Configuring a Custom Validator
|
||||||
|
|
|
@ -531,7 +531,7 @@ JwtDecoder jwtDecoder() {
|
||||||
----
|
----
|
||||||
|
|
||||||
[NOTE]
|
[NOTE]
|
||||||
By default, Resource Server configures a clock skew of 30 seconds.
|
By default, Resource Server configures a clock skew of 60 seconds.
|
||||||
|
|
||||||
[[oauth2resourceserver-jwt-validation-custom]]
|
[[oauth2resourceserver-jwt-validation-custom]]
|
||||||
==== Configuring a Custom Validator
|
==== Configuring a Custom Validator
|
||||||
|
|
Loading…
Reference in New Issue