diff --git a/docs/sources/installation/configuration.md b/docs/sources/installation/configuration.md index a438f8ffd23..8ae9d4cd18c 100644 --- a/docs/sources/installation/configuration.md +++ b/docs/sources/installation/configuration.md @@ -392,9 +392,12 @@ browser to access Grafana, but with the prefix path of `/login/generic_oauth`. scopes = auth_url = token_url = + api_url = allowed_domains = mycompany.com mycompany.org allow_sign_up = false +Set api_url to the resource that returns basic user info. +
## [auth.basic]