From ecaa041ec077a7426857c04956cc3f48b1a6500d Mon Sep 17 00:00:00 2001 From: Ryan Mendoza Date: Mon, 26 Oct 2020 14:36:37 -0500 Subject: [PATCH] Docs: Update generic-oauth.md (#28517) Callback URI fragment should be suffixed, not a prefix. --- 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 6b2387bd8ae..2f3474ca24b 100755 --- a/docs/sources/auth/generic-oauth.md +++ b/docs/sources/auth/generic-oauth.md @@ -21,7 +21,7 @@ You can configure many different OAuth2 authentication services with Grafana usi - [JMESPath examples](#jmespath-examples) - [Role mapping](#role-mapping) -This callback URL must match the full HTTP address that you use in your browser to access Grafana, but with the prefix path of `/login/generic_oauth`. +This callback URL must match the full HTTP address that you use in your browser to access Grafana, but with the suffixed path of `/login/generic_oauth`. You may have to set the `root_url` option of `[server]` for the callback URL to be correct. For example in case you are serving Grafana behind a proxy.