Skip to content

Commit 004f30f

Browse files
authored
Docs: Fix broken links in SAML docs (grafana#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
1 parent e7ca0fd commit 004f30f

File tree

1 file changed

+2
-2
lines changed
  • docs/sources/setup-grafana/configure-security/configure-authentication/saml

1 file changed

+2
-2
lines changed

docs/sources/setup-grafana/configure-security/configure-authentication/saml/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ SAML authentication integration allows your Grafana users to log in by using an
2929

3030
You can configure SAML authentication in Grafana through one of the following methods:
3131

32-
- Configure SAML using the [Grafana configuration file](#configure-saml-using-the-grafana-config-file)
32+
- Configure SAML using the [Grafana configuration file](#configure-saml-using-the-grafana-configuration-file)
3333
- Configure SAML using the [SSO Settings API](https://grafana.com/docs/grafana/<GRAFANA_VERSION>/developers/http_api/sso-settings/)
3434
- Configure SAML using the [SAML user interface](https://grafana.com/docs/grafana/<GRAFANA_VERSION>/setup-grafana/configure-security/configure-authentication/saml/saml-ui/)
3535
- Configure SAML using the [Grafana Terraform provider](https://registry.terraform.io/providers/grafana/grafana/<GRAFANA_VERSION>/docs/resources/sso_settings)
@@ -238,7 +238,7 @@ To allow Grafana to initiate a POST request to the IdP, update the `content_secu
238238
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.
239239
{{< /admonition >}}
240240

241-
## IdP-initiated login
241+
## IdP-initiated Single Sign-On (SSO)
242242

243243
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.
244244

0 commit comments

Comments
 (0)