mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-14 08:47:34 +00:00
fix form post
This commit is contained in:
@@ -476,8 +476,8 @@ export async function GET(request: NextRequest) {
|
||||
return NextResponse.redirect(url);
|
||||
} else if (url && binding.case === "post") {
|
||||
const formData = {
|
||||
key1: "value1",
|
||||
key2: "value2",
|
||||
relayState: binding.value.relayState,
|
||||
samlResponse: binding.value.samlResponse,
|
||||
};
|
||||
|
||||
// Convert form data to URL-encoded string
|
||||
|
Reference in New Issue
Block a user