Merge branch 'sh-update-omniauth-openid' into 'master'
Update gitlab-omniauth-openid-connect gem to support ECSDA keys See merge request gitlab-org/gitlab!77491
Showing
... | ... | @@ -50,7 +50,7 @@ gem 'omniauth-shibboleth', '~> 1.3.0' |
gem 'omniauth-twitter', '~> 1.4' | ||
gem 'omniauth_crowd', '~> 2.4.0' | ||
gem 'omniauth-authentiq', '~> 0.3.3' | ||
gem 'gitlab-omniauth-openid-connect', '~> 0.8.0', require: 'omniauth_openid_connect' | ||
gem 'gitlab-omniauth-openid-connect', '~> 0.9.0', require: 'omniauth_openid_connect' | ||
gem 'omniauth-salesforce', '~> 1.0.5' | ||
gem 'omniauth-atlassian-oauth2', '~> 0.2.0' | ||
gem 'rack-oauth2', '~> 1.16.0' | ||
... | ... |
Please register or sign in to comment