diff --git a/static/directives/config/config-setup-tool.html b/static/directives/config/config-setup-tool.html index 22e302ca5..2f247a2ee 100644 --- a/static/directives/config/config-setup-tool.html +++ b/static/directives/config/config-setup-tool.html @@ -644,10 +644,14 @@
Note: A registered GitLab OAuth application is required. - View instructions on how to - - Create an OAuth Application in GitLab + Visit the + + GitLab applications admin panel + to create a new application. +
+The callback URL to use is:
+ {{ config.PREFERRED_URL_SCHEME || 'http' }}://{{ config.SERVER_HOSTNAME || 'localhost' }}/oauth2/gitlab/callback/trigger