diff --git a/services/proxy/pkg/middleware/authentication.go b/services/proxy/pkg/middleware/authentication.go index 1a554dd46b..40945e324c 100644 --- a/services/proxy/pkg/middleware/authentication.go +++ b/services/proxy/pkg/middleware/authentication.go @@ -34,6 +34,7 @@ var ( "/app/list": {}, "/config.json": {}, "/manifest.json": {}, + "/index.html": {}, "/oidc-callback.html": {}, "/oidc-callback": {}, "/settings.js": {},