From 5bc612d9464bf6c4d28aac6f44002f311f0d311e Mon Sep 17 00:00:00 2001 From: Stan Hu <stanhu@gmail.com> Date: Sat, 2 Nov 2019 05:09:15 -0700 Subject: [PATCH] Update omniauth_openid_connect to v0.3.3 Some OpenID servers are configured to format the request to the client application as a POST request (form_post). This version of the gem allows you to actually use an unused configuration option. --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- changelogs/unreleased/sh-update-openid-connect.yml | 5 +++++ 3 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 changelogs/unreleased/sh-update-openid-connect.yml diff --git a/Gemfile b/Gemfile index 25c9fbc43ab48..4c077e7139791 100644 --- a/Gemfile +++ b/Gemfile @@ -42,7 +42,7 @@ 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.1' +gem 'omniauth_openid_connect', '~> 0.3.3' gem "omniauth-ultraauth", '~> 0.0.2' gem 'omniauth-salesforce', '~> 1.0.5' gem 'rack-oauth2', '~> 1.9.3' diff --git a/Gemfile.lock b/Gemfile.lock index 4eac23b7a712d..5031007ef1dbc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -675,12 +675,12 @@ GEM activesupport nokogiri (>= 1.4.4) omniauth (~> 1.0) - omniauth_openid_connect (0.3.1) + omniauth_openid_connect (0.3.3) addressable (~> 2.5) - omniauth (~> 1.3) + omniauth (~> 1.9) openid_connect (~> 1.1) open4 (1.3.4) - openid_connect (1.1.6) + openid_connect (1.1.8) activemodel attr_required (>= 1.0.0) json-jwt (>= 1.5.0) @@ -1245,7 +1245,7 @@ DEPENDENCIES omniauth-twitter (~> 1.4) omniauth-ultraauth (~> 0.0.2) omniauth_crowd (~> 2.2.0) - omniauth_openid_connect (~> 0.3.1) + omniauth_openid_connect (~> 0.3.3) org-ruby (~> 0.9.12) pg (~> 1.1) premailer-rails (~> 1.9.7) diff --git a/changelogs/unreleased/sh-update-openid-connect.yml b/changelogs/unreleased/sh-update-openid-connect.yml new file mode 100644 index 0000000000000..34341b6a385a7 --- /dev/null +++ b/changelogs/unreleased/sh-update-openid-connect.yml @@ -0,0 +1,5 @@ +--- +title: Update omniauth_openid_connect to v0.3.3 +merge_request: 19525 +author: +type: fixed -- GitLab