带有 Windows Active Directory 的 Windows Azure ACS (2003)
有人有这方面的经验吗?我正在尝试将我的 ACS 与我公司的本地活动目录链接起来,因此显然我需要一个与此活动目录相关的 STS 以进行身份验证/令牌。
我是否需要创建自己的自定义 STS,或者是否有某种工具可以使这变得更简单?
任何建议表示赞赏,希望有人以前这样做过。
Does anyone have any experience with this at all? I'm trying to link up my ACS with my companies local active directory, so obviously I'm going to need an STS that relates to this active directory for authentication/tokens.
Do I need to create my own custom STS or is there a tool out there somewhere that makes this simpler?
Any suggestions appreciated, hopefully someone's done this before.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
ACS 通常是联合提供商。它没有底层 AD。
您需要Active Directory 联合身份验证服务2.0。这是一个身份提供商,位于本地 AD 之上并与 ACS 联合。
(请注意,ADFS 只能针对 AD 进行身份验证,但可以从 AD、LDAP 和 SQL Server 获取属性以进行授权)
ACS is normally a Federation Provider. It doesn't have an underlying AD.
You need Active Directory Federation Services 2.0. This is an Identity Provider and sits on top of your local AD and federates with ACS.
(Note that ADFS can only authenticate against AD but can get attributes from AD, LDAP's and SQL Server for authorisation)