From 1060b9981089a9d5cd2dd3a63ae90d49791221a1 Mon Sep 17 00:00:00 2001 From: Hans Kristian Flaatten Date: Mon, 12 Dec 2016 16:27:51 +0100 Subject: [PATCH] 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. --- docs/sources/installation/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/installation/configuration.md b/docs/sources/installation/configuration.md index 838be7f168e..a0191ccca25 100644 --- a/docs/sources/installation/configuration.md +++ b/docs/sources/installation/configuration.md @@ -394,7 +394,7 @@ browser to access Grafana, but with the prefix path of `/login/generic_oauth`. token_url = api_url = 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.