mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 15:22:31 +08:00

* update generic OAuth docs * some more fixes and corrections * update examples and sync sections * fix a link * linting * formatting and adding more links to OAuth integrations * add a section with config walkthrough * fix link * move examples to the end of the doc * extend role mapping * small improvements * add a before you begin section, clean up steps, remove some text * remove unnecessary section * merge main 2 * OAuth -> OAuth2 * remove Centrify example because it's likely outdated * add shared intro content * indentation * add refresh token to tasks, clean up more sections * linting * linting * Apply suggestions from code review Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update docs/sources/setup-grafana/configure-security/configure-authentication/generic-oauth/index.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * 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 * clean up more sections * update role mapping section * indentation again * update section names * incorporates final edits * Apply suggestions from code review Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * pr feedback * Apply suggestions from code review Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * PR feedback: rewording --------- Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> Co-authored-by: Chris Moyer <chris.moyer@grafana.com>
10 lines
841 B
Markdown
10 lines
841 B
Markdown
---
|
|
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" >}}).
|