summaryrefslogtreecommitdiff
path: root/doc/integration/saml.md
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-02-24 00:09:02 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-02-24 00:09:02 +0000
commit2ed3b0abccc8de391f1a9de2bc5785d3e0f5b018 (patch)
treefd6a1c298cb159656c72d622d5844fb55e191913 /doc/integration/saml.md
parent9083509f2f0e424b1d53cca4877d994d2050562b (diff)
downloadgitlab-ce-2ed3b0abccc8de391f1a9de2bc5785d3e0f5b018.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/integration/saml.md')
-rw-r--r--doc/integration/saml.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/integration/saml.md b/doc/integration/saml.md
index 10319b83233..30ba390f5cd 100644
--- a/doc/integration/saml.md
+++ b/doc/integration/saml.md
@@ -37,7 +37,6 @@ in your SAML IdP:
For Omnibus package:
```ruby
- gitlab_rails['omniauth_enabled'] = true
gitlab_rails['omniauth_allow_single_sign_on'] = ['saml']
gitlab_rails['omniauth_block_auto_created_users'] = false
```