From c452a2bf006bd3732351350661027a05822e8c85 Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 10:00:42 +0100 Subject: [PATCH] [v9.5.x] Docs: Fix URL encoding @ Keycloak logout example (#73549) Docs: Fix URL encoding @ Keycloak logout example (#71970) (cherry picked from commit 5e50580d06a8489f95fded825f459043e2c004da) Co-authored-by: Bruno Melo --- .../configure-authentication/keycloak/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/setup-grafana/configure-security/configure-authentication/keycloak/index.md b/docs/sources/setup-grafana/configure-security/configure-authentication/keycloak/index.md index 818f0c8ef17..64cfa0e2493 100644 --- a/docs/sources/setup-grafana/configure-security/configure-authentication/keycloak/index.md +++ b/docs/sources/setup-grafana/configure-security/configure-authentication/keycloak/index.md @@ -126,7 +126,7 @@ To enable Single Logout, you need to add the following option to the configurati ```ini [auth] -signout_redirect_url = https:///auth/realms//protocol/openid-connect/logout?redirect_uri=https%3A%2F%2%2Flogin +signout_redirect_url = https:///auth/realms//protocol/openid-connect/logout?redirect_uri=https%3A%2F%2F%2Flogin ``` As an example, `` can be `keycloak-demo.grafana.org`,