浏览代码

docs: add availability note regarding non-compliant providers

ref #15408
Marcus Efraimsson 6 年之前
父节点
当前提交
3b0159bf84
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      docs/sources/auth/generic-oauth.md

+ 2 - 0
docs/sources/auth/generic-oauth.md

@@ -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: