Update to latest version of our omniauth-openid-connect fork

It fixes a bunch of issues around claims validation.
This commit is contained in:
Jan Sandbrink
2025-11-28 11:14:47 +01:00
parent 08225e3907
commit bff2650ff4
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -36,10 +36,10 @@ GIT
GIT
remote: https://github.com/opf/omniauth-openid-connect.git
revision: f0c1ecdb26e39017a9e929af75a166c772d960bb
ref: f0c1ecdb26e39017a9e929af75a166c772d960bb
revision: 825d06235b64f6bc872bba709f1c2d48fd5cede4
ref: 825d06235b64f6bc872bba709f1c2d48fd5cede4
specs:
omniauth-openid-connect (0.4.2)
omniauth-openid-connect (0.5.0)
addressable (~> 2.5)
omniauth (~> 1.6)
openid_connect (~> 2.2.0)
@@ -2014,7 +2014,7 @@ CHECKSUMS
oj (3.16.12) sha256=ad9fad6a06dabcf4cfe6a420690a4375377685c16eee0ae88e8d38a43ed7b556
okcomputer (1.19.0) sha256=8548935a82f725bdd8f2c329925a9f1a1bb2ce19ce26b47d7515665ee363b458
omniauth (1.9.2)
omniauth-openid-connect (0.4.2)
omniauth-openid-connect (0.5.0)
omniauth-openid_connect-providers (0.2.0)
omniauth-saml (1.10.6) sha256=13dde22f4fd1beff0ef2d6dae576f7b68594f159990e8e886d8a02b32397afbd
op-clamav-client (3.4.2) sha256=f28d697d11758a2ba3dc530cfdf4871a00ecd517631e8bac30dee30cd6012964
+1 -1
View File
@@ -8,7 +8,7 @@ gem 'omniauth-openid_connect-providers',
gem 'omniauth-openid-connect',
git: 'https://github.com/opf/omniauth-openid-connect.git',
ref: 'f0c1ecdb26e39017a9e929af75a166c772d960bb'
ref: '825d06235b64f6bc872bba709f1c2d48fd5cede4'
group :opf_plugins do
# included so that engines can reference OpenProject::Version