How to support NTLM authentication with fall-back to form in ASP.NET MVC?

后端 未结 3 1675
生来不讨喜
生来不讨喜 2020-12-13 15:43

How can I implement following in ASP.NET MVC application:

  1. user opens intranet website
  2. user is silently authenticated if possible
  3. if NTLM auth
3条回答
  •  無奈伤痛
    2020-12-13 16:07

    You cannot have both NTLM and FormsAuthentication in the same ASP.NET application. You will need two different applications in separate virtual directories.

提交回复
热议问题