From 08c19692ea1946539d0b00eca734c112be26cb8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Mon, 6 Apr 2015 14:19:18 +0200 Subject: [PATCH] Updated configuration docs --- docs/sources/installation/configuration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/sources/installation/configuration.md b/docs/sources/installation/configuration.md index 7d30f61dce5..df8ed1ea83a 100644 --- a/docs/sources/installation/configuration.md +++ b/docs/sources/installation/configuration.md @@ -181,9 +181,10 @@ Client ID and a Client Secret. Specify these in the grafana config file. Example scopes = https://www.googleapis.com/auth/userinfo.profile https://www.googleapis.com/auth/userinfo.email auth_url = https://accounts.google.com/o/oauth2/auth token_url = https://accounts.google.com/o/oauth2/token + allowed_domains = mycompany.com Restart the grafana backend. You should now see a google login button on the login page. You can -now login or signup with your google accounts. +now login or signup with your google accounts. `allowed_domains` option is optional.
## [session]