AzureAD / azure-activedirectory-library-for-js

The code for ADAL.js and ADAL Angular has been moved to the MSAL.js repo. Please open any issues or PRs at the link below.
https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/maintenance/adal-angular
Apache License 2.0
627 stars 372 forks source link

Is there a way to turn off SameSite cookie usage by using ADAL JS? #852

Closed nedimsahin closed 4 years ago

nedimsahin commented 5 years ago

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?

jthoni commented 5 years ago

I just realized that this is going to impact us. Is there any info on this?

jmckennon commented 4 years ago

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.