Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAlex <dev.alexkeramidas@gmail.com>2016-12-11 15:09:37 +0300
committerAlexandros Keramidas <dev.alexkeramidas@gmail.com>2016-12-21 11:51:10 +0300
commit6e186b76bb22c5803e3d7105f8ff78c11128812d (patch)
tree92091c59aec8369c509de8d213b19d0fdf8834ee /config
parentaa4a6cacfad794814952a303186cb9f5e4e1d427 (diff)
Added support for Authentiq oauth provider
Diffstat (limited to 'config')
-rw-r--r--config/gitlab.yml.example10
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',