Open Web Interface for .NET that describes how components in a HTTP pipeline should communicate.
I need to run my application which provides some ASP.NET Web API services on both IIS and .NET CLR …
asp.net .net iis owin self-hostingi try to use SignalR in MVC Application. It works well but i get the following Error in the Chrome …
jquery asp.net-mvc controller signalr owinI study external login strategies and the terminology confuses me. What's the relation between the following. Owin OauthWebSecurity OAuth 2.0 Owin …
oauth asp.net-mvc-5 owinI have two sites, a site that users login to and manage their account and site that has no UI …
owin asp.net-web-api2 asp.net-identity-2 bearer-tokenI am having problems creating a custom UserStore using dependency injection when creating an ApplicationUserManager using the OWIN request pipeline. …
c# asp.net dependency-injection ninject owinI have an MVC intranet site that needs to use AD accounts for authentication. I setup ADFS 3.0 (Win Server 2012 R2) …
authentication owin adfs katanaBased on this tutorial http://www.asp.net/aspnet/overview/owin-and-katana/owin-oauth-20-authorization-server, I have created an Authorization Server, a …
oauth oauth-2.0 asp.net-mvc-5 owin katanaI am migrating from IIS WebAPI to OwinHost. Utilizing the latest pre-release versions of nuget packages, I successfully used instructions …
c# asp.net-web-api ninject owin bootstrapperI have been looking into the new features of the new version of ASP.NET Identity 2.1 and one of its …
asp.net asp.net-mvc asp.net-identity owinIn MVC4 I enabled <authentication mode="Windows"/> in the web.config and created a custom role provider which …
authentication roleprovider asp.net-mvc-5 windows-identity owin