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

Formale Metadaten

Titel
Identity & Access Control in .NET 4.5
Alternativer Titel
Authentication & Authorization in .NET 4.5 - Claims & Tokens become the standard Model
Serientitel
Anzahl der Teile
110
Autor
Lizenz
CC-Namensnennung - keine kommerzielle Nutzung - Weitergabe unter gleichen Bedingungen 3.0 Unported:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen und nicht-kommerziellen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen und das Werk bzw. diesen Inhalt auch in veränderter Form nur unter den Bedingungen dieser Lizenz weitergeben
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache

Inhaltliche Metadaten

Fachgebiet
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.