Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's a good way to get started integrating ADFS with AzMan?

Does anyone know of any good screenscasts or documentation covering the integration Active Directory Federation Services (ADFS) with Authorization Manager (AzMan)?

like image 727
Bret Walker Avatar asked Feb 04 '09 16:02

Bret Walker


1 Answers

There are many links I would recommend, screencasts are always a good way to get started:

Channel 9 Screencasts:

AzMan

Demystified Series: Getting Started with AzMan

Demystified Series: Programming AzMan

Demystified Series: AzMan in the Enterprise

Demystified Series: AzMan on Windows Server Code Name “Longhorn” and Windows Vista

ADFS

Active Directory Federation Services (AD FS) Part 1 by Keith Brown

Active Directory Federation Services (AD FS) Part 2 by Keith Brown

Documentation / Articles

Whitepaper on Developing Applications Using Windows Authorization Manager

MSDN Article on using Role-Based Security in Your Middle Tier .NET Apps

Role-Based Access Control for Multi-tier Applications Using Authorization Manager

Role-Based Access Control Using Windows Server 2003 Authorization Manager

Security Application Block

Blogs

ADFS Documentation Blog

ADFS Product Support Blog

Identity and Access Blog (A .NET Developer's Resource)

Security Briefs (Keith Brown's Blog)

Authorization Manager Team Blog

Federated Identify Blog

T4 Toolbox: Strongly-typed AzMan wrapper generator

That's probably more than enough for now, hopefully some of these links will be useful in helping you understand AzMan and how it's role-based access control (RBAC) capabilities can be employed in the claims-based programming model that ADFS uses.

like image 64
Peter McG Avatar answered Oct 20 '22 22:10

Peter McG