Open Web Interface for .NET that describes how components in a HTTP pipeline should communicate.
I have created a WebApi Project using this article. Things are working fine. But now my client want to view …
owin swagger webapi2I've set up a web site using an Owin self hosted console app. I'm serving static files with no problem, …
asp.net owin katana self-hostingI've used OWIN OAuth 2 to implement my Authorization Server Provider. Now, I want to implement token revocation (when my client …
web-services rest oauth owin katanaI quite like the approach of the new asp.net (asp.net 5\core 1.0) web apps with the wwwroot folder being …
c# asp.net-mvc owinAn external company has done some penetration tests on the ASP.NET MVC 5 application i'm working on. An issue that …
asp.net-mvc asp.net-identity owin asp.net-identity-2I am using routing in my WebApi Katana application. I have the following two route mappings that work fine. My …
c# asp.net-web-api owin asp.net-web-api-routing katanaI am trying to understand the Asp.net Web Api Individual Accounts authentication and authorization. I have see several tutorials …
asp.net-web-api owin katanaI want to modify the response body from the token endpoint response. I've tried to intercept the /Token request with …
asp.net asp.net-web-api oauth-2.0 owin http-token-authenticationI'm trying to self-host a simple WebAPI: public class AccountViewApplication { protected IDisposable WebApplication; public void Start() { WebApplication = WebApp.Start<…
http owin self-hosting katanaI'm trying to upgrade my MVC website to use the new OpenID Connect standard. The OWIN middleware seems to be …
c# .net owin jwt openid-connect