From d1c557e978debbfd0256e67a67a406a284a29202 Mon Sep 17 00:00:00 2001 From: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> Date: Mon, 10 May 2021 13:58:46 -0400 Subject: [PATCH] Fixed grammar usage. (#33871) --- docs/sources/auth/generic-oauth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/auth/generic-oauth.md b/docs/sources/auth/generic-oauth.md index 2386cbf0265..1c866fd72a6 100755 --- a/docs/sources/auth/generic-oauth.md +++ b/docs/sources/auth/generic-oauth.md @@ -50,7 +50,7 @@ You can also specify the SSL/TLS configuration used by the client. `tls_skip_verify_insecure` controls whether a client verifies the server's certificate chain and host name. If it is true, then SSL/TLS accepts any certificate presented by the server and any host name in that certificate. _You should only use this for testing_, because this mode leaves SSL/TLS susceptible to man-in-the-middle attacks. -Set `empty_scopes` to true to use an empty scope during authentication. By default, Grafana will use `user:email` as scope. +Set `empty_scopes` to true to use an empty scope during authentication. By default, Grafana uses `user:email` as scope. Grafana will attempt to determine the user's e-mail address by querying the OAuth provider as described below in the following order until an e-mail address is found: