summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2016-02-19 07:43:00 +0000
committerDouwe Maan <douwe@gitlab.com>2016-02-19 07:43:00 +0000
commit48467d3072825f3d0ebbf06af5ab25bc9e6f2888 (patch)
tree0dd03665cc01d7d742ad32d5528036625b6f24c0
parentbb4fa3a185d6cf0e2fbd5d11917ba5bcdbf92926 (diff)
downloadgitlab-ce-saml-decoupling.tar.gz
Document true/false as supported value.saml-decoupling
-rw-r--r--config/gitlab.yml.example4
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"]