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

Questions regarding SameSite Chrome 80 Issue #896

Closed sandysandajan closed 4 years ago

sandysandajan commented 4 years ago

I'm submitting a...


[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report  
[ ] Performance issue
[ ] Feature request
[x] Documentation issue or request
[ ] Other... Please describe:

Browser:

Library Name

Library version

Library version: 1.0.10

Current behavior

When accessing the adal request using office385, this shows in the developer tools. image

Expected behavior

No warning when opening the developers tools.

Minimal reproduction of the problem with instructions

sandysandajan commented 4 years ago

To add, https://github.com/AzureAD/azure-activedirectory-library-for-js/issues/895, it says in this issue that there would be no updates on the library for this one. If none, what would be the work around or alternative solution so that there would be no error/warning to be found when opening the developer tools.

jasonnutter commented 4 years ago

@sandysandajan Some cookies were intentionally not marked as SameSite, but those do not impact the functionality of the library. So any warnings for login.microsoftonline.com can be ignored. More: https://github.com/AzureAD/microsoft-authentication-library-for-js/issues/1037#issuecomment-578345613

jasonnutter commented 4 years ago

Closing, as no further action. Let us know if you have further questions.