From 24df78fb4ebddf6e35a3209da3f6188e3c98e3f5 Mon Sep 17 00:00:00 2001 From: John Troy Date: Fri, 26 Sep 2025 14:16:15 -0400 Subject: [PATCH] [release-12.2.1] Docs: Fix broken links in SAML docs (#111693) Docs: Fix broken links in SAML docs (#111039) * Rename this heading to match the link in 'Request Initiation' * Fix link to 'Configure SAML using the Grafana configuration file' and make the link text match (cherry picked from commit 004f30fcb7b8bbb68130967bd41b084058cb7cc1) --- .../configure-authentication/saml/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 40cfc2441d8..b7973451b3e 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 @@ -29,7 +29,7 @@ SAML authentication integration allows your Grafana users to log in by using an You can configure SAML authentication in Grafana through one of the following methods: -- [Configure SAML using Grafana configuration file](#configure-saml-using-the-grafana-config-file) +- [Configure SAML using the Grafana configuration file](#configure-saml-using-the-grafana-configuration-file) - Configure SAML using the [SSO Settings API](https://grafana.com/docs/grafana//developers/http_api/sso-settings/) - Configure SAML using the [SAML user interface](https://grafana.com/docs/grafana//setup-grafana/configure-security/configure-authentication/saml/saml-ui/) - Configure SAML using the [Grafana Terraform provider](https://registry.terraform.io/providers/grafana/grafana//docs/resources/sso_settings) @@ -237,7 +237,7 @@ To allow Grafana to initiate a POST request to the IdP, update the `content_secu For Grafana Cloud instances, please contact Grafana Support to update the `content_security_policy_template` and `content_security_policy_report_only_template` settings of your Grafana instance. Please provide the metadata URL/file of your IdP. {{< /admonition >}} -## IdP-initiated login +## IdP-initiated Single Sign-On (SSO) By default, Grafana allows only service provider (SP) initiated logins (when the user logs in with SAML via the login page in Grafana). If you want users to log in into Grafana directly from your identity provider (IdP), set the `allow_idp_initiated` configuration option to `true` and configure `relay_state` with the same value specified in the IdP configuration.