mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
docs: minor fixes
This commit is contained in:
parent
320947359c
commit
e364119774
@ -4,7 +4,7 @@ description = "Grafana OAuthentication Guide "
|
|||||||
keywords = ["grafana", "configuration", "documentation", "oauth"]
|
keywords = ["grafana", "configuration", "documentation", "oauth"]
|
||||||
type = "docs"
|
type = "docs"
|
||||||
[menu.docs]
|
[menu.docs]
|
||||||
name = "Generic OAuth2"
|
name = "Generic OAuth"
|
||||||
identifier = "generic_oauth"
|
identifier = "generic_oauth"
|
||||||
parent = "authentication"
|
parent = "authentication"
|
||||||
weight = 3
|
weight = 3
|
||||||
|
@ -31,7 +31,7 @@ First, you need to create a Google OAuth Client:
|
|||||||
|
|
||||||
## Enable Google OAuth in Grafana
|
## Enable Google OAuth in Grafana
|
||||||
|
|
||||||
Specify the Client ID and Secret in the [Grafana configuration file]({{< relref "installation/configuration.md/#config-file-locations" >}}). For example:
|
Specify the Client ID and Secret in the [Grafana configuration file]({{< relref "installation/configuration.md#config-file-locations" >}}). For example:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
[auth.google]
|
[auth.google]
|
||||||
|
@ -19,7 +19,7 @@ permissions and org memberships.
|
|||||||
- [Google OAuth]({{< relref "auth/google.md" >}})
|
- [Google OAuth]({{< relref "auth/google.md" >}})
|
||||||
- [GitHub OAuth]({{< relref "auth/github.md" >}})
|
- [GitHub OAuth]({{< relref "auth/github.md" >}})
|
||||||
- [Gitlab OAuth]({{< relref "auth/gitlab.md" >}})
|
- [Gitlab OAuth]({{< relref "auth/gitlab.md" >}})
|
||||||
- [Generic OAuth]({{< relref "auth/oauth.md" >}}) (Okta2, BitBucket, Azure, OneLogin, Auth0)
|
- [Generic OAuth]({{< relref "auth/generic-oauth.md" >}}) (Okta2, BitBucket, Azure, OneLogin, Auth0)
|
||||||
|
|
||||||
## LDAP integrations
|
## LDAP integrations
|
||||||
|
|
||||||
|
@ -322,7 +322,7 @@ Defaults to `false`.
|
|||||||
|
|
||||||
## [auth]
|
## [auth]
|
||||||
|
|
||||||
Grafana provides many ways to authenticate users. The docs for authentication has been split in to many differnet pages
|
Grafana provides many ways to authenticate users. The docs for authentication has been split in to many different pages
|
||||||
below.
|
below.
|
||||||
|
|
||||||
- [Authentication Overview]({{< relref "auth/overview.md" >}}) (anonymous access options, hide login and more)
|
- [Authentication Overview]({{< relref "auth/overview.md" >}}) (anonymous access options, hide login and more)
|
||||||
|
Loading…
Reference in New Issue
Block a user