GitLab Single Sign-On
Configuring GitLab as a Single Sign-On (SSO) service
Follow these steps to configure Mattermost to use GitLab as a Single Sign-on (SSO) service for team creation, account creation, and user login.
Step 1: Add a Mattermost application to your GitLab account
- Log in to your GitLab account, then go to
https://{gitlab-site-name}/profile/applications. For {gitlab-site-name} use the name of your GitLab instance. If you're using GitLab itself as your service provider, usegitlab.com. - Add a new application:
In the Name field, enter
Mattermost.In the Redirect URI field, add the following two lines using your own value for {mattermost-site-name}.
https://{mattermost-site-name}/login/gitlab/completehttps://{mattermost-site-name}/signup/gitlab/completeIf your GitLab instance is not set up to use SSL, your URIs must begin with
http://instead ofhttps://.
- Select scopes.
- For Mattermost Team Edition, select
read_user.- For Mattermost Enterprise, select
read_user,openid,profile, and
- Select Save application.
- Keep the GitLab window open. You need the Application Id and Application Secret Key when you configure Mattermost.
Step 2: Configure Mattermost for GitLab SSO
- Log in to Mattermost, then go to System Console > Authentication > OpenID Connect.
- Select GitLab as the service provider.
- Enter the GitLab Site URL of your GitLab instance. If your GitLab instance is not set up to use SSL, start the URL with
http://instead ofhttps://. If you are using GitLab itself as your provider, usegitlab.com. - The Discovery Endpoint for OpenID Connect with GitLab is prepopulated with
https://gitlab.com/.well-known/openid-configuration. - Paste the Application ID from GitLab as the Client ID in Mattermost.
- Paste the Application Secret Key from GitLab as the Client Secret in Mattermost.
- Update the
config.jsonfile and specify the scopes you selected in GitLab under theGitLabSettingsproperty. At a minimum,openidis a required scope for Mattermost Enterprise and Professional, andread_useris a required scope for Mattermost Team Edition. Mattermost Team Edition does not work with scopes other thanread_user. Changes to this setting require a server restart before taking effect. - Select Save.
(Optional) Step 3: Force users to sign up using SSO only
To force all users to sign-up with SSO only, set System Console > Authentication > Email > Enable sign-in with email to false Users must change their login method before they can log in to Mattermost with GitLab.
Frequently Asked Questions
How can I use LDAP attributes or Groups with OpenID?
At this time, LDAP data isn't compatible with OpenID. If you currently rely on LDAP to manage your users' teams, channels, groups, or attributes, you won't be able to do this automatically with users who have logged in with OpenID. If you need LDAP synced to each user, we suggest using SAML or LDAP as the login provider. Some OpenID providers can use SAML instead, like Keycloak.