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
For RC1 & IISExpress from an empty Web Application:
Properties
Debug
Enable Windows Authentication
This affected ~/Properties/launchSettings.json as follows:
~/Properties/launchSettings.json
"windowsAuthentication": true, "anonymousAuthentication": false,