MVC with Windows Authentication and WIF
Overview In the previous post, I proposed a “better” way to handle authentication and authorization in web applications for Enterprise. What I’m going to demonstrate in this post is something rather common in corporate intranets: How to integrate Windows Authentication for intranet web applications using MVC, Windows Identity Foundation 4.5 (WIF) and Claims based auth. WIF 4.5 From MSDN: Windows Identity Foundation 4.5 is a set of .NET Framework classes for implementing claims-based identity in your applications....