From 469ba3df0606a1114588eee7136c1357546d022d Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Mon, 12 Feb 2024 23:52:53 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f01d58e2c..19f437c8e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1264,8 +1264,8 @@ The following sections list the changes for 5.0.0-rc.1. * Enhancement - Allow configuring additional routes: [#7741](https://github.com/owncloud/ocis/pull/7741) - Allows adding custom routes to the ocis proxy. This enables customs ocis - extensions + Allows adding custom routes to the ocis proxy. This enables custom ocis + extensions. https://github.com/owncloud/ocis/pull/7741 @@ -1823,7 +1823,7 @@ The following sections list the changes for 4.0.3. * Bugfix - Bump reva to 2.16.2: [#7512](https://github.com/owncloud/ocis/pull/7512) * Bugfix - Token storage config fixed: [#7546](https://github.com/owncloud/ocis/pull/7546) -* Enhancement - Support spec violating AD FS access token issuer: [#7140](https://github.com/owncloud/ocis/pull/7140) +* Enhancement - Support spec violating AD FS access token issuer: [#7138](https://github.com/owncloud/ocis/pull/7138) * Enhancement - Update web to v7.1.2: [#7798](https://github.com/owncloud/ocis/pull/7798) ## Details @@ -1843,13 +1843,13 @@ The following sections list the changes for 4.0.3. https://github.com/owncloud/ocis/issues/7462 https://github.com/owncloud/ocis/pull/7546 -* Enhancement - Support spec violating AD FS access token issuer: [#7140](https://github.com/owncloud/ocis/pull/7140) +* Enhancement - Support spec violating AD FS access token issuer: [#7138](https://github.com/owncloud/ocis/pull/7138) AD FS `/adfs/.well-known/openid-configuration` has an optional `access_token_issuer` which, in violation of the OpenID Connect spec, takes precedence over `issuer`. - https://github.com/owncloud/ocis/pull/7140 + https://github.com/owncloud/ocis/pull/7138 * Enhancement - Update web to v7.1.2: [#7798](https://github.com/owncloud/ocis/pull/7798)