Top "Owin" questions

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

How can I safely intercept the Response stream in a custom Owin Middleware

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-middleware
Resolving dependencies in OWIN WEB API Startup.cs with ninject

I 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-api2
Should I use OwinContext's Environment to hold application specific data per request

I 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-middleware
OWIN middleware for OpenID Connect - Code flow ( Flow type - AuthorizationCode) documentation?

In 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 identityserver3
Storing a list of string in Claim (System.Security.Claims)

I'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-identity
In self-hosted OWIN Web API, how to run code at shutdown?

I 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 owin
Claims Auth with OWIN Self Hosted WebApi

I 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-identity
Self-host of ASP.NET MVC application

I 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-hosting
How to set Claims from ASP.Net OpenID Connect OWIN components?

I 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-connect
Hangfire Dashboard Authorization Config Not working

I'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