mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(docs): added api_url to configuration docs, fixes #6351
This commit is contained in:
parent
6e65c93203
commit
1581bf8d5b
@ -392,9 +392,12 @@ browser to access Grafana, but with the prefix path of `/login/generic_oauth`.
|
|||||||
scopes =
|
scopes =
|
||||||
auth_url =
|
auth_url =
|
||||||
token_url =
|
token_url =
|
||||||
|
api_url =
|
||||||
allowed_domains = mycompany.com mycompany.org
|
allowed_domains = mycompany.com mycompany.org
|
||||||
allow_sign_up = false
|
allow_sign_up = false
|
||||||
|
|
||||||
|
Set api_url to the resource that returns basic user info.
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
## [auth.basic]
|
## [auth.basic]
|
||||||
|
Loading…
Reference in New Issue
Block a user