Posted on: 8/20/2014 12:23:00 PM | Views : 1386

Dear all,
Today I have the honor and privilege of announcing the general availability of Katana 3!
This is an important update to Microsoft’s OWIN implementation, which offers you powerful new functionality. In a nutshell:
Katana 3 takes full advantage of the .NET 4.5 async-await model, affording significant performance improvements in respect to former releases. Note: if you require .NET 4.0 support, you can still use earlier Katana versions.Katana 3 introduces a new set of middlewares meant to support enterprise grade authentication and claims based identity via standard protocols, making integration with Azure Active Directory and ADFS straightforward.
The new middleware follows a proven extensibility model, which grants you the ability to customize every stage of the authentication pipeline while maintaining an extremely simple programming model for the default cases. Existing components (such as the cookies middleware)have been update ...

Go to the complete details ...