From 032ea5d5b8cb5c38bd47a7ec75f26f8e0b1509d7 Mon Sep 17 00:00:00 2001 From: linoman <2051016+linoman@users.noreply.github.com> Date: Wed, 16 Jul 2025 20:39:28 +0200 Subject: [PATCH] Update SAML configuration options (#108178) --- .../saml/saml-configuration-options/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/setup-grafana/configure-security/configure-authentication/saml/saml-configuration-options/_index.md b/docs/sources/setup-grafana/configure-security/configure-authentication/saml/saml-configuration-options/_index.md index b87493a61fa..752282d441d 100644 --- a/docs/sources/setup-grafana/configure-security/configure-authentication/saml/saml-configuration-options/_index.md +++ b/docs/sources/setup-grafana/configure-security/configure-authentication/saml/saml-configuration-options/_index.md @@ -30,7 +30,7 @@ The table below describes all SAML configuration options. Continue reading below | `max_issue_delay` | No | Maximum time allowed between the issuance of an AuthnRequest by the SP and the processing of the Response. | `90s` | | `metadata_valid_duration` | No | Duration for which the SP metadata remains valid. | `48h` | | `relay_state` | No | Relay state for IdP-initiated login. This should match the relay state configured in the IdP. | | -| `assertion_attribute_name` | No | Friendly name or name of the attribute within the SAML assertion to use as the user name. Alternatively, this can be a template with variables that match the names of attributes within the SAML assertion. | `displayName` | +| `assertion_attribute_name` | No | Friendly name or name of the attribute within the SAML assertion to use as the user name. Alternatively, this can be a template with variables that match the names of attributes within the SAML assertion. | `name` | | `assertion_attribute_login` | No | Friendly name or name of the attribute within the SAML assertion to use as the user login handle. | `login` | | `assertion_attribute_email` | No | Friendly name or name of the attribute within the SAML assertion to use as the user email. | `email` | | `assertion_attribute_groups` | No | Friendly name or name of the attribute within the SAML assertion to use as the user groups. | |