Windows authentication in asp.net 5

前端 未结 9 1410
别跟我提以往
别跟我提以往 2020-11-29 08:00

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

9条回答
  •  遥遥无期
    2020-11-29 08:22

    Because you are building a new application you can change the authentication type by clicking Change Authentication. This will bring up a selection where you can change type type to Windows Authentication.

提交回复
热议问题