0

I'm trying to create an ACS WS-Federation identity provider that uses CRM Online as the identity provider. When I try to enter the federation metadata for CRM Online, it breaks. If I use the federation metadata url

https://[orgname].crm.dynamics.com/FederationMetadata/2007-06/FederationMetadata.xml

the error is shown on the page "Unable to download a WS-Federation metadata document from the specified URL." The URL works if I browse to it.

If I download the XML file from the browser and then try to upload the file into the identity provider creation page, the whole web page throws an exception (no details, because the web.config is not configured to show remote errors).

Anyone gotten past this?

4

1 回答 1

1

CRM 是一个应用程序,而不是 IdP。您正在对面尝试。它应该被配置为“依赖方”。联合元数据文档可以描述两端:IdP 和 RP。

不过,我还没有在 ACS 上尝试过 CRM,所以我不确定它是否会起作用。(它应该,但是......)。我记得它需要令牌加密。

于 2013-04-10T17:05:50.490 回答