Merge pull request #15882 from nowke/patch-1

docs: Fix indentation level for OAuth2 config
This commit is contained in:
Daniel Lee 2019-03-09 00:35:46 +01:00 committed by GitHub
commit 0ae9c1c5cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -217,10 +217,10 @@ Some OAuth2 providers might not support `client_id` and `client_secret` passed v
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:
```bash
[auth.generic_oauth]
send_client_credentials_via_post = true
```
```bash
[auth.generic_oauth]
send_client_credentials_via_post = true
```
<hr>