diff --git a/changelog/unreleased/fix-createhome-middleware.md b/changelog/unreleased/fix-createhome-middleware.md new file mode 100644 index 0000000000..dbf8569d3d --- /dev/null +++ b/changelog/unreleased/fix-createhome-middleware.md @@ -0,0 +1,5 @@ +Bugfix: Provide token configuration from config + +Fixed a bug that causes the createHome middleware to crash if no configuration for the OIDC provider is propagated. + +https://github.com/owncloud/ocis-proxy/pull/69