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
Solve the Intelligent Tracking Prevention from IOS Safari.
This issue is for a:
- [ ] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [X] regression (a behavior that used to work and stopped in a new release)
Minimal steps to reproduce
Try the login redirect on Safari latest version.
Any log messages given by the failure
The token is not acquired
Expected/desired behavior
Login Redirect retrieves token
OS and Version?
IOS 13.x
Library versions
react-aad-msal:latest
msal: latest
Mention any other details that might be useful
Probably we need to use the @msal-browser library instead of msal
The text was updated successfully, but these errors were encountered:
The similar behavior exists with Chrome incognito mode. The workaround is to enable third party cookies in the incognito mode which Chrome has started setting to Block by default with the new releases rolling out to the Users.
In short, react-aad needs to update to MSAL 2.0 and switch to use the authorization code flow. According to the README this was being kicked off at the end of July but there have been no updates since then.
Solve the Intelligent Tracking Prevention from IOS Safari.
This issue is for a:
Minimal steps to reproduce
Any log messages given by the failure
Expected/desired behavior
OS and Version?
Library versions
react-aad-msal
:latestmsal
: latestMention any other details that might be useful
Probably we need to use the @msal-browser library instead of msal
The text was updated successfully, but these errors were encountered: