Hi,
I am having a strange issue when trying to create a Relying Party trust to an Org on my ADFS Server.
It appears that the replying party is not publishing any accepted claim types.
See example -
I've checked the metadata on the CRM Server, and it appears that the optional tag is missing in the fed:ClaimTypesRequested XML output.
e.g This is what my Servers metadata says for the accepted claims types -
<fed:ClaimTypesRequested>
<auth:ClaimTypeUri="schemas.microsoft.com/.../primarysid" xmlns:auth="docs.oasis-open.org/.../200706" />
</fed:ClaimTypesRequested>
And this is what another Servers metadata looks like.
<auth:ClaimTypeUri="schemas.xmlsoap.org/.../upn" Optional="false" xmlns:auth="docs.oasis-open.org/.../200706" />
<auth:ClaimTypeUri="schemas.xmlsoap.org/.../name" Optional="false" xmlns:auth="docs.oasis-open.org/.../200706" />
<auth:ClaimTypeUri="schemas.microsoft.com/.../primarysid" Optional="true" xmlns:auth="docs.oasis-open.org/.../200706" />
</fed:ClaimTypesRequested>
I'm also getting the same behaviour for the Endpoint References.
I only have one Endpoint reference entry, while other servers seem to have more than one.
Where do the CRM Servers get their metadata information from?
Thanks