From 13549c6092bf8e098d73c74920f63717c8c8b89e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anderson=20Val=C3=A9rio?= Date: Wed, 7 May 2025 08:17:17 -0300 Subject: [PATCH] update docs --- docs/docs/configuration/alpha_config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/configuration/alpha_config.md b/docs/docs/configuration/alpha_config.md index 5def6d14..949a5ae5 100644 --- a/docs/docs/configuration/alpha_config.md +++ b/docs/docs/configuration/alpha_config.md @@ -446,6 +446,7 @@ Provider holds all configuration for a single provider | `code_challenge_method` | _string_ | The code challenge method | | `backendLogoutURL` | _string_ | URL to call to perform backend logout, `{id_token}` would be replaced by the actual `id_token` if available in the session | | `backendLogoutAllSessionsURL` | _string_ | URL to call to perform backend logout, `{user_id}` would be replaced by the actual `user_id` if available in the session IntrospectClaims | +| `backendRevokeAccessTokenURL` | _string_ | URL to call to perform backend revoke token | ### ProviderType #### (`string` alias)