summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorPatricio Cano <suprnova32@gmail.com>2016-04-11 10:16:56 -0500
committerPatricio Cano <suprnova32@gmail.com>2016-04-11 10:16:56 -0500
commitcedfe9d22851d6765b9737c2489e8ff166a7d238 (patch)
tree80c3e6ddab23be55cb4bf444e8eab7dc65619722 /config
parentea04b0191d624fdc3e6f82840825bd265a4c3f59 (diff)
downloadgitlab-ce-cedfe9d22851d6765b9737c2489e8ff166a7d238.tar.gz
Documentation of feature
Diffstat (limited to 'config')
-rw-r--r--config/gitlab.yml.example7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index 35c7c425a5a..75aba2544b5 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -304,6 +304,13 @@ production: &base
# (default: false)
auto_link_saml_user: false
+ # Set different Omniauth providers as external so that all users creating accounts
+ # via these providers will not be able to have access to internal projects. You
+ # will need to use the full name of the provider, like `google_oauth2` for Google.
+ # Refer to the examples below for the full names of the supported providers.
+ # (default: [])
+ external_providers: []
+
## Auth providers
# Uncomment the following lines and fill in the data of the auth provider you want to use
# If your favorite auth provider is not listed you can use others: