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 any work is happening to solve Samesite cookie issue fro google chrome browser? #895

Closed niravkanakhara closed 4 years ago

niravkanakhara commented 4 years ago

Is there any work is happening to solve Samesite cookie issue for google chrome browser?

I know the expectation is to migrate existing application from adal-angular to msal-angular, but considering the seriousness of production application, would it be possible for adal-angular team to provide intermediate fix on adal-angular for Samesite cookie issue?

Meanwhile I am trying to ask my team stretch little to upgrade the existing application to msal-angular?

Thanks, Nirav

jasonnutter commented 4 years ago

We have made the necessary updates in AAD to solve the Samesite cookie changes coming to Chrome (no updates are needed to the library itself).

sandysandajan commented 4 years ago

Hi,

Does this mean that there would be no updates on the library to handle the issue? Currently we are experiencing the samesite issue. image

We are using v1.0.10.

Regards, Sandy

jasonnutter commented 4 years ago

@sandysandajan The cookies that are causing that message have no impact on authentication for the library, as the necessary cookies have been properly updated. Closing.