summaryrefslogtreecommitdiffstats
path: root/doc/install/Troubleshooting.md
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-11-08 09:52:11 -0800
committerit33 <iantien@gmail.com>2015-11-08 09:52:11 -0800
commit1600cb97c8d83bd207174263ec88832571433a20 (patch)
tree83f63c1ce4e5a748cc67521a13b5802ba592d113 /doc/install/Troubleshooting.md
parent118ac28ebf5a0af43c23c81fe9433ac34434275c (diff)
downloadchat-1600cb97c8d83bd207174263ec88832571433a20.tar.gz
chat-1600cb97c8d83bd207174263ec88832571433a20.tar.bz2
chat-1600cb97c8d83bd207174263ec88832571433a20.zip
Update Troubleshooting.md
Diffstat (limited to 'doc/install/Troubleshooting.md')
-rw-r--r--doc/install/Troubleshooting.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/install/Troubleshooting.md b/doc/install/Troubleshooting.md
index 39d7f8fcc..51699a39c 100644
--- a/doc/install/Troubleshooting.md
+++ b/doc/install/Troubleshooting.md
@@ -31,4 +31,6 @@ The following is a list of common error messages and solutions:
###### `Token request failed`
- This error can appear in the web browser after attempting to create a new team with GitLab SSO enabled
- - **Solution:** Check that your SSL settings for the SSO provider match the `http://` or `https://` choice selected in `config.json` under `GitLabSettings`
+ - **Solutions:**
+ 1. Check that your SSL settings for the SSO provider match the `http://` or `https://` choice selected in `config.json` under `GitLabSettings`
+ 2. Follow steps 1 to 3 of the manual [GitLab SSO configuration procedure](https://github.com/mattermost/platform/blob/master/doc/integrations/Single-Sign-On/Gitlab.md) to confirm your `Secret` and `Id` settings in `config.json` match your GitLab settings, and if they don't, manually update `config.json` to the correct settings and see if this clears the issue.