Windows Store app with enterpriseAuthentication and Impersonation

后端 未结 1 1265
借酒劲吻你
借酒劲吻你 2021-01-23 00:20

Short Version: Why when I impersonate a web-request made by Windows Store app, I get WindowsIdentity object with correct user name, but its IsAuthenticated prop

相关标签:
1条回答
  • 2021-01-23 00:53

    I think I've stumbled across the same (Calling a WCF service using Windows Auth from a Windows Store App) and it looks like Windows Store Apps with enterprise authentication prevent calls to services on localhost using impersonation.

    When I hosted my service on another server on the domain it worked just fine.

    0 讨论(0)
提交回复
热议问题