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