diff --git a/en/tools/config-catalog-generator/data/apim.oauth_config.toml b/en/tools/config-catalog-generator/data/apim.oauth_config.toml index 31e31b4d72..4008cc09c5 100644 --- a/en/tools/config-catalog-generator/data/apim.oauth_config.toml +++ b/en/tools/config-catalog-generator/data/apim.oauth_config.toml @@ -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 \ No newline at end of file +enable_token_hashing = false +enable_revoke_token_cleanup = true \ No newline at end of file diff --git a/en/tools/config-catalog-generator/data/configs.json b/en/tools/config-catalog-generator/data/configs.json index b9d5bc02f9..4fc298f4aa 100755 --- a/en/tools/config-catalog-generator/data/configs.json +++ b/en/tools/config-catalog-generator/data/configs.json @@ -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." } ] }