Web API and Entity Framework user name issue

前端 未结 1 593
后悔当初
后悔当初 2021-01-17 02:23

All,

I have a ASP.NET Web API project that is making a REST call to my service layer in another project. The service project\'s data access is via Entity Framework 4

相关标签:
1条回答
  • 2021-01-17 02:53

    The problem is double hop impersonation. You can read about it by this link. But i'm not sure that such impersonation is possible via REST. I recommend you use database via special account, not integrated security.

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