Skip to content

Commit d3452be

Browse files
authored
Merge pull request #5813 from Malith-19/update-application-configuration-docs
Update the docs with new `Extend expiry time of renewed refresh token` application configuration.
2 parents a199dfd + e805701 commit d3452be

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

en/includes/guides/fragments/manage-app/oidc-settings/refresh-token.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,10 @@ By default, whenever the refresh token is exchanged for a new access token, {{pr
77

88
If you select the **Renew refresh token** option, each time the refresh token is exchanged for a new access token, {{product_name}} invalidates the existing refresh token and issues a new refresh token.
99

10+
#### Extend expiry time of renewed refresh token
11+
12+
When you set this configuration to `false`, renewed refresh tokens carry the remaining validity period of the original refresh token.
13+
1014
#### Refresh token expiry time
15+
1116
This option specifies the validity period of a refresh token in seconds. The default value is 86400 seconds.

0 commit comments

Comments
 (0)