[v11.3.x] Docs: adding SAML name parameter configuration info (#95621)

Co-authored-by: Jacob Valdez <jacob.valdez@grafana.com>
pull/95656/head
grafana-delivery-bot[bot] 8 months ago committed by GitHub
parent 11aedea347
commit ab85eacea6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      docs/sources/setup-grafana/configure-security/configure-authentication/saml/index.md

@ -93,6 +93,7 @@ Related links:
- [`assertion_attribute_email`]({{< relref "../../../configure-grafana/enterprise-configuration#assertion_attribute_email" >}})
- [`assertion_attribute_name`]({{< relref "../../../configure-grafana/enterprise-configuration#assertion_attribute_name" >}})
- [`assertion_attribute_groups`]({{< relref "../../../configure-grafana/enterprise-configuration#assertion_attribute_groups" >}})
1. (Optional) Set the `name` parameter in the `[auth.saml]` section in the Grafana configuration file. This parameter replaces SAML in the Grafana user interface in locations such as the sign-in button.
1. Save the configuration file and then restart the Grafana server.
When you are finished, the Grafana configuration might look like this example:
@ -103,6 +104,7 @@ root_url = https://grafana.example.com
[auth.saml]
enabled = true
name = My IdP
auto_login = false
private_key_path = "/path/to/private_key.pem"
certificate_path = "/path/to/certificate.cert"

Loading…
Cancel
Save