diff options
author | Daniel Carraro <daniel@blinkmobile.com.au> | 2016-02-29 16:37:27 +1100 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-03-16 13:12:20 +0100 |
commit | d6caadd1d533eaacde8e7e315546e7c5425d60e6 (patch) | |
tree | 4442be25154b5795021e24876e285e4b231e097c /config/gitlab.yml.example | |
parent | a34021cd182af49fc732c4ad58f7594f73c46f01 (diff) | |
download | gitlab-ce-d6caadd1d533eaacde8e7e315546e7c5425d60e6.tar.gz |
Added omniauth-auth0 Gem + Applicable Documentation.
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r-- | config/gitlab.yml.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 05f127d622a..500b745f55e 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -357,6 +357,12 @@ production: &base # crowd_server_url: 'CROWD SERVER URL', # application_name: 'YOUR_APP_NAME', # application_password: 'YOUR_APP_PASSWORD' } } + # + # - { name: 'auth0', + # args: { + # client_id: 'YOUR_AUTH0_CLIENT_ID', + # client_secret: 'YOUR_AUTH0_CLIENT_SECRET', + # namespace: 'YOUR_AUTH0_DOMAIN' } } # SSO maximum session duration in seconds. Defaults to CAS default of 8 hours. # cas3: |