Skip to content

Commit bf4c69c

Browse files
authored
Document token binding support for non-persistent access tokens (7.3.0) (#6158)
1 parent fc70577 commit bf4c69c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

en/identity-server/7.3.0/docs/deploy/token-persistence.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ In large-scale WSO2 Identity Server deployments, especially with millions of use
8585
- **Opaque token generation** will continue to work as expected for applications configured to use opaque tokens.
8686
- Applications configured for **JWT access token type** will be switched to **non-persistent access token mode**, meaning JWT access tokens will no longer be stored in the database.
8787
- In the case of persistent token storage, if an active access token already exists during the token generation flow, the existing token will be marked as inactive. However, in the non-persistent mode, multiple active tokens can exist, as the authorization server does not store the access tokens.
88-
- **Token binding**, **Retrieving authorized apps for user**,**Rich Authorization Details**, and **OIDC Request Object** features are currently not supported in **non-persistent access token mode**.
88+
- **Retrieving authorized apps for user**, **Rich Authorization Details**, and **OIDC Request Object** features are currently not supported in **non-persistent access token mode**.
8989
- Actions like revoking issued access tokens when re-submitting an authorization code and revoking all issued access tokens when revoking refresh tokens are also not supported, because the Identity Server does not store access tokens in this mode.
9090
- In non-persistent mode, the cleanup deletes the selected entries; they are not moved to an audit table as in the persistent case.
9191

0 commit comments

Comments
 (0)