diff options
author | Douwe Maan <douwe@gitlab.com> | 2016-02-19 07:43:00 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2016-02-19 07:43:00 +0000 |
commit | 48467d3072825f3d0ebbf06af5ab25bc9e6f2888 (patch) | |
tree | 0dd03665cc01d7d742ad32d5528036625b6f24c0 /config | |
parent | bb4fa3a185d6cf0e2fbd5d11917ba5bcdbf92926 (diff) | |
download | gitlab-ce-48467d3072825f3d0ebbf06af5ab25bc9e6f2888.tar.gz |
Document true/false as supported value.saml-decoupling
Diffstat (limited to 'config')
-rw-r--r-- | config/gitlab.yml.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index b6954b3152b..05f127d622a 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -288,8 +288,8 @@ production: &base # auto_sign_in_with_provider: saml # CAUTION! - # This allows users to login without having a user account first. Define the allowed - # providers using an array, e.g. ["saml", "twitter"] + # This allows users to login without having a user account first. Define the allowed providers + # using an array, e.g. ["saml", "twitter"], or as true/false to allow all providers or none. # User accounts will be created automatically when authentication was successful. allow_single_sign_on: ["saml"] |