I am currently working with VS2017 (15.5.5), on a Angular 5 & ASP.NET Core 2.0 project. I faced an issue with Windows Authentication, when the login expires in Chrome and Firefox (worked well on IE 11), it shows me a login popup which loops upon each submission. I suspect that this problem is caused by the fact these two browsers don't support EPA (Extended Protection for Authentication), thanks to this following answer:
https://stackoverflow.com/a/5752668/6192580
The answer from the above URL, gives a solution to disable it on IIS. Now, my question is how to disable it in IIS Express, for development time, what should I edit in .vs\config\applicationhost.config or in the configuration methods of my ASP.NET Core project ?