diff --git a/source/about/editions-and-offerings.rst b/source/about/editions-and-offerings.rst index 236e01a1222..2535a9bf356 100644 --- a/source/about/editions-and-offerings.rst +++ b/source/about/editions-and-offerings.rst @@ -70,7 +70,7 @@ Features include: - Pre-packaged integrations with most common developer tools, including Jira, Confluence, GitHub, GitLab, CircleCI, Zoom, Jitsi, and more. - Tools for `custom branding `__ and `themes `__. - `Multi-factor authentication `__. -- `Single Sign-on with GitLab `__, `Google `__, or `OpenID Connect `__. +- Single Sign-on with `GitLab `__ using the OAuth 2.0 standard. - `Granular system permissions `__. - Highly customizable `third-party bots, integrations `__, and `command line tools `__. - Extensive integration support via `webhooks, APIs, drivers `__, and `third-party extensions `__. @@ -91,7 +91,7 @@ This offering includes all the features of Mattermost Free, plus: - `Guest access `__ and `custom user groups `__. - `Active Directory/LDAP Single Sign-on and user synchronization `__. -- Single Sign-on with `SAML `__ or `Office365 `__. +- Single Sign-on with `GitLab `__ using the OpenID Connect standard, `Google `__, `OpenID Connect `__, `SAML `__ or `Office365 `__. - `MFA enforcement `__. - `Advanced team permissions `__. - `Read-only announcement channels `__. diff --git a/source/onboard/sso-gitlab.rst b/source/onboard/sso-gitlab.rst index 836945085a8..2c4e0679400 100644 --- a/source/onboard/sso-gitlab.rst +++ b/source/onboard/sso-gitlab.rst @@ -9,11 +9,11 @@ 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. -.. note:: +.. important:: - Only the default GitLab SSO is officially supported. - "Double SSO", where GitLab SSO is chained to other SSO solutions, is not supported. It may be possible to connect GitLab SSO with AD, LDAP, SAML, or MFA add-ons in some cases, but because of the special logic required, they're not officially supported, and they're known not to work in some cases. - - Mattermost's open source Team Edition supports the OAuth 2.0 standard. - - Mattermost Professional and Enterprise support the OpenID Connect standard. + - `Mattermost Free (self-hosted only) `__ supports the OAuth 2.0 standard. + - `Mattermost Professional `__ and `Mattermost Enterprise `__ support the OpenID Connect standard. Step 1: Add a Mattermost application to your GitLab account ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~