Authentication and Authorization in .NET 4.5
Ten years after the release of .NET 1.0 Microsoft decided to revamp the built-in infrastructure for authentication & authorization. All identities in .NET are now modeled using the claims-based paradigm, and token based authentication (which is also the basis for federation) is now a first class citizen in the framework. …