You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The state mismatch occurs because the OAuth state cookie isn't sent during the cross-site redirect from Azure B2C. For cross-site redirects, you need SameSite=None with Secure=true, which requires HTTPS.