Hello,
I am using Auth0 as IDP provided. In Auth0 we cannot upload the SP generated Metadata data file.
As mention in other threads we need to update that metadata information through Add on.
Do we have any example or someone can guide us how to consume the metadata file?
Here is My metadata file:
<?xml version="1.0" encoding="UTF-8"?><md:EntityDescriptor entityID=“https://XXXXXX.com/” xmlns:md=“urn:oasis:names:tc:SAML:2.0:metadata”>
<md:SPSSODescriptor AuthnRequestsSigned=“true” WantAssertionsSigned=“true” protocolSupportEnumeration=“urn:oasis:names:tc:SAML:2.0:protocol”>
md:KeyDescriptor
<ds:KeyInfo xmlns:ds=“XML-Signature Syntax and Processing”>
ds:X509Data
ds:X509CertificateABC==</ds:X509Certificate>
</ds:X509Data>
</ds:KeyInfo>
</md:KeyDescriptor>
<md:SingleLogoutService Binding=“urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST” Location=“https://XXXXXXXX/saml/LogoutConsumer”/>
<md:SingleLogoutService Binding=“urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect” Location=“https://eXXXXXX/saml/LogoutConsumer”/>
md:NameIDFormaturn:oasis:names:tc:SAML:1.1:nameid-format:unspecified</md:NameIDFormat>
<md:AssertionConsumerService Binding=“urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST” Location=“https://XXXX/saml/AssertionConsumer” index=“0”/>
</md:SPSSODescriptor>
</md:EntityDescriptor>
Thanks