Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,14 @@

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.

{% if product_name == "Asgardeo" or (product_name == "WSO2 Identity Server" and is_version > "7.2.0" ) %}
#### Extend expiry time of renewed refresh token

Check failure on line 11 in en/includes/guides/fragments/manage-app/oidc-settings/refresh-token.md

View workflow job for this annotation

GitHub Actions / lint

Headings should be surrounded by blank lines

en/includes/guides/fragments/manage-app/oidc-settings/refresh-token.md:11 MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Above] [Context: "#### Extend expiry time of renewed refresh token"] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md022.md

!!! note
This option is only applicable when **Renew refresh token** is enabled.

When you set this configuration to `false`, renewed refresh tokens carry the remaining validity period of the original refresh token.
{% endif %}

#### Refresh token expiry time

Expand Down
Loading