Skip to content

Commit 2a5e64e

Browse files
Update oidc-provider.md
1 parent 0e65bb5 commit 2a5e64e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • content/en/docs/appstore/use-content/platform-supported-content/services

content/en/docs/appstore/use-content/platform-supported-content/services/oidc-provider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ In versions of the OIDC Provider above 2.0.0, the sub value was changed from an
539539
## Configuring Token Validity{#token_validity}
540540

541541
* Refresh Token: The validity period for the refresh token is set to 15 days by default. To modify this, update the `RefreshTokenLifetimeInDays` constant available in the module. Ensure to keep the value in *days*.
542-
* Access Token: The default validity for Access token is changing from 24 hours to one hour. To adjust this, modify the `AccessTokenLifetimeInSecs` constant. Ensure to keep the value in *seconds*.
542+
* Access Token: For version 4.1.0 and above, the validity for access tokens is one hour. Older versions of the Provider module issue access tokens with a validity of 24 hours. To adjust this, modify the `AccessTokenLifetimeInSecs` constant. Ensure to keep the value in *seconds*.
543543

544544
## Deleting Expired Access Tokens
545545

0 commit comments

Comments
 (0)