Multiple entityIDs with the same metadata

Nate Klingenstein ndk at internet2.edu
Thu Jul 23 15:24:47 EDT 2015


> So, I guess my question then is, other then replicating the AssertionConsumerService binding tags and incrementing the index values, what else do I need to do to add an endpoint?

You’ll want to replace the location but keep the bindings.  Other than that, pretty much nothing, and you only have to do it with the SAML2 consumer if you’re certain you’re only using SAML2.  Basically like this.

https://www.testshib.org/metadata/testshib-providers.xml

    <EntityDescriptor entityID="https://sp.testshib.org/shibboleth-sp">

            <AssertionConsumerService index="1" isDefault="true"
                Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"
                Location="https://sp.testshib.org/Shibboleth.sso/SAML2/POST"/>

            <!-- A couple additional assertion consumers for the registration webapp. -->

            <AssertionConsumerService index="7"
                Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"
                Location="https://www.testshib.org/Shibboleth.sso/SAML2/POST”/>

    </EntityDescriptor>


More information about the users mailing list