Open Web Interface for .NET that describes how components in a HTTP pipeline should communicate.
I have a Mvc 5 client that have a Ownin cookie authentication. I also have a Web Api that is protected …
asp.net-mvc asp.net-web-api owin bearer-tokenI may be over-complicating things, but we have an internal ASP.NET MVC5 SPA with AngularJS using Windows Authentication. This …
asp.net-mvc angularjs windows-authentication owinI am attempting to create a "barebones" Web API project that uses OWIN middleware, Ninject Depencency Injection, and ultimately to …
asp.net-web-api ninject owinI have a simple project which uses Microsoft.AspNet.WebApi.OwinSelfHost. It is a Owin self hosted WebApi 2 project.The …
.net asp.net-web-api autofac owin self-hostingI'm developing a web app with Asp.Net 5 MVC, Owin and Oauth2 bearer token as auth type. Following this guide …
c# asp.net-mvc-5 wif owin claims-based-identityI have two applications Client application build on ASP.NET MVC Authentication server build on Web API + OWIN Have planned …
c# asp.net-web-api owin http-token-authenticationI have some questions related to Bearer Token. In Owin you can protect a ticket Protect(ticket) like this: ClaimsIdentity …
c# oauth-2.0 owin asp.net-identity-2 bearer-tokenI started getting this error recently when trying to login using twitter- any idea why? Stack Trace: [AuthenticationException: The remote …
.net asp.net-mvc twitter twitter-oauth owinI have been doing a lot of research on the best way to secure my MVC 5 application. We have one …
asp.net-mvc-5 asp.net-identity owin authorize-attribute