diff options
author | Alex <dev.alexkeramidas@gmail.com> | 2016-12-11 14:09:37 +0200 |
---|---|---|
committer | Alexandros Keramidas <dev.alexkeramidas@gmail.com> | 2016-12-21 10:51:10 +0200 |
commit | 6e186b76bb22c5803e3d7105f8ff78c11128812d (patch) | |
tree | 92091c59aec8369c509de8d213b19d0fdf8834ee /Gemfile | |
parent | aa4a6cacfad794814952a303186cb9f5e4e1d427 (diff) | |
download | gitlab-ce-6e186b76bb22c5803e3d7105f8ff78c11128812d.tar.gz |
Added support for Authentiq oauth provider
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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' |