From c7beca5fef97c8a625d172d75f903ad03514b76e Mon Sep 17 00:00:00 2001 From: Thomas Lehmann Date: Mon, 22 Sep 2025 14:42:07 +0200 Subject: [PATCH] IONOS(user_oidc): update user_oidc submodule to v7.4.0 With the previous update to v7.3.2 we tried to fix a bug with the logout. With tests of v7.3.2 on pre-live we discovered that logout does no longer work at all. The logout hits the /logout endpoint of Nextcloud, not the /apps/user_oidc/sls endpoint of user_oidc. Some of the changes to v7.4.0 [1] sound they may fix this. We try this version first before debugging more. [1]: https://github.com/nextcloud/user_oidc/blob/main/CHANGELOG.md#740--2025-09-01 Signed-off-by: Thomas Lehmann --- apps-external/user_oidc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps-external/user_oidc b/apps-external/user_oidc index 703e9e35ae397..81445bc8542fe 160000 --- a/apps-external/user_oidc +++ b/apps-external/user_oidc @@ -1 +1 @@ -Subproject commit 703e9e35ae39730d401f9e6b99b5f79f312abaec +Subproject commit 81445bc8542fe47e5d746a57d2a6e17c635a6e54