From 9df20eda7730720a24bad15ab1e424201e327f7e Mon Sep 17 00:00:00 2001 From: Misi Date: Fri, 10 Jan 2025 17:32:49 +0100 Subject: [PATCH] Docs: Update SAML docs (#98809) * Update feature toggle name in SAML docs * Update SAML docs --- .../configure-security/configure-authentication/saml/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/sources/setup-grafana/configure-security/configure-authentication/saml/index.md b/docs/sources/setup-grafana/configure-security/configure-authentication/saml/index.md index 376c619bab9..0a438b8c727 100644 --- a/docs/sources/setup-grafana/configure-security/configure-authentication/saml/index.md +++ b/docs/sources/setup-grafana/configure-security/configure-authentication/saml/index.md @@ -379,7 +379,8 @@ To configure single logout in Grafana: 1. Enable the `single_logout` option in your configuration. 2. Ensure the `name_id_format` matches the format your IdP expects (e.g., `urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress`). -3. Enable the `improvedExternalSessionHandling` feature toggle for complete NameID and SessionIndex support (Grafana v11.5+). +3. Enable the `improvedExternalSessionHandlingSAML` feature toggle for complete NameID and SessionIndex support (Grafana v11.5+). +4. After enabling the feature, users may need to log in again to establish a new session. #### `NameID` and `SessionIndex` changes in Grafana v11.5