Open Web Interface for .NET that describes how components in a HTTP pipeline should communicate.
I use Owin to authorize through Google oAuth. Here is how my cookies are configured: // Enable the application to use …
asp.net-mvc owinI created a brand new Visual Studio 2013 ASp.net MVC application off of the default MVC template. However I am …
reflection deployment asp.net-4.5 visual-studio-2013 owinI try to get OpenID Connect running... A user of my Web API managed to get an Authorization Code of …
c# azure asp.net-web-api owin openid-connectI have an ASP.NET MVC 5 webproject (localhost:81) that calls functions from my WebApi 2 project (localhost:82) using Knockoutjs, to make …
asp.net-web-api asp.net-mvc-5 cors asp.net-web-api2 owinI would like the following architecture (I've made up the product name for this example): Web API 2 application running on …
asp.net-mvc oauth-2.0 asp.net-identity owin asp.net-web-api2ASP.NET authentication is now based on OWIN middleware that can be used on any OWIN-based host. ASP.NET Identity …
c# asp.net asp.net-identity owin katanaI have successfully added OAuth to my WebAPI 2 project using OWIN. I receive tokens and can use them in the …
c# .net oauth asp.net-web-api owinIt seems I don't understand clearly how IsPersistent in OWIN cookie authentication works, the code below is to use IsPersistent: …
c# asp.net-mvc asp.net-mvc-5 owinI'm trying to move my web api 2 project to ASP.NET 5. But I have many elements that are not present …
asp.net-web-api owin asp.net-coreI am new to ASP.NET MVC 5 and so I am trying to use it as much as possible to …
sql-server entity-framework asp.net-mvc-5 owin