Top "Katana" questions

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

The OWIN authentication pipeline, and how to use Katana middleware correctly?

I've recently started looking at the new ASP.Net Identity framework and the Katana middleware, there's a surprising amount of …

c# owin adfs katana ws-federation
Changing the response object from OWIN Middleware

My OWIN middleware is like this. (Framework is ASP.NET Web API). public class MyMiddleware : OwinMiddleware { public MyMiddleware(OwinMiddleware next) : …

c# asp.net-web-api owin katana
Unhandled Exception Global Handler for OWIN / Katana?

What is the proper way to implement a global Exception catcher-handler in a Katana (OWIN) implementation? In a self-hosted OWIN/…

c# asp.net-web-api exception-handling owin katana
What is the purpose of the extension method CreatePerOwinContext in OWIN implementation by Microsoft

I am a newbie in ASP.NET, and currently learning ASP.NET Identity. I know it's built on top of …

asp.net owin katana
Global exception handling in OWIN middleware

I'm trying to create a unified error handling/reporting in ASP.NET Web API 2.1 Project built on top of OWIN …

asp.net-web-api asp.net-web-api2 owin katana owin-middleware
UseOAuthBearerTokens vs UseOAuthBearerAuthentication

In our Startup class, I have configured the following auth server options: OAuthAuthorizationServerOptions OAuthServerOptions = new OAuthAuthorizationServerOptions() { AllowInsecureHttp = true, TokenEndpointPath = new …

asp.net-identity asp.net-web-api2 owin asp.net-identity-2 katana
Web API 2 OWIN Bearer Token purpose of cookie?

I am trying to understand the new OWIN Bearer Token authentication process in the Single Page App template in MVC 5. …

asp.net-mvc-5 owin katana asp.net-web-api2
Use OWIN Ws-Federation package to authenticate against ADFS 3.0

I have an MVC intranet site that needs to use AD accounts for authentication. I setup ADFS 3.0 (Win Server 2012 R2) …

authentication owin adfs katana
MVC 5 application - implement OAuth Authorization code flow

Based on this tutorial http://www.asp.net/aspnet/overview/owin-and-katana/owin-oauth-20-authorization-server, I have created an Authorization Server, a …

oauth oauth-2.0 asp.net-mvc-5 owin katana
SecurityTokenSignatureKeyNotFoundException when validating JWT signature

I'm trying to implement the OpenID Connect specification for my organisation. I'm using Microsoft's OWIN implementation of OpenID Connect in …

c# x509certificate jwt katana openid-connect