From 5785bfe0cc02dc664e4773aa4b134286563a3f2b Mon Sep 17 00:00:00 2001 From: Jens L Date: Mon, 20 Mar 2017 08:36:43 +0100 Subject: [PATCH] Add more information for generic oauth2 (#7880) Add reference to OpenID's userinfo_endpoint (as in #6351) --- 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 ba44dd30658..50d28560672 100644 --- a/docs/sources/installation/configuration.md +++ b/docs/sources/installation/configuration.md @@ -410,7 +410,7 @@ browser to access Grafana, but with the prefix path of `/login/generic_oauth`. allowed_domains = mycompany.com mycompany.org allow_sign_up = true -Set api_url to the resource that returns basic user info. +Set api_url to the resource that returns [OpenID UserInfo](https://connect2id.com/products/server/docs/api/userinfo) compatible information.