From 38d2357bb8005e1091f16bbdbf3e7779e1095fc5 Mon Sep 17 00:00:00 2001 From: Gabriel MABILLE Date: Mon, 25 Sep 2023 11:29:04 +0200 Subject: [PATCH] Docs: Add missing name attribute to SAML Authentication (#75355) --- .../configure-security/configure-authentication/saml/index.md | 1 + 1 file changed, 1 insertion(+) 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 689a7995ffb..4bde868da55 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 @@ -174,6 +174,7 @@ The table below describes all SAML configuration options. Continue reading below | Setting | Required | Description | Default | | ---------------------------------------------------------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------- | | `enabled` | No | Whether SAML authentication is allowed | `false` | +| `name` | No | Name used to refer to the SAML authentication in the Grafana user interface. | `SAML` | | `single_logout` | No | Whether SAML Single Logout enabled | `false` | | `allow_sign_up` | No | Whether to allow new Grafana user creation through SAML login. If set to `false`, then only existing Grafana users can log in with SAML. | `true` | | `auto_login` | No | Whether SAML auto login is enabled | `false` |