mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 01:53:33 -06:00
* initial * cleanup * remove bad aliases * cleanup, fix links * add docs-file-based-command * update docs * update readme * fix broken links * fix spelling Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
14 lines
729 B
Markdown
14 lines
729 B
Markdown
+++
|
|
title = "SAML Authentication"
|
|
description = "Grafana SAML Authentication"
|
|
keywords = ["grafana", "saml", "documentation", "saml-auth"]
|
|
aliases = ["/docs/grafana/latest/auth/saml/"]
|
|
weight = 1100
|
|
+++
|
|
|
|
# SAML authentication
|
|
|
|
The SAML authentication integration allows your Grafana users to log in by using an external SAML Identity Provider (IdP). To enable this, Grafana becomes a Service Provider (SP) in the authentication flow, interacting with the IdP to exchange user information.
|
|
|
|
> SAML authentication integration is only available in Grafana Enterprise v6.3 or later. For more information, refer to [SAML authentication]({{< relref "../enterprise/saml.md" >}}) in [Grafana Enterprise]({{< relref "../enterprise" >}}).
|