Top "Katana" questions

Katana is a collection of projects for supporting OWIN with various Microsoft components.

How can I safely intercept the Response stream in a custom Owin Middleware

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-middleware
Distinction between Kestrel and Katana

My 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 katana
Owin cookie authentication set-cookie not saving in browser

I 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 katana
How do you set katana-project to allow token requests in json format?

When 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 katana
How to set default static web page for Katana/Owin self hosted app?

I'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-hosting
Access token revocation implementation in OAuth 2

I'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 katana
Combining route mappings in WebApi

I 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 katana
In Web Api / Owin architecture, where are requests to '/token' handled?

I am trying to understand the Asp.net Web Api Individual Accounts authentication and authorization. I have see several tutorials …

asp.net-web-api owin katana
Owin self-host - Failed to listen on prefix 'http://localhost:12345/' because it conflicts with an existing registration on the machine

I'm trying to self-host a simple WebAPI: public class AccountViewApplication { protected IDisposable WebApplication; public void Start() { WebApplication = WebApp.Start<…

http owin self-hosting katana
How do I enable Application Insights server telemetry on WebApi project that uses OWIN?

We 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