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

After running the project with https and logging in to the account, stop and run the project again with http, unable to log into account in Safari browser on Mac OS. #59216

Open
Rita003 opened this issue Nov 29, 2024 · 0 comments
Labels
area-identity Includes: Identity and providers

Comments

@Rita003
Copy link

Rita003 commented Nov 29, 2024

INSTALL STEPS

  1. Clean machine: Mac OS
  2. Install SDK 8.0.404

REPRO STEPS

  1. Create a MVC InAuth project in CLI
dotnet new mvc --auth individual -o MVC1
cd MVC1
  1. Run the project with https in CMD, and open URL in the Safari browser
    dotnet run -lp https
  2. Register and login account in the web page, close the browser and stop debug
  3. Run the project with http in CMD, and open URL in the Safari browser
    dotnet run
  4. Register and login account in the web page

Note:

  1. This issue only repro on Safari browser, this issue not repro on Edge browser.

ACTUAL
It can't register and login account
Image

Workaround

  1. Open Safari Settings > Click "Manage Website Data" in privacy page > Click "Remove All" to clear the localhost cookie history, then register and login account again
@dotnet-issue-labeler dotnet-issue-labeler bot added the area-identity Includes: Identity and providers label Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-identity Includes: Identity and providers
Projects
None yet
Development

No branches or pull requests

1 participant