Bump gitlab-omniauth-openid-connect to v0.8.0
This fixes issues with HS256-signed JWTs: https://gitlab.com/gitlab-org/gitlab-omniauth-openid-connect/-/issues/1 Diff: https://my.diffend.io/gems/gitlab-omniauth-openid-connect/0.4.0/0.8.0 Changelog: fixed
Showing
... | ... | @@ -49,7 +49,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.4.0', require: 'omniauth_openid_connect' | ||
gem 'gitlab-omniauth-openid-connect', '~> 0.8.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