Open Web Interface for .NET that describes how components in a HTTP pipeline should communicate.
I have a windows service (running as LocalSystem) that is self-hosting an OWIN service (SignalR) and needs to be accessed …
c# .net .net-4.5 owin self-hostingI am Trying to access Active Directory data through graph API. i am getting the following error on running the …
asp.net owin typeloadexceptionWe are having a bunch of problems (read long response times) with a couple of projects in production and wanted …
c# asp.net-web-api owin azure-application-insights katanaI created an ASP.NET WEB API 2.2 project. I used the Windows Identity Foundation based template for individual accounts available …
asp.net-web-api2 owin wif claims-based-identity asp.net-identity-2I noticed when using C# to build an older MVC project, that there is a lot of references to an …
visual-studio-2015 asp.net-core owin .net-core obsoleteI'm using attribute routing from ASP.NET 5 RC, included in the Visual Studio 2013 RC release. I'd like for the root …
asp.net-mvc asp.net-mvc-routing self-hosting visual-studio-2013 owinThe way I understood it from reading all over the net, is that Claims get stored as cookie, now I …
c# asp.net asp.net-mvc claims-based-identity owinI am working on a project where a third party provider will act as an Oauth2 based Authorization Server. An …
c# oauth-2.0 wso2 owin openid-connectI'm writing my own OWIN middleware for OpenID Connect authorization code flow, based on other examples in the Katana Project. …
owin katana openid-connect