Преглед на файлове

docs(configuration): set `allow_sign_up` to `true` for gerneric OAuth (#6928)

This enables Grafana to accept new users authenticated through OAuth, without this set to true only previously authenticated users may log in with OAuth - and thus defeating the purpose.
Hans Kristian Flaatten преди 9 години
родител
ревизия
1060b99810
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      docs/sources/installation/configuration.md

+ 1 - 1
docs/sources/installation/configuration.md

@@ -394,7 +394,7 @@ browser to access Grafana, but with the prefix path of `/login/generic_oauth`.
     token_url =
     token_url =
     api_url =
     api_url =
     allowed_domains = mycompany.com mycompany.org
     allowed_domains = mycompany.com mycompany.org
-    allow_sign_up = false
+    allow_sign_up = true
 
 
 Set api_url to the resource that returns basic user info.
 Set api_url to the resource that returns basic user info.