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 <vardants@gmail.com>

---------

Co-authored-by: Vardan Torosyan <vardants@gmail.com>
This commit is contained in:
Misi 2024-11-18 11:02:09 +01:00 committed by GitHub
parent 8a551bacfb
commit 7d10ffff1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.