Open Web Interface for .NET that describes how components in a HTTP pipeline should communicate.
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-authenticationI 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 iprincipalI 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-tokenIs 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 owinI 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 owinIn 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 katanaI'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 owinI 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-identityMy OWIN web service runs beautifully in Visual Studio 2013, but when I publish it to a real IIS site, it …
c# iis owinHow 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