Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to login - Google Chrome > 80 #361

Closed
syslog76 opened this issue Mar 24, 2020 · 2 comments
Closed

Unable to login - Google Chrome > 80 #361

syslog76 opened this issue Mar 24, 2020 · 2 comments

Comments

@syslog76
Copy link

Google Chrome starting version 80 reject insecure SameSite=None cookies
More: https://chromestatus.com/feature/5633521622188032

To solve this problem:

  • options.MinimumSameSitePolicy = SameSiteMode.None;
  • options.MinimumSameSitePolicy = SameSiteMode.Strict;
@efleming18
Copy link
Collaborator

Hey @syslog76 - I am unable to reproduce this, which led me to do a little research.

These changes are outlined here: https://docs.microsoft.com/en-us/dotnet/core/compatibility/3.0-3.1
with an announcement here that also describes the changes: ttps://github.com/dotnet/aspnetcore/issues/14996

From what I gather, there would be issues logging in, in versions of Chrome 75 or less but having options.MinimumSameSitePolicy = SameSiteMode.None; should work for versions of Chrome 78+.

If you're still having issues could you post the steps you're taking and a snippet of the error you're receiving?

@efleming18
Copy link
Collaborator

Hey @syslog76 - I'm going to close this for now. If you're still having issues though, please let me know with repro steps.

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

No branches or pull requests

2 participants