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
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-12-21 14:58:05 +0300
committerRémy Coutable <remy@rymai.me>2016-12-21 14:58:05 +0300
commit0ba41ea1c8e9d99667401c2778c7c320b96c35e0 (patch)
tree9f887505f6e97ebb7b8de939e9227a6b950484f6 /Gemfile.lock
parent0ad0aa42eb9c1b51a406173438b686458d9dc87e (diff)
parent6e186b76bb22c5803e3d7105f8ff78c11128812d (diff)
Merge branch 'authentiq-id-oauth-support' into 'master'
Added support for Authentiq OAuth provider See merge request !8038
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 8bc22479346..9f8367b420a 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -428,6 +428,8 @@ GEM
rack (>= 1.0, < 3)
omniauth-auth0 (1.4.1)
omniauth-oauth2 (~> 1.1)
+ omniauth-authentiq (0.2.2)
+ omniauth-oauth2 (~> 1.3, >= 1.3.1)
omniauth-azure-oauth2 (0.0.6)
jwt (~> 1.0)
omniauth (~> 1.0)
@@ -897,6 +899,7 @@ DEPENDENCIES
oj (~> 2.17.4)
omniauth (~> 1.3.1)
omniauth-auth0 (~> 1.4.1)
+ omniauth-authentiq (~> 0.2.0)
omniauth-azure-oauth2 (~> 0.0.6)
omniauth-cas3 (~> 1.1.2)
omniauth-facebook (~> 4.0.0)