diff options
author | Horatiu Eugen Vlad <horatiu@vlad.eu> | 2019-04-15 15:45:59 +0000 |
---|---|---|
committer | Horatiu Eugen Vlad <horatiu@vlad.eu> | 2019-05-06 09:01:29 +0200 |
commit | 6018d5bb87a09a4e624983a3bfbb2e573fbb0dd9 (patch) | |
tree | a455cb977ba5ce481030355fcbf04be0723666d2 /Gemfile | |
parent | 2432a540cff461c5d9c0346dd4021229078d674d (diff) | |
download | gitlab-ce-6018d5bb87a09a4e624983a3bfbb2e573fbb0dd9.tar.gz |
Added Omniauth OpenId Connect startegy
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -41,8 +41,9 @@ gem 'omniauth-shibboleth', '~> 1.3.0' gem 'omniauth-twitter', '~> 1.4' gem 'omniauth_crowd', '~> 2.2.0' gem 'omniauth-authentiq', '~> 0.3.3' +gem 'omniauth_openid_connect', '~> 0.3.0' +gem "omniauth-ultraauth", '~> 0.0.2' gem 'rack-oauth2', '~> 1.9.3' -gem "omniauth-ultraauth", '~> 0.0.1' gem 'jwt', '~> 2.1.0' # Spam and anti-bot protection |