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
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-12-21 16:47:20 +0300
commit514bea58d4c29350bc815c536a96e3965b9de7d0 (patch)
treee9513b7f887fa79d4d98f3841ed404f525d0fbd1 /Gemfile
parent3597666bd23d5338123ad643d6fc614b323f2344 (diff)
Merge branch 'authentiq-id-oauth-support' into 'master'
Added support for Authentiq OAuth provider See merge request !8038
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 774dceff4f4..9dfaf7a48a2 100644
--- a/Gemfile
+++ b/Gemfile
@@ -32,6 +32,7 @@ gem 'omniauth-saml', '~> 1.7.0'
gem 'omniauth-shibboleth', '~> 1.2.0'
gem 'omniauth-twitter', '~> 1.2.0'
gem 'omniauth_crowd', '~> 2.2.0'
+gem 'omniauth-authentiq', '~> 0.2.0'
gem 'rack-oauth2', '~> 1.2.1'
gem 'jwt'