diff --git a/server/modules/authentication/gitlab/authentication.js b/server/modules/authentication/gitlab/authentication.js index 68c189fe..b2122bfb 100644 --- a/server/modules/authentication/gitlab/authentication.js +++ b/server/modules/authentication/gitlab/authentication.js @@ -14,6 +14,7 @@ module.exports = { clientID: conf.clientId, clientSecret: conf.clientSecret, callbackURL: conf.callbackURL, + baseUrl: conf.baseUrl, scope: ['read_user'] }, async (accessToken, refreshToken, profile, cb) => { try {