From 56fb4ed7c57857e146c383300dcd79f674957fef Mon Sep 17 00:00:00 2001 From: "Misha M.-Kupriyanov" Date: Fri, 11 Sep 2026 23:10:32 +0200 Subject: [PATCH] IONOS(user_oidc): switch to IONOS fork with Bearer-scheme guard (HDNEXT-2218) Upstream nextcloud/user_oidc#1386 landed after v8.6.1, the version we stay on. Moves the submodule to the IONOS fork at the same version, carrying that patch as the only delta: getCurrentUserId() now ignores Authorization headers that do not use the Bearer scheme, instead of forwarding "Bearer Basic ..." to the IdP /userinfo endpoint on every DAV request. App version 8.6.1 and NC compatibility (min 29, max 34) are unchanged, and there is no configuration change: userinfo_bearer_validation stays true. Tag: https://github.com/IONOS-Productivity/nc-user_oidc/releases/tag/v8.6.1-d65e3f1 SHA: d65e3f16cb27912cbe4b8669249c6d6e42c4f5cd Signed-off-by: Misha M.-Kupriyanov --- .gitmodules | 2 +- apps-external/user_oidc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 61413f430e467..b778cd66450e2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -27,7 +27,7 @@ url = git@github.com:IONOS-Productivity/nc-richdocuments.git [submodule "apps-external/user_oidc"] path = apps-external/user_oidc - url = git@github.com:nextcloud/user_oidc.git + url = git@github.com:IONOS-Productivity/nc-user_oidc.git [submodule "apps-external/serverinfo"] path = apps-external/serverinfo url = git@github.com:nextcloud/serverinfo.git diff --git a/apps-external/user_oidc b/apps-external/user_oidc index b5a67c7c6454e..d65e3f16cb279 160000 --- a/apps-external/user_oidc +++ b/apps-external/user_oidc @@ -1 +1 @@ -Subproject commit b5a67c7c6454ec6f3872ed424283b788cbbae86b +Subproject commit d65e3f16cb27912cbe4b8669249c6d6e42c4f5cd