Quantcast
Channel: Claims based access platform (CBA), code-named Geneva forum
Viewing all articles
Browse latest Browse all 2535

Export Claims Provider Trust

$
0
0

We are creating a new SSO environment but, would like to migrate our existing Claims Provider Trust. 

I have tried export a trust a trust named "test" as so 

Get-ADFSClaimsProviderTrust -name Test -MetadataFile | Export-Clixml "c:\temp\Test-CPT.xml"

than import on the new SSO environment using

 Add-ADFSClaimsProviderTrust -Name TestIDP -Metadatafile "c:\temp\Test-CPT.xml" and I the error below. I am not sure how to get the trust migrated without configuring each trust manually and we have over 100 to migrate. 

Add-ADFSClaimsProviderTrust : ID3260: The root element of a metadata document must be either an EntityDescriptor or an
EntitiesDescriptor.
At line:1 char:1
+ Add-ADFSClaimsProviderTrust -Name TestIDP -Metadatafile "c:\temp ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidData: (:) [Add-ADFSClaimsProviderTrust], MetadataSerializationException
    + FullyQualifiedErrorId : ID3260: The root element of a metadata document must be either an EntityDescriptor or an
    EntitiesDescriptor.,Microsoft.IdentityServer.PowerShell.Commands.AddClaimsProviderTrustCommand

Can anyone assist?


Viewing all articles
Browse latest Browse all 2535

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>