Export Metadata for service provider

here’s my saml.config:


<?xml version="1.0"?>

<ServiceProvider Name=“MIR_CusTBS_SP_UAT” AssertionConsumerServiceUrl=“”>https://demo.mysite.com/Sso/SsoLogin.aspx"/>

<PartnerIdentityProvider Name=“Cust_IdP”
SignAuthRequest=“false”
WantSAMLResponseSigned=“true”
WantAssertionSigned=“false”
WantAssertionEncrypted=“false”
SingleSignOnServiceUrl=“<a href=“https://ssocert.Cust.com/affwebservices/public/saml2sso””>https://ssocert.Cust.com/affwebservices/public/saml2sso"
SingleLogoutServiceUrl=“<a href=“https://ssocert.Cust.com/affwebservices/public/saml2sso””>https://ssocert.Cust.com/affwebservices/public/saml2sso"
PartnerCertificateFile=“Cust_IdP.cert.cer”/>




The ExportMetadata.exe I compiled from your sample solution keeps throwing an error, saying “The Partner Identity Provider MIR_CusTBS_SP_UAT is not configured” but I’m not trying to do anything with an Identity provider. I’m the service provider and I want to create a metadata file to send to the Identity Provider’s team.

The generated SAML metadata can be different per partner provider. For this reason you have to specify to ExportMetadata the name of the .
You should call it as follows.
ExportMetadata.exe Cust_IdP metadata.xml

I exported SP metadata via ExportMedata.exe but urls missing. It’s possible export SP metadata with urls?

[quote]
dokumenta - Monday, September 5, 2016
I exported SP metadata via ExportMedata.exe but urls missing. It’s possible export SP metadata with urls?
[/quote]

I found solution here http://www.componentspace.com/Forums/1819/MetadataExporter-and-SingleLogoutService?Keywords=sign%20metadata#bm1820

We will be enhancing the metadata import/export utilities to include this support as well as including various other improvements. Stay tuned!