summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAlexandros Keramidas <dev.alexkeramidas@gmail.com>2017-07-17 15:16:49 +0300
committerAlexandros Keramidas <dev.alexkeramidas@gmail.com>2017-07-18 00:12:50 +0300
commit6bd94f20e30dfcba5273cd6e7415fb90914ab5a7 (patch)
tree02cd1125a9b9c6712f9f3ad66fcb3538dedfef05 /config
parent8906bbae3898484974fa3a37a7f5133acd5fad80 (diff)
downloadgitlab-ce-6bd94f20e30dfcba5273cd6e7415fb90914ab5a7.tar.gz
Added authentiq provider to tests and updated documentation, gem and config file.
Diffstat (limited to 'config')
-rw-r--r--config/gitlab.yml.example6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index 221e3d6e03b..5387c138c0c 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -383,13 +383,13 @@ production: &base
# 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/
+ # # for client credentials (client ID and secret), go to https://www.authentiq.com/developers
# 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'
+ # # callback_url parameter is optional except when 'gitlab.host' in this file is set to 'localhost'
+ # # callback_url: 'YOUR_CALLBACK_URL'
# }
# }
# - { name: 'github',