From 0dcc8373bc7b24554510f2697f8255a2a8af9ca2 Mon Sep 17 00:00:00 2001 From: Alex Unger Date: Mon, 13 Jul 2020 14:29:45 +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 90aab0117e..3134122831 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ The following sections list the changes for ocis-proxy unreleased. ## Summary +* Bugfix - Provide token configuration from config: [#69](https://github.com/owncloud/ocis-proxy/pull/69) * Change - Add OIDC config flags: [#66](https://github.com/owncloud/ocis-proxy/pull/66) * Change - Mint new username property in the reva token: [#62](https://github.com/owncloud/ocis-proxy/pull/62) * Enhancement - Add Accounts UI routes: [#65](https://github.com/owncloud/ocis-proxy/pull/65) @@ -14,6 +15,14 @@ The following sections list the changes for ocis-proxy unreleased. ## Details +* Bugfix - Provide token configuration from config: [#69](https://github.com/owncloud/ocis-proxy/pull/69) + + Fixed a bug that causes the createHome middleware to crash if no configuration for the + TokenManager is propagated. + + https://github.com/owncloud/ocis-proxy/pull/69 + + * Change - Add OIDC config flags: [#66](https://github.com/owncloud/ocis-proxy/pull/66) To authenticate requests with an oidc provider we added two environment variables: -