Open Web Interface for .NET that describes how components in a HTTP pipeline should communicate.
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 owinI 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-tokenMicrosoft 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-identityI'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(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-identityAfter 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-authenticationI 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 owinI started to build a web api for mobile apps and I'm having a hard time with implementing authentication. I …
c# asp.net-mvc owinI am running the following code from Scott Allen's ASP.Net Fundamentals course using System; using Microsoft.Owin.Hosting; using …
port owin katanaI 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