Top "Owin" questions

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

OWIN - Authentication.SignOut() doesn't seem to remove the cookie

I'm having some issues with OWIN Cookie authentication. I have a .Net site that has some MVC pages which uses …

authentication cookies model-view-controller owin
Return more info to the client using OAuth Bearer Tokens Generation and Owin in WebApi

I have created a WebApi and a Cordova application. I am using HTTP requests to communicate between the Cordova application …

c# authentication owin asp.net-web-api2 bearer-token
No owin.Environment item was found in the context

Microsoft recently introduced new ASP.NET Identity - replacement for old (Simple)Membership. Unfortunately, I can't use this new membership …

asp.net .net owin katana asp.net-identity
Hosting WebAPI using OWIN in a windows service

I've self-hosted Web API using OWIN (inside a windows service). From what I understand, this is enough to make HTTP …

asp.net-web-api owin
How to change type of id in Microsoft.AspNet.Identity.EntityFramework.IdentityUser

(ASP.NET MVC 5, EF6, VS2013) I'm trying to figure out how to change the type of the "Id" field from …

asp.net-mvc entity-framework asp.net-mvc-5 owin asp.net-identity
No OWIN authentication manager is associated with the request

After trying to enable owin & AspNet Identity to my Web Api project (in VS 2013 + .Net 4.5.1) I get the following …

asp.net-mvc-5 owin windows-authentication
How to logout user in OWIN ASP.NET MVC5

I have got a standard AccountController class of ASP.NET MVC5 project. When I try to log out user I …

c# session asp.net-mvc-5 logout owin
Current user in owin authentication

I started to build a web api for mobile apps and I'm having a hard time with implementing authentication. I …

c# asp.net-mvc owin
System.Net.HttpListenerException: Failed to listen on prefix 'http://localhost:8080

I am running the following code from Scott Allen's ASP.Net Fundamentals course using System; using Microsoft.Owin.Hosting; using …

port owin katana
Error renaming ASP.NET MVC project

I have copied a previous project and renamed it. Once I had successfully renamed all the name spaces and it …

asp.net-mvc asp.net-mvc-5 owin asp.net-authentication