From 7d10ffff1bf99df561a842a7fb54d4b72a91de94 Mon Sep 17 00:00:00 2001 From: Misi Date: Mon, 18 Nov 2024 11:02:09 +0100 Subject: [PATCH] Docs: Clarify MFA/2FA in the docs (#96610) * Docs: Clarify MFA/2FA in the docs * Update docs/sources/setup-grafana/configure-security/configure-authentication/_index.md Co-authored-by: Vardan Torosyan --------- Co-authored-by: Vardan Torosyan --- .../configure-security/configure-authentication/_index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/sources/setup-grafana/configure-security/configure-authentication/_index.md b/docs/sources/setup-grafana/configure-security/configure-authentication/_index.md index 651eed8c172..1c6b0ce9256 100644 --- a/docs/sources/setup-grafana/configure-security/configure-authentication/_index.md +++ b/docs/sources/setup-grafana/configure-security/configure-authentication/_index.md @@ -76,6 +76,12 @@ If users want to use the same email address with multiple identity providers (fo To enable this option, refer to the [Enable email lookup](#enable-email-lookup) section. +## Multi-factor authentication (MFA/2FA) + +Grafana and the Grafana Cloud portal currently do not include built-in support for multi-factor authentication (MFA). + +We strongly recommend integrating an external identity provider (IdP) that supports MFA, such as Okta, Azure AD, or Google Workspace. By configuring your Grafana instances to use an external IdP, you can leverage MFA to protect your accounts and resources effectively. + ## Login and short-lived tokens > The following applies when using Grafana's basic authentication, LDAP (without Auth proxy) or OAuth integration.