有没有人知道关于Active Directory Federation Services (ADFS)与授权管理器(AzMan)集成的好的截屏或文档?
发布于 2009-02-11 08:24:57
这里有很多我推荐的链接,录屏总是一个很好的入门方式:
Channel9屏幕播放
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
文档/文章
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
博客
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
就目前而言,这可能已经足够了,希望这些链接中的一些将有助于您理解AzMan,以及如何在ADFS使用的基于声明的编程模型中使用它的基于角色的访问控制功能。
发布于 2009-02-13 06:37:27
我的建议是避免使用AzMan,而使用ADFS v2,也就是“日内瓦”。
或者您可以使用.NET Access Control service.
发布于 2009-04-17 22:14:18
走在阿兹曼的道路上,我建议你看看这个:link text
要使用MS AZMan执行任何通过角色检查的操作,您最终都必须进行COM调用。另外一个是开源的,这使得它更容易扩展到ADFS。
https://stackoverflow.com/questions/512040
复制相似问题