Document: Update Configure Keycloak OAuth2 authentication document (#80010)

update signout_redirect_url format
pull/81315/head
Trần Hoàng Việt 2 years ago committed by GitHub
parent c7f515b9b2
commit 2563b7b330
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/sources/setup-grafana/configure-security/configure-authentication/keycloak/index.md

@ -137,7 +137,7 @@ To enable Single Logout, you need to add the following option to the configurati
```ini ```ini
[auth.generic_oauth] [auth.generic_oauth]
signout_redirect_url = https://<PROVIDER_DOMAIN>/auth/realms/<REALM_NAME>/protocol/openid-connect/logout?post_logout_redirect_uri=https%3A%2F%2<GRAFANA_DOMAIN>%2Flogin signout_redirect_url = https://<PROVIDER_DOMAIN>/auth/realms/<REALM_NAME>/protocol/openid-connect/logout?post_logout_redirect_uri=https%3A%2F%2F<GRAFANA_DOMAIN>%2Flogin
``` ```
As an example, `<PROVIDER_DOMAIN>` can be `keycloak-demo.grafana.org`, As an example, `<PROVIDER_DOMAIN>` can be `keycloak-demo.grafana.org`,

Loading…
Cancel
Save