From 79b548dae696dbad05d5689451acaf9749e3d119 Mon Sep 17 00:00:00 2001 From: Ruta Sakalauskaite Date: Thu, 21 Jan 2016 21:54:29 +0000 Subject: [PATCH] modifying README to add information about use with enterprise github --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index da71e1b..611a049 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,12 @@ The GitHub auth provider supports two additional parameters to restrict authenti -github-org="": restrict logins to members of this organisation -github-team="": restrict logins to members of this team +If you are using github enterprise, make sure you set the following to the appropriate url: + + -login-url="/login/oauth/authorize" + -redeem-url="/login/oauth/access_token" + -validate-url="/user/emails" + ### LinkedIn Auth Provider