Files
grafana/docs/sources/shared/auth/intro.md
linoman 907445beef [v9.5.x] Auth: update generic OAuth documentation (#71638)
Auth: update generic OAuth documentation (#70330)

* update generic OAuth docs

* update examples and sync sections

* formatting and adding more links to OAuth integrations

* add a section with config walkthrough

* move examples to the end of the doc

* extend role mapping

* add a before you begin section, clean up steps, remove some text

* remove unnecessary section

* OAuth -> OAuth2

* remove Centrify example because it's likely outdated

* add shared intro content

* add refresh token to tasks, clean up more sections

* Update docs/sources/setup-grafana/configure-security/configure-authentication/generic-oauth/index.md

* indentation and small descriptions under headings

* add a table for config options

* clean up more sections

* rewrite email address section

* rewriting login and display name sections, plus adding line breaks

* update role mapping section

* update section names

---------

Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
(cherry picked from commit 276c63a656)

Co-authored-by: Ieva <ieva.vasiljeva@grafana.com>
2023-07-17 12:26:56 +00:00

841 B

title
title
Intro paragraph

There are numerous authentication methods available in Grafana to verify user identity. The authentication configuration dictates which users can access Grafana and the methods they can use for logging in. You can also configure Grafana to automatically update users' roles and team memberships in Grafana based on the information returned by the auth provider integration.

When deciding on an authentication method, it's important to take into account your current identity and access management system as well as the specific authentication and authorization features you require. For a complete list of the available authentication options and the features they support, refer to [Configure authentication]({{< relref "/docs/grafana/latest/setup-grafana/configure-security/configure-authentication" >}}).