Docs: Update SAML docs (#98809)

* Update feature toggle name in SAML docs

* Update SAML docs
This commit is contained in:
Misi
2025-01-10 17:32:49 +01:00
committed by GitHub
parent 5f1005aa4f
commit 9df20eda77
@@ -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