diff --git a/changelog/unreleased/missing-unprotected-paths.md b/changelog/unreleased/missing-unprotected-paths.md new file mode 100644 index 000000000..80bc4f57d --- /dev/null +++ b/changelog/unreleased/missing-unprotected-paths.md @@ -0,0 +1,5 @@ +Enhancement: Add missing unprotected paths + +Added missing unprotected paths for the text-editor, preview, pdf-viewer and draw-io to the authentication middleware. + +https://github.com/owncloud/ocis/pull/4454 diff --git a/services/proxy/pkg/middleware/authentication.go b/services/proxy/pkg/middleware/authentication.go index 99dced8d6..b73dd215a 100644 --- a/services/proxy/pkg/middleware/authentication.go +++ b/services/proxy/pkg/middleware/authentication.go @@ -62,6 +62,10 @@ var ( "/themes/", "/signin/", "/konnect/", + "/text-editor/", + "/preview/", + "/pdf-viewer/", + "/draw-io/", } )