<div dir="ltr">Nate and Scott:<div><br></div><div>Thanks.  I understand now.  Much appreciated.</div><div><br></div><div>Mike</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jul 23, 2015 at 3:24 PM, Nate Klingenstein <span dir="ltr"><<a href="mailto:ndk@internet2.edu" target="_blank">ndk@internet2.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">> 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?<br>
<br>
</span>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.<br>
<br>
<a href="https://www.testshib.org/metadata/testshib-providers.xml" rel="noreferrer" target="_blank">https://www.testshib.org/metadata/testshib-providers.xml</a><br>
<br>
    <EntityDescriptor entityID="<a href="https://sp.testshib.org/shibboleth-sp" rel="noreferrer" target="_blank">https://sp.testshib.org/shibboleth-sp</a>"><br>
<br>
            <AssertionConsumerService index="1" isDefault="true"<br>
                Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"<br>
                Location="<a href="https://sp.testshib.org/Shibboleth.sso/SAML2/POST" rel="noreferrer" target="_blank">https://sp.testshib.org/Shibboleth.sso/SAML2/POST</a>"/><br>
<br>
            <!-- A couple additional assertion consumers for the registration webapp. --><br>
<br>
            <AssertionConsumerService index="7"<br>
                Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"<br>
                Location="<a href="https://www.testshib.org/Shibboleth.sso/SAML2/POST" rel="noreferrer" target="_blank">https://www.testshib.org/Shibboleth.sso/SAML2/POST</a>”/><br>
<br>
    </EntityDescriptor><br>
<div class="HOEnZb"><div class="h5">--<br>
To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net">users-unsubscribe@shibboleth.net</a></div></div></blockquote></div><br></div>