From 5825a9b9577845b8ba14ce19c111a12992da6888 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Mon, 26 Jul 2021 13:21:27 +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 e3f4c6ab7..480fe5188 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ The following sections list the changes for unreleased. ## Summary +* Bugfix - Forward basic auth to OpenID connect token authentication endpoint: [#2095](https://github.com/owncloud/ocis/issues/2095) * Bugfix - Log all requests in the proxy access log: [#2301](https://github.com/owncloud/ocis/pull/2301) * Enhancement - Proxy: Add claims policy selector: [#2248](https://github.com/owncloud/ocis/pull/2248) * Enhancement - Refactor graph API: [#2277](https://github.com/owncloud/ocis/pull/2277) @@ -14,6 +15,14 @@ The following sections list the changes for unreleased. ## Details +* Bugfix - Forward basic auth to OpenID connect token authentication endpoint: [#2095](https://github.com/owncloud/ocis/issues/2095) + + When using `PROXY_ENABLE_BASIC_AUTH=true` we now forward request to the idp instead of + trying to authenticate the request ourself. + + https://github.com/owncloud/ocis/issues/2095 + https://github.com/owncloud/ocis/issues/2094 + * Bugfix - Log all requests in the proxy access log: [#2301](https://github.com/owncloud/ocis/pull/2301) We now use a dedicated middleware to log all requests, regardless of routing selector outcome.