简体   繁体   中英

msal.js has issue with mobile browsers

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.

I get it by using single page application on azure active directory before I was using web application type, it worked for all devices and all browsers . I used msal-browser version 2.18.0 from here

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM