Top "Owin" questions

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

Google Authentication using OWIN Oauth in MVC5 not hitting ExternalLoginCallback function

I am currently upgrading my login process for Google to use OAuth before they depricate their OpenID login method. The …

asp.net-mvc oauth asp.net-identity owin google-authentication
Custom Identity using MVC5 and OWIN

I trying to add custom properties to the ApplicationUser for a web site using MVC5 and OWIN authentication. I've read …

c# asp.net-mvc-5 claims-based-identity owin iprincipal
Adding additional logic to Bearer authorization

I am attempting to implement OWIN bearer token authorization, and based on this article. However, there's one additional piece of …

c# asp.net-web-api oauth-2.0 owin bearer-token
Running self-hosted OWIN Web API under non-admin account

Is it possible for a self-hosted OWIN Web API to run under a non-administrator account? I have already tried dozens …

c# .net asp.net-web-api owin
Using bearer tokens and cookie authentication together

I have a single page app - more or less based on the MVC5 SPA template - using bearer tokens …

asp.net-mvc asp.net-web-api oauth-2.0 owin
CORS is not working in web api with OWIN authentication

In my application i am using web api with token based authentication with CORS support, but when client request for …

asp.net-mvc asp.net-web-api cors owin katana
.NET Web API 2 OWIN Bearer Token Authentication

I'm implementing a Web API 2 service architecture in my .NET web application. The client consuming the requests is pure javascript, …

asp.net asp.net-mvc-4 angularjs asp.net-web-api owin
How to access Facebook private information by using ASP.NET Identity (OWIN)?

I am developing a web site in ASP.NET MVC 5 (using RC1 version currently). The site will use Facebook for …

asp.net-mvc facebook-graph-api asp.net-mvc-5 owin asp.net-identity
How to get IIS to recognize OWIN startup class?

My OWIN web service runs beautifully in Visual Studio 2013, but when I publish it to a real IIS site, it …

c# iis owin
MVC 5 Identity Automatic Logout

How do I implement an Automatic Logout Timer. So basically if the user is inactive for x minutes their session …

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