syncweek-react-aad / react-aad

A React wrapper for Azure AD using the Microsoft Authentication Library (MSAL). The easiest way to integrate AzureAD with your React for authentication.
MIT License
344 stars 94 forks source link

testcafe (testcafe-hammerhead) broke authentication #218

Closed kerosan closed 4 years ago

kerosan commented 4 years ago

Library versions

when testcafe run on http://MY_LOCAL_IP:56480/YI7BRMbMT!f/https://MY_BASE_URL/login and have successfully logged in, then after redirect to "redirectUrl" instead of home page i see login page and error in console

image

if I try login manually - all works fine

zsid commented 4 years ago

@kerosan - I have raised a bug with testcafe - https://github.com/DevExpress/testcafe/issues/4834

kerosan commented 4 years ago

version upgrade helps for me "react-aad-msal": "^2.3.5", "msal": "^1.3.0",