简体   繁体   English

Windows Azure ACS与Windows Active Directory(2003)

[英]Windows Azure ACS with Windows Active Directory (2003)

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. 我正在尝试将我的ACS与我公司的本地活动目录链接起来,所以显然我需要一个与此活动目录相关的STS来进行身份验证/令牌。

Do I need to create my own custom STS or is there a tool out there somewhere that makes this simpler? 我是否需要创建自己的自定义STS,或者是否有一个工具在那里使这更简单?

Any suggestions appreciated, hopefully someone's done this before. 任何建议都表示赞赏,希望以前有人这样做过。

ACS is normally a Federation Provider. ACS通常是联盟提供商。 It doesn't have an underlying AD. 它没有潜在的AD。

You need Active Directory Federation Services 2.0 . 您需要Active Directory联合身份验证服务2.0 This is an Identity Provider and sits on top of your local AD and federates with ACS. 这是一个身份提供程序,位于本地AD之上,并与ACS联合。

(Note that ADFS can only authenticate against AD but can get attributes from AD, LDAP's and SQL Server for authorisation) (请注意,ADFS只能对AD进行身份验证,但可以从AD,LDAP和SQL Server获取属性以进行授权)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用Windows Azure活动目录 - Working with windows Azure active directory 带有PingIdentity STS的Windows Azure ACS - Windows Azure ACS with PingIdentity STS Windows Azure:将应用程序注册到 Azure Active Directory - Windows Azure: Register Application to Azure Active Directory 使用OAuth连接到Windows Azure Active Directory - Using OAuth to connect to a Windows Azure Active Directory 如何挑战Windows Azure Active Directory身份验证? - How to challenge Windows Azure Active Directory authentication? 我是否应该使用Azure Active Directory或Windows Active Directory或其他进行身份验证? - Should I authenticiate with Azure Active Directory or Windows Active Directory or Other? 如何使用C#在Windows Server 2003 Active Directory中设置TerminalServiceProfile路径? - How to set TerminalServiceProfile Path in Windows server 2003 Active Directory using C#? 通过Rest Call查询Windows Azure Active Directory图表Api - Querying the Windows Azure Active Directory Graph Api by Rest Call 无需打开Web浏览器即可直接使用Windows Azure Active Directory进行身份验证 - Authenticating with Windows Azure Active Directory directly without opening web browser Windows Azure Active Directory身份验证-Visual Studio 2012工具 - Windows Azure Active Directory Authentication - Visual Studio 2012 tools
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM