Top "Owin" questions

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

Get current owin context in self host mode

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-hosting
SignalR MVC 5 Websocket no valid Credentials

i 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 owin
What is the relationship between owin and oAuth2.0?

I 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 owin
How do you generate a Bearer token to call a remote Web API

I 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-token
Dependency injecting UserStore in OWIN startup using Ninject OWIN middleware

I 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 owin
Use OWIN Ws-Federation package to authenticate against ADFS 3.0

I 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 katana
MVC 5 application - implement OAuth Authorization code flow

Based 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 katana
How to use Ninject bootstrapper in WebApi OwinHost Startup?

I 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 bootstrapper
How to plug my Autofac container into ASP. NET Identity 2.1

I 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 owin
How to setup OWIN with Windows authentication and a custom role provider

In 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