Katana is a collection of projects for supporting OWIN with various Microsoft components.
I'm trying to write a simple OWIN Middleware, in order to intercept the response stream. What I'm trying to do …
c# stream owin katana owin-middlewareMy understanding is currently you can self host WebAPI using Katana, and MVC will have this capability in a future …
asp.net asp.net-mvc owin katanaI am building self-hosted web server on this stack: OWIN Nancy Web Api 2 And I am using Microsoft.Owin.Security.…
cookies asp.net-web-api owin katanaWhen I setup an OAuth Authorization Server in asp.net webapi 2 how can I set the token endpoint to accept …
asp.net-web-api owin katanaI'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 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'm trying to self-host a simple WebAPI: public class AccountViewApplication { protected IDisposable WebApplication; public void Start() { WebApplication = WebApp.Start<…
http owin self-hosting katanaWe are having a bunch of problems (read long response times) with a couple of projects in production and wanted …
c# asp.net-web-api owin azure-application-insights katana