Open Web Interface for .NET that describes how components in a HTTP pipeline should communicate.
I'm trying to write a simple OWIN Middleware, in order to intercept the response stream. What I'm trying to do …
c# stream owin katana owin-middlewareI have a Web Api 2 App, with two classes that both depend on another class, and i'm using ninject to …
.net ninject owin asp.net-web-api2I need a way to store a logging object per request. With HttpContext I would add this to the items …
c# asp.net unity-container owin owin-middlewareIn my implementation I am using OpenID-Connect Server (Identity Server v3+) to authenticate Asp.net MVC 5 app (with AngularJS front-end) …
asp.net-mvc oauth-2.0 owin openid-connect identityserver3I'm developing a web app with Asp.Net 5 MVC, Owin and Oauth2 bearer token as auth type. I need to …
c# asp.net-mvc-5 wif owin claims-based-identityI am self-hosting a OWIN Web API using these code snippets: class Startup { public void Configuration(IAppBuilder appBuilder) { var config = …
c# asp.net-web-api owinI am self hosting WebApi with the following configuration: Visual Studio 2012 / .NET 4.0 public void Configuration(IAppBuilder appBuilder) { var config = new …
c# authentication asp.net-web-api owin claims-based-identityI have a full-working ASP.NET MVC application (consisting of 5 assemblies, .NET 4.5.1, ASP.NET MVC 5.2.2) which runs fine in Visual …
c# asp.net-mvc owin nancy self-hostingI have questions upon using the new ASP.Net OpenID Connect framework while adding new Claims during the authentication pipeline …
c# asp.net authentication owin openid-connectI've downloaded the nu-get package Hangfire.Dashboard.Authorization I'm trying configure the OWIN based authorization as per the docs as …
c# asp.net-mvc owin hangfire