简体   繁体   English

TFIM与ComponentSpace库?

[英]TFIM with ComponentSpace library?

I am trying to user Tivoli Federated Identity Manager 6.2 as identity provider and an application that have SAML 2.0 support using ComponentSpace library. 我正在尝试使用Tivoli Federated Identity Manager 6.2作为身份提供者和使用ComponentSpace库具有SAML 2.0支持的应用程序。

Will that application be able to support TFIM or not? 该应用程序是否能够支持TFIM? And if it's supported then can anyone provide any instruction or information ore documentation related to use of these two. 如果支持,那么任何人都可以提供与这两个用途有关的任何说明或信息矿石文档。

Yes, interoperability with TFIM is supported. 是的,支持与TFIM的互操作性。 You should ask for the SAML metadata from the partner provider using TFIM. 您应该使用TFIM向合作伙伴提供商索取SAML元数据。 The SAML metadata includes information such as the URLs used for SSO, the X.509 certificate used for signature verification, and the partner's entity ID. SAML元数据包括诸如用于SSO的URL,用于签名验证的X.509证书以及合作伙伴的实体ID之类的信息。

You can use the ImportMetadata utility to import the TFIM SAML metadata and have your local SAML configuration (ie saml.config) updated with this information. 您可以使用ImportMetadata实用程序导入TFIM SAML元数据,并使用此信息更新本地SAML配置(即saml.config)。

The partner provider will most likely want your SAML metadata so they can update the TFIM configuration/ 合作伙伴提供商很可能需要您的SAML元数据,以便他们可以更新TFIM配置/

You can use the ExportMetadata utility to export the local SAML configuration (ie saml.config) to a SAML metadata file that may be supplied to the partner provider. 您可以使用ExportMetadata实用程序将本地SAML配置(即saml.config)导出到可以提供给合作伙伴提供程序的SAML元数据文件。

The ImportMetadata and ExportMetadata projects may be found under the Examples/Metadata folder. 可以在Examples / Metadata文件夹下找到ImportMetadata和ExportMetadata项目。

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

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