简体   繁体   English

单一登录Microsoft ADFS

[英]Single Sign On Microsoft ADFS

I am tasked with setting up Single-Sign-On between ADFS and Taleo Business Edition. 我的任务是在ADFS和Taleo商业版之间设置单点登录。 In this case it is an IdP initiated SSO and I have to use .net. 在这种情况下,这是由IdP发起的SSO,我必须使用.net。 I know .net 4.5 supports SAML, which is what the relying party (Taleo) requires to validate a user-- but I cannot find any good tutorials to even get started. 我知道.net 4.5支持SAML,这是依赖方(Taleo)验证用户所必需的-但我找不到任何好的教程甚至可以入门。 Any help is appreciated, I have read through the WIF documents and some of their Developer Training Kit but it does not seem to be what I need to do. 感谢您的帮助,我已经阅读了WIF文档及其一些开发人员培训工具包,但这似乎不是我需要做的。 Does anyone have any pointers on good places to start? 有人在开始的好地方有任何指示吗? No one in my office is sure of how to do this. 我办公室里没有人知道该怎么做。

EDIT: My approach is to just create a .aspx form and put that link on our intranet homepage, send the necessary credentials to the relying party (Taleo), who then interprets the SAML token and redirects the user. 编辑:我的方法是只创建一个.aspx表单,并将该链接放在我们的Intranet主页上,将必要的凭据发送给依赖方(Taleo),该依赖方然后解释SAML令牌并重定向用户。 Does this this seem like a sound approach? 这似乎是一种合理的方法吗?

What you have to do is add Taleo as a Claims provider to ADFS. 您要做的就是将Taleo作为Claims提供程序添加到ADFS。 easiest to ask then for their metadata file and import that. 然后最容易询问他们的元数据文件并将其导入。

Essentially you are federating ADFS and Taleo. 本质上,您是联合ADFS和Taleo。

This a common pattern - refer eg AD FS 2.0 Step-by-Step Guide: Federation with Shibboleth 2 and the InCommon Federation for a SAML example. 这是一种常见的模式-有关SAML示例,请参见例如AD FS 2.0循序渐进指南:Shibboleth 2联合和InCommon联合

.NET 4.5 does not support the SAML protocol - it only supports SAML tokens . .NET 4.5不支持SAML 协议 -它仅支持SAML 令牌 Neither does WIF. WIF也没有。

You would normally go to the ADFS IDP Initiated page, sign in and then pick Taleo from the dropdown and then you will be redirected to Taleo with SSO so you won't need to authenticate again.' 通常,您将转到“ ADFS IDP启动”页面,登录,然后从下拉列表中选择Taleo,然后您将使用SSO重定向到Taleo,因此您无需再次进行身份验证。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM