From e9e4c4b9e9411e9256e59b9546ff190755a71a14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Fri, 9 Aug 2024 12:39:40 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 518c14f91..8b2354636 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -56,6 +56,7 @@ The following sections list the changes for unreleased. * Bugfix - Use bool type for web embed delegatedAuthentication: [#9692](https://github.com/owncloud/ocis/pull/9692) * Bugfix - Repair nats-js-kv registry: [#9734](https://github.com/owncloud/ocis/pull/9734) * Bugfix - Use less selectors that watch the registry: [#9741](https://github.com/owncloud/ocis/pull/9741) +* Bugfix - We fixed the client config generation for the built in IDP: [#9770](https://github.com/owncloud/ocis/pull/9770) * Enhancement - New WOPI operations added to the collaboration service: [#9505](https://github.com/owncloud/ocis/pull/9505) * Enhancement - Allow configuring grpc max connection age: [#9657](https://github.com/owncloud/ocis/pull/9657) * Enhancement - Local WEB App configuration: [#9691](https://github.com/owncloud/ocis/pull/9691) @@ -99,6 +100,14 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/9741 +* Bugfix - We fixed the client config generation for the built in IDP: [#9770](https://github.com/owncloud/ocis/pull/9770) + + We now use the OCIS_URL to generate the web client registration configuration. + It does not make sense use the OCIS_ISSUER_URL if the idp was configured to run + on a different domain. + + https://github.com/owncloud/ocis/pull/9770 + * Enhancement - New WOPI operations added to the collaboration service: [#9505](https://github.com/owncloud/ocis/pull/9505) PutRelativeFile, DeleteFile and RenameFile operations have been added to the