diff --git a/downstream/modules/platform/con-gw-manage-oauth2-provider.adoc b/downstream/modules/platform/con-gw-manage-oauth2-provider.adoc index 478ec89d1a..f6b79939e8 100644 --- a/downstream/modules/platform/con-gw-manage-oauth2-provider.adoc +++ b/downstream/modules/platform/con-gw-manage-oauth2-provider.adoc @@ -15,7 +15,7 @@ This change increases credential security through more frequent token rotation. + ---- { - "ACCESS_TOKEN_EXPIRE_SECONDS": 31536000000, + "ACCESS_TOKEN_EXPIRE_SECONDS": 31536000, "REFRESH_TOKEN_EXPIRE_SECONDS": 2628000, "AUTHORIZATION_CODE_EXPIRE_SECONDS": 600 }