summaryrefslogtreecommitdiffstats
path: root/doc/integrations
diff options
context:
space:
mode:
authorVlad Filippov <vlad.filippov@gmail.com>2015-11-20 15:23:14 -0800
committerVlad Filippov <vlad.filippov@gmail.com>2015-11-20 15:23:14 -0800
commit070241ead1fa67083762dadac7ec09b889d596f6 (patch)
tree9f7ee47c7a10a3e5f1635244339943be74c726a5 /doc/integrations
parentfc346bcb05626ed1cdc925ed03b7bcc748f69184 (diff)
downloadchat-070241ead1fa67083762dadac7ec09b889d596f6.tar.gz
chat-070241ead1fa67083762dadac7ec09b889d596f6.tar.bz2
chat-070241ead1fa67083762dadac7ec09b889d596f6.zip
Update docs for the GitLab SSO configuration config parameter
Based on https://github.com/mattermost/platform/blob/master/config/config.json#L86
Diffstat (limited to 'doc/integrations')
-rw-r--r--doc/integrations/Single-Sign-On/Gitlab.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/integrations/Single-Sign-On/Gitlab.md b/doc/integrations/Single-Sign-On/Gitlab.md
index 1242fd13e..f0acc0e66 100644
--- a/doc/integrations/Single-Sign-On/Gitlab.md
+++ b/doc/integrations/Single-Sign-On/Gitlab.md
@@ -9,7 +9,7 @@ Follow these steps to configure Mattermost to use GitLab as a single-sign-on (SS
(Note: If your GitLab instance is set up to use SSL, your URIs must begin with https://. Otherwise, use http://).
-3. Submit the application and copy the given _Id_ and _Secret_ into the appropriate _SSOSettings_ fields in config/config.json
+3. Submit the application and copy the given _Id_ and _Secret_ into the appropriate _GitLabSettings_ fields in config/config.json
4. Also in config/config.json, set _Enable_ to `true` for the _gitlab_ section, leave _Scope_ blank and use the following for the endpoints:
* _AuthEndpoint_: `https://<your-gitlab-url>/oauth/authorize` (example https://example.com/oauth/authorize)