Book Image

Microsoft Windows Identity Foundation Cookbook

By : Sandeep Chanda
Book Image

Microsoft Windows Identity Foundation Cookbook

By: Sandeep Chanda

Overview of this book

<p>Implementing security as a cross-cutting concern has several challenges. Consequently, modern software development practices and Service Oriented Architectures are alluding to the idea of claims-based Identity for access control. Microsoft&rsquo;s Identity and Access Control paradigm leverages industry standard open specifications and provides tools, runtime and platform support for facilitating the development of claims-enabled applications. <br /><br />Microsoft Windows Identity Foundation Cookbook explores real world scenarios on building claims-enabled .NET applications using Microsoft Windows Identity Foundation (WIF), Active Directory Federation Services 2.0 (AD FS 2.0) and Windows Azure Access Control Services (ACS).<br /><br />This book covers all aspects of several real world challenges that professional developers face while enabling support for claims-based identity across interoperable platforms and building claims-enabled applications. The book then goes on to explore AD FS 2.0 and provides step-by-step details on how claims support is enabled in Microsoft&rsquo;s server technologies.<br /><br />The book starts by introducing you to the world of claims-based identity in .NET Framework 4.0. It then moves on to showcase the capabilities of the runtime and the associated SDK including the steps to perform identity delegation in ASP.NET MVC 3 applications, create WCF security token services, extend the runtime to provide support for SAML 2.0 specifications and use AppFabric as a trusted source for implementing access control. Further, the book explores AD FS 2.0 and features recipes showcasing steps to configure claims in Microsoft&rsquo;s server technologies. It also features a chapter on some of the newer capabilities of the runtime including providing support for claims in Windows Workflow Foundation and Windows 8 Metro applications.<br /><br />Windows Identity Foundation Cookbook provides a mix of recipes from basic to advanced to enable professional developers to implement claims-based identity in enterprise-wide scalable and interoperable applications.</p>
Table of Contents (15 chapters)
Microsoft Windows Identity Foundation Cookbook
Credits
Foreword
About the Author
Acknowledgement
About the Reviewers
www.PacktPub.com
Preface

Implementing machine-driven, claims-based access control with Windows Server 8 Dynamic Access Control and .NET Framework 4.5


Windows Server 8 will feature Dynamic Access Control, based on claims that are part of the Kerberos token. Claims will be a first class citizen in Windows 8 and administrators will be able to configure them from the Active Directory Domain Services (AD DS) console. In addition to User claims, Windows 8 will have support for Device claims of the device accessing the resource. Dynamic Access Control lets you define claims-based Access Control Policies for a granular level of permission management on system resources. In this recipe, we will explore the steps to create a claims-based Access Control Policy and understand how the forthcoming enhancements .NET Framework 4.5 will leverage the support for claims in Windows Server 8.

Note

At the time of writing this book, Windows Server 8 is in a Developer Preview release. Expect the implementation to change by the time of...