mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 10:25:58 +00:00
idps callback middleware
This commit is contained in:
@@ -2,7 +2,12 @@ import { NextResponse } from "next/server";
|
|||||||
import type { NextRequest } from "next/server";
|
import type { NextRequest } from "next/server";
|
||||||
|
|
||||||
export const config = {
|
export const config = {
|
||||||
matcher: ["/.well-known/:path*", "/oauth/:path*", "/oidc/:path*"],
|
matcher: [
|
||||||
|
"/.well-known/:path*",
|
||||||
|
"/oauth/:path*",
|
||||||
|
"/oidc/:path*",
|
||||||
|
"/idps/callback/:path*",
|
||||||
|
],
|
||||||
};
|
};
|
||||||
|
|
||||||
const INSTANCE = process.env.ZITADEL_API_URL;
|
const INSTANCE = process.env.ZITADEL_API_URL;
|
||||||
|
|||||||
10465
pnpm-lock.yaml
generated
10465
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user