Katana is a collection of projects for supporting OWIN with various Microsoft components.
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-federationMy 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 katanaWhat 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 katanaI am a newbie in ASP.NET, and currently learning ASP.NET Identity. I know it's built on top of …
asp.net owin katanaI'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-middlewareIn 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 katanaI 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-api2I 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 katanaBased 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 katanaI'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