Skip to content
This repository has been archived by the owner on Jun 26, 2021. It is now read-only.

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

Closed
nedimsahin opened this issue Feb 20, 2019 · 2 comments
Closed

Comments

@nedimsahin
Copy link

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?

@jthoni
Copy link

jthoni commented Sep 12, 2019

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

@jmckennon
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants