From 364bdce5299e208bc3b07f1fe379f90794e725a6 Mon Sep 17 00:00:00 2001 From: linoman <2051016+linoman@users.noreply.github.com> Date: Wed, 11 Jan 2023 14:32:14 +0100 Subject: [PATCH] Add reference to Google OAuth docs (#61148) --- .../configure-security/configure-authentication/google.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/sources/setup-grafana/configure-security/configure-authentication/google.md b/docs/sources/setup-grafana/configure-security/configure-authentication/google.md index a61b245957d..81f3c35001a 100644 --- a/docs/sources/setup-grafana/configure-security/configure-authentication/google.md +++ b/docs/sources/setup-grafana/configure-security/configure-authentication/google.md @@ -52,3 +52,6 @@ You may allow users to sign-up via Google authentication by setting the `allow_sign_up` option to `true`. When this option is set to `true`, any user successfully authenticating via Google authentication will be automatically signed up. + +You may specify a domain to be passed as `hd` query parameter accepted by Google's +OAuth 2.0 authentication API. Refer to Google's OAuth [documentation](https://developers.google.com/identity/openid-connect/openid-connect#hd-param).