fix: add saml paths to proxy

This commit is contained in:
Max Peintner
2025-03-04 13:49:22 +01:00
parent 16256a3df3
commit 1dfc5731b4

View File

@@ -8,6 +8,7 @@ export const config = {
"/oauth/:path*", "/oauth/:path*",
"/oidc/:path*", "/oidc/:path*",
"/idps/callback/:path*", "/idps/callback/:path*",
"/saml/:path*",
], ],
}; };