Skip to content

Commit 55380b4

Browse files
authored
Merge pull request #5541 from Thumimku/nonPersistentAT-sstyle
[5.11] style update for toml configs
2 parents 4f40ca6 + 821f343 commit 55380b4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

en/identity-server/5.11.0/docs/setup/token-persistence.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -672,14 +672,15 @@ In large-scale WSO2 Identity Server deployments, especially with millions of use
672672

673673
2. Add the following to the deployment.toml to enable the feature in WSO2 Identity Server.
674674

675-
```
675+
```toml
676676
[oauth.token_persistence]
677677
persist_access_token=false
678678
retain_revoked_access_token = true
679679
```
680+
680681
!!! Tip
681682
If you don't want the Identity server to store revoked tokens and details related to revoked subjects, you can disable by changing updating following configuration
682-
```
683+
```toml
683684
[oauth.token_persistence]
684685
retain_revoked_access_token = false
685686
```

0 commit comments

Comments
 (0)