New IDP partner / SSO - saml.conf use the redirect or post url

Have about 11 clients using componentspace SAML
We are SP-initiated

This is the first metadata.xml file i can’t import. So I’m adding to the saml.config manually.

All my previous clients had the same value in their metadata .xml file for



so my SAML has this:
SingleSignOnServiceUrl=“urlABC”

but in this example i have



Which one do I use in my saml.config
SingleSignOnServiceUrl=“urlABC”
or
SingleSignOnServiceUrl=“urlXYZ”

We default to using the “urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect” binding so you should use the “urlABC” URL as the SingleSignOnServiceUrl in your saml.config.

You can specify in saml.config to use the “urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST” binding but it’s simpler to just go with the default.