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
{{ message }}
This repository has been archived by the owner on Jun 26, 2021. It is now read-only.
The article describes how to turn it off for ASP.NET Core and some other platforms. However, I haven't seen a similar implementation for ADAL JS. Is there a way to do it?
The text was updated successfully, but these errors were encountered:
We now have a wiki page on issues related to Safari here.
Additionally, all current authentication work from Microsoft is delivered through the msal js library here. adal js is still supported only for security fixes. We recommend moving to msal js for any advanced feature requests and bugfixes.
Hello,
As described in the article below, it is recommended to turn off SameSite cookie as a workaround for the issue of AD login from Safari on iOS 12.
dotnet/aspnetcore#4647
The article describes how to turn it off for ASP.NET Core and some other platforms. However, I haven't seen a similar implementation for ADAL JS. Is there a way to do it?
The text was updated successfully, but these errors were encountered: