summaryrefslogtreecommitdiffstats
path: root/doc/integrations
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-11-03 21:46:43 -0800
committerit33 <iantien@gmail.com>2015-11-03 21:46:43 -0800
commit85a65c356e706eac719df41b2fe7725d476de7bb (patch)
tree19f9f34568d2168d074d2b1d70973211c59d832a /doc/integrations
parent6ed7c8c6d80d30935e952458a02cf358de1bb8b8 (diff)
downloadchat-85a65c356e706eac719df41b2fe7725d476de7bb.tar.gz
chat-85a65c356e706eac719df41b2fe7725d476de7bb.tar.bz2
chat-85a65c356e706eac719df41b2fe7725d476de7bb.zip
Update to reflect setting change
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 7939c47fb..1242fd13e 100644
--- a/doc/integrations/Single-Sign-On/Gitlab.md
+++ b/doc/integrations/Single-Sign-On/Gitlab.md
@@ -11,7 +11,7 @@ Follow these steps to configure Mattermost to use GitLab as a single-sign-on (SS
3. Submit the application and copy the given _Id_ and _Secret_ into the appropriate _SSOSettings_ fields in config/config.json
-4. Also in config/config.json, set _Allow_ to `true` for the _gitlab_ section, leave _Scope_ blank and use the following for the endpoints:
+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)
* _TokenEndpoint_: `https://<your-gitlab-url>/oauth/token`
* _UserApiEndpoint_: `https://<your-gitlab-url>/api/v3/user`