From 9290c755f3ba22a899e00288d4cba0b5929d6e2d Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 14 Jul 2016 09:10:15 +0000 Subject: Include default callback URL (OAuth) --- doc/integration/oauth_provider.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/integration/oauth_provider.md b/doc/integration/oauth_provider.md index 5f8bb57365c..0c53584d201 100644 --- a/doc/integration/oauth_provider.md +++ b/doc/integration/oauth_provider.md @@ -28,7 +28,8 @@ GitLab supports two ways of adding a new OAuth2 application to an instance. You can either add an application as a regular user or add it in the admin area. What this means is that GitLab can actually have instance-wide and a user-wide applications. There is no difference between them except for the different -permission levels they are set (user/admin). +permission levels they are set (user/admin). The default callback URL is +`http://your-gitlab.example.com/users/auth/gitlab/callback` ## Adding an application through the profile -- cgit v1.2.1