Use the OWIN Security Components in ASP.NET to Implement Web Sign On with ADFS

Use the OWIN Security Components in ASP.NET to Implement Web Sign On with ADFS

The enthusiasm for the new OWIN-based programming model is spreading – and one of the things I get asked most often has to do with how to use it to connect to ADFS. That’s actually pretty simple. So simple, in fact, that I don’t really need to write much to tell you how…

Use OWIN & Azure AD to Secure Both MVC UX and Web API in The Same Project

Use OWIN & Azure AD to Secure Both MVC UX and Web API in The Same Project

Mixing and matching multiple authentication styles in a single web application has always been difficult with WIF. The new OWIN security components in ASP.NET change that, thanks to the finer grained control they grant over request processing pipelines. One of the most common requests I have been hearing in the last couple of…