Merge pull request #15420 from marefr/fix_generic_oauth_doc

docs: add availability note regarding non-compliant providers
This commit is contained in:
Carl Bergquist 2019-02-14 10:17:58 +01:00 committed by GitHub
commit 4f3b9c6c37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -211,6 +211,8 @@ allowed_organizations =
## Set up OAuth2 with non-compliant providers
> Only available in Grafana v6.0 and above.
Some OAuth2 providers might not support `client_id` and `client_secret` passed via Basic Authentication HTTP header, which
results in `invalid_client` error. To allow Grafana to authenticate via these type of providers, the client identifiers must be
send via POST body, which can be enabled via the following settings: