Automated changelog update [skip ci]

This commit is contained in:
Jörn Friedrich Dreyer
2021-07-26 13:21:27 +00:00
parent 968c9b75d8
commit 5825a9b957
+9
View File
@@ -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.