ASP.Net MVC5使用Windows身份验证来验证用户并使用服务帐户运行应用程序

时间:2014-11-25 17:13:53

标签: asp.net-mvc-5 windows-authentication

我使用Windows身份验证来验证用户,并且应用程序由另一个用户运行,使用此链接http://weblogs.asp.net/owscott/iis-using-windows-authentication-with-minimal-permissions-granted-to-disk,后端的应用程序由服务帐户运行。  当我使用User.Identity.name时,我得到运行应用程序的用户而不是正在进行身份验证的用户。如何获取经过身份验证的用户的用户身份?

1 个答案:

答案 0 :(得分:0)

从文章下面的评论中可以看出:

请求[" LOGON_USER"]返回原始用户。