From 2800515c94dba16d855b133388ad8ea6a07df88b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Fri, 23 Jul 2021 11:47:49 +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 128e5f199c..e3f4c6ab72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ The following sections list the changes for unreleased. ## Summary * 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) * Enhancement - Update REVA to v1.10.1-0.20210721075634-57d692feea7b: [#2314](https://github.com/owncloud/ocis/pull/2314) * Enhancement - Update REVA to v1.10.0: [#2295](https://github.com/owncloud/ocis/pull/2295) @@ -22,6 +23,14 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/2301 +* Enhancement - Proxy: Add claims policy selector: [#2248](https://github.com/owncloud/ocis/pull/2248) + + Using the proxy config file, it is now possible to let let the IdP determine the routing policy by + sending an `ocis.routing.policy` claim. Its value will be used to determine the set of routes + for the logged in user. + + https://github.com/owncloud/ocis/pull/2248 + * Enhancement - Refactor graph API: [#2277](https://github.com/owncloud/ocis/pull/2277) We refactored the `/graph/v1.0/` endpoint which now relies on the internal acces token fer