I have an issue with MSAL.js , I cannot login using Chrome or Safari on iOS. I managed to log in using Safari and chrome only when I disabled "Prevent cross-site tracking" . I am using msal.js 2.14.2 .
Do you know a way to fix this?
Thanks in Advance
Based on the information provided here, it is a known issue with MSAL when working with the browsers that are blocking 3rd party cookies.
The solution recommended by Microsoft is to make use of authorization code flow.
There are a few issues talking about this on MSAL.js GitHub repo: https://github.com/AzureAD/microsoft-authentication-library-for-js/issues?q=Prevent+cross-site+tracking.
I would also recommend that you open a new issue there in case the authorization code flow solution will not work for you.