diff options
author | Alex <dev.alexkeramidas@gmail.com> | 2016-12-11 14:09:37 +0200 |
---|---|---|
committer | Alexandros Keramidas <dev.alexkeramidas@gmail.com> | 2016-12-21 10:51:10 +0200 |
commit | 6e186b76bb22c5803e3d7105f8ff78c11128812d (patch) | |
tree | 92091c59aec8369c509de8d213b19d0fdf8834ee /config/gitlab.yml.example | |
parent | aa4a6cacfad794814952a303186cb9f5e4e1d427 (diff) | |
download | gitlab-ce-6e186b76bb22c5803e3d7105f8ff78c11128812d.tar.gz |
Added support for Authentiq oauth provider
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r-- | config/gitlab.yml.example | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index b8b41a0d86c..2d1d48bf9da 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -368,6 +368,16 @@ production: &base # login_url: '/cas/login', # service_validate_url: '/cas/p3/serviceValidate', # logout_url: '/cas/logout'} } + # - { name: 'authentiq', + # # for client credentials (client ID and secret), go to https://www.authentiq.com/ + # app_id: 'YOUR_CLIENT_ID', + # app_secret: 'YOUR_CLIENT_SECRET', + # args: { + # scope: 'aq:name email~rs address aq:push' + # # redirect_uri parameter is optional except when 'gitlab.host' in this file is set to 'localhost' + # # redirect_uri: 'YOUR_REDIRECT_URI' + # } + # } # - { name: 'github', # app_id: 'YOUR_APP_ID', # app_secret: 'YOUR_APP_SECRET', |