From 3b565dccd8ad40424192644b4b47ec0690be44f0 Mon Sep 17 00:00:00 2001 From: Andreas Kohn Date: Tue, 19 Sep 2017 12:08:41 +0200 Subject: [PATCH] Explicitly refer to Github 'OAuth' applications A 'Github Application' is now something else, and will not work with Grafana. --- docs/sources/installation/configuration.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/sources/installation/configuration.md b/docs/sources/installation/configuration.md index e931224cac3..b8593b681df 100644 --- a/docs/sources/installation/configuration.md +++ b/docs/sources/installation/configuration.md @@ -308,15 +308,15 @@ options are `Editor` and `Admin`. ## [auth.github] -You need to create a GitHub application (you find this under the GitHub -profile page). When you create the application you will need to specify +You need to create a GitHub OAuth application (you find this under the GitHub +settings page). When you create the application you will need to specify a callback URL. Specify this as callback: http://:/login/github 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/github`. -When the GitHub application is created you will get a Client ID and a +When the GitHub OAuth application is created you will get a Client ID and a Client Secret. Specify these in the Grafana configuration file. For example: