Update legacy client login links to use the new unified login method

This commit is contained in:
johnnyq
2025-12-10 12:21:12 -05:00
parent 8b5f2e0f3f
commit 871ad2ea7e
6 changed files with 14 additions and 248 deletions

View File

@@ -133,20 +133,20 @@ if (isset($_POST['code']) && $_POST['state'] == session_id()) {
header("Location: index.php");
} else {
$_SESSION['login_message'] = 'Something went wrong with logging you in: Your account is not configured for Entra SSO. Please ensure you are setup in ITFlow as a contact and have Entra SSO configured.';
header("Location: index.php");
}
}
header('Location: index.php');
} else {
echo "Error getting access_token";
}
}