Top "Owin" questions

Open Web Interface for .NET that describes how components in a HTTP pipeline should communicate.

Register certificate to SSL port

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-hosting
Inheritance sec rules violated by type: 'System.Net.Http.WebRequestHandler'

I am Trying to access Active Directory data through graph API. i am getting the following error on running the …

asp.net owin typeloadexception
How do I enable Application Insights server telemetry on WebApi project that uses OWIN?

We 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 katana
Basic Authentication Middleware with OWIN and ASP.NET WEB API

I 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-2
Does ASP.NET Core still use OWIN?

I 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 obsolete
Default route for root path using asp.net attribute routing

I'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 owin
Claims Cookie Security in ASP.Net Identity

The 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 owin
OWIN OpenID connect authorization fails to authorize secured controller / actions

I 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-connect
OWIN and Katana, why decouple the application from the server?

I dont quite get this.. sure its cool to be able to self-host an application and it might be nice …

asp.net iis owin katana
How are OwinContext.Request.Path and PathBase populated?

I'm writing my own OWIN middleware for OpenID Connect authorization code flow, based on other examples in the Katana Project. …

owin katana openid-connect