Top "Owin" questions

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

MVC .NET cookie authenticated system acessing a Web Api with token authentication

I have a Mvc 5 client that have a Ownin cookie authentication. I also have a Web Api that is protected …

asp.net-mvc asp.net-web-api owin bearer-token
ASP.NET MVC5/AngularJS/Web API app using Windows Authentication and OWIN

I may be over-complicating things, but we have an internal ASP.NET MVC5 SPA with AngularJS using Windows Authentication. This …

asp.net-mvc angularjs windows-authentication owin
Ninject.ActivationException thrown only on first web request (WebAPI 2, OWIN 3, Ninject 3)

I am attempting to create a "barebones" Web API project that uses OWIN middleware, Ninject Depencency Injection, and ultimately to …

asp.net-web-api ninject owin
Autofac error: Could not load file or assembly 'System.Web.Http, Version=5.2.0.0,...' My project is Owin WebApi2 SelfHost

I have a simple project which uses Microsoft.AspNet.WebApi.OwinSelfHost. It is a Owin self hosted WebApi 2 project.The …

.net asp.net-web-api autofac owin self-hosting
Web API / OWIN, SignalR & Authorization

I am developing a prototype of an AngularJS, Web API, SignalR application as a potential starting point for a new …

c# asp.net angularjs signalr owin
Complex Claim Values in .NET Framework with System.Security.Claims

I'm developing a web app with Asp.Net 5 MVC, Owin and Oauth2 bearer token as auth type. Following this guide …

c# asp.net-mvc-5 wif owin claims-based-identity
Web Api OWIN - How to validate token on each request

I have two applications Client application build on ASP.NET MVC Authentication server build on Web API + OWIN Have planned …

c# asp.net-web-api owin http-token-authentication
OWIN Bearer Token Authentication

I have some questions related to Bearer Token. In Owin you can protect a ticket Protect(ticket) like this: ClaimsIdentity …

c# oauth-2.0 owin asp.net-identity-2 bearer-token
Owin Twitter login - the remote certificate is invalid according to the validation procedure

I started getting this error recently when trying to login using twitter- any idea why? Stack Trace: [AuthenticationException: The remote …

.net asp.net-mvc twitter twitter-oauth owin
MVC5 Authentication: Authorize attribute on every controller or base controller

I have been doing a lot of research on the best way to secure my MVC 5 application. We have one …

asp.net-mvc-5 asp.net-identity owin authorize-attribute