From 15c6bbc60c04b613b5dd0b44029ba8bfe736bd17 Mon Sep 17 00:00:00 2001 From: Jan Sandbrink Date: Wed, 19 Nov 2025 15:22:43 +0100 Subject: [PATCH] Update omniauth-openid_connect Fixing an issue with claims transmission. --- Gemfile.lock | 8 ++++---- Gemfile.modules | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 182798355dd..75267597f7f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -36,10 +36,10 @@ GIT GIT remote: https://github.com/opf/omniauth-openid-connect.git - revision: e923d9dd14fa4ca04b98720ac2185807b263f5ed - ref: e923d9dd14fa4ca04b98720ac2185807b263f5ed + revision: f0c1ecdb26e39017a9e929af75a166c772d960bb + ref: f0c1ecdb26e39017a9e929af75a166c772d960bb specs: - omniauth-openid-connect (0.4.1) + omniauth-openid-connect (0.4.2) addressable (~> 2.5) omniauth (~> 1.6) openid_connect (~> 2.2.0) @@ -2003,7 +2003,7 @@ CHECKSUMS oj (3.16.11) sha256=2aab609d2bc896529bd3c70d737f591c13932a640ba6164a0f7e414efdb052b1 okcomputer (1.19.0) sha256=8548935a82f725bdd8f2c329925a9f1a1bb2ce19ce26b47d7515665ee363b458 omniauth (1.9.2) - omniauth-openid-connect (0.4.1) + omniauth-openid-connect (0.4.2) omniauth-openid_connect-providers (0.2.0) omniauth-saml (1.10.6) sha256=13dde22f4fd1beff0ef2d6dae576f7b68594f159990e8e886d8a02b32397afbd op-clamav-client (3.4.2) sha256=f28d697d11758a2ba3dc530cfdf4871a00ecd517631e8bac30dee30cd6012964 diff --git a/Gemfile.modules b/Gemfile.modules index 0c488f5a3d0..67b6e29ac5b 100644 --- a/Gemfile.modules +++ b/Gemfile.modules @@ -8,7 +8,7 @@ gem 'omniauth-openid_connect-providers', gem 'omniauth-openid-connect', git: 'https://github.com/opf/omniauth-openid-connect.git', - ref: 'e923d9dd14fa4ca04b98720ac2185807b263f5ed' + ref: 'f0c1ecdb26e39017a9e929af75a166c772d960bb' group :opf_plugins do # included so that engines can reference OpenProject::Version