Merge pull request #384 from zitadel/fix-proxy-saml-req

fix(SAML): add saml paths to proxy
This commit is contained in:
Elio Bischof
2025-03-04 16:04:35 +01:00
committed by GitHub

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*",
], ],
}; };