I am building an intranet application in ASP .NET 5, MVC 6. I want to know how to enable Windows Authentication.? The default project template supports only Individual User
If you want to enable windows authentication on current web project:
On the solution explorer, right-clink on website and select "Properties Window"
Set "Anonymous Authentication" to "Disabled"
And set "Windows Authentication"
Run the project and everything will fine.