diff --git a/changelog/unreleased/remove-well-known-oidc-middleware.md b/changelog/unreleased/remove-well-known-oidc-middleware.md new file mode 100644 index 0000000000..471db2d2a3 --- /dev/null +++ b/changelog/unreleased/remove-well-known-oidc-middleware.md @@ -0,0 +1,8 @@ +Enhancement: Introduce staticroutes package & remove well-known OIDC middleware + +We have introduced a new static routes package to the proxy. This package +is responsible for serving static files and oidc well-known endpoint `/.well-known/openid-configuration`. +We have removed the well-known middleware for OIDC and moved it +to the newly introduced static routes module in the proxy. + +https://github.com/owncloud/ocis/pull/8541