We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Identity & Access Control in .NET 4.5

Formal Metadata

Title
Identity & Access Control in .NET 4.5
Alternative Title
Authentication & Authorization in .NET 4.5 - Claims & Tokens become the standard Model
Title of Series
Number of Parts
110
Author
License
CC Attribution - NonCommercial - ShareAlike 3.0 Unported:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal and non-commercial purpose as long as the work is attributed to the author in the manner specified by the author or licensor and the work or content is shared also in adapted form only under the conditions of this
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
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. This has been achieved by tightly integrating the Windows Identity Foundation (WIF) into the core class library. Since these changes have been made in the base classes, all application level frameworks like ASP.NET, WCF and WPF inherit these new features. Learn what these new mechanisms have to offer, what that means to existing applications and how you migrate either from stock .NET or WIF enabled applications.