summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorAlex <dev.alexkeramidas@gmail.com>2016-12-11 14:09:37 +0200
committerAlexandros Keramidas <dev.alexkeramidas@gmail.com>2016-12-21 10:51:10 +0200
commit6e186b76bb22c5803e3d7105f8ff78c11128812d (patch)
tree92091c59aec8369c509de8d213b19d0fdf8834ee /Gemfile
parentaa4a6cacfad794814952a303186cb9f5e4e1d427 (diff)
downloadgitlab-ce-6e186b76bb22c5803e3d7105f8ff78c11128812d.tar.gz
Added support for Authentiq oauth provider
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index bea31b53b1c..dc28b4fdd9b 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'