summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-11-23 10:23:19 -0800
committerCorey Hulen <corey@hulen.com>2015-11-23 10:23:19 -0800
commit6ab7df3335d414ecf864972c817e3b37b3b01abf (patch)
treea3be3e64e728d896853ca2cf28e0855f9eab3ea9
parentd42a567bab3cd306caf0a42bed804c26222a46da (diff)
parent070241ead1fa67083762dadac7ec09b889d596f6 (diff)
downloadchat-6ab7df3335d414ecf864972c817e3b37b3b01abf.tar.gz
chat-6ab7df3335d414ecf864972c817e3b37b3b01abf.tar.bz2
chat-6ab7df3335d414ecf864972c817e3b37b3b01abf.zip
Merge pull request #1486 from vladikoff/patch-1
Update docs for the GitLab SSO configuration config parameter
-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)