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.
- Dominant language
- C#
- Stars
- 38.4k
- Forks
- 10.9k
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 290
Description
**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
```
2. Run the project with https in CMD, and open URL in the Safari browser
`dotnet run -lp https`
3. Register and login account in the web page, close the browser and stop debug
4. Run the project with http in CMD, and open URL in the Safari browser
`dotnet run`
5. 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

**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
Contributor guide
Assessment
This issue has not been assessed yet.