Skip to content

Add enable_revoke_token_cleanup config to config catalog #9269

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: 3.2.0
Choose a base branch
from
Open
Show file tree
Hide file tree
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 @@ -3,4 +3,5 @@ enable_outbound_auth_header = false
auth_header = "Authorization"
revoke_endpoint = "https://localhost:${https.nio.port}/revoke"
enable_token_encryption = false
enable_token_hashing = false
enable_token_hashing = false
enable_revoke_token_cleanup = true
8 changes: 8 additions & 0 deletions en/tools/config-catalog-generator/data/configs.json
Original file line number Diff line number Diff line change
Expand Up @@ -995,6 +995,14 @@
"default": "[\"^device_.*,openid\"]",
"possible": "",
"description": "List of allowlisted scopes. Take desc from Key Concepts page."
},
{
"name": "enable_revoke_token_cleanup",
"type": "string",
"required": false,
"default": "TRUE",
"possible": "",
"description": "Configuration used to disable the revoke token cleanup functionality. If set to false, revoked tokens will not be cleaned up."
}
]
}
Expand Down