feat(SW-162): Updated MFA to use basic cookie validation

This commit is contained in:
Hrishikesh Vaipurkar
2024-08-09 13:18:49 +02:00
parent 1040c09147
commit 13ded529cc
3 changed files with 19 additions and 40 deletions

View File

@@ -15,7 +15,7 @@ export async function GET(
let redirectTo: string
const returnUrl = request.headers.get("x-returnurl")
const isMFA = request.headers.get("mfa-login")
const isMFA = request.headers.get("x-mfa-login")
if (returnUrl) {
// Seamless login request from Current web