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?
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.
https://github.com/aspnet/AspNetCore/issues/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?