标签: owin owin-middleware
我们正在构建一个在OWIN / Katana中自托管的ASP.NET Web API 2服务。由于某些安全要求,应用程序使用基本身份验证,这导致System.Web.Http.ApiController.RequestContext.Principal.Identity的类型为HttpListenerBasicIdentity。但我们需要的是WindowsIdentity / WindowsPrincipal。最好的方法是什么?中间件?还有别的吗?