Specify the SingleSignOnService HTTP-Redirect URL to use?

Cantor, Scott cantor.2 at osu.edu
Thu Feb 7 12:35:02 EST 2013


> Our SP needs to connect to an IdP which has multiple SingleSignOnService
> endpoints of type "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect",
> and we need to connect to the second one configured in the metadata.

There's no support in the standard for that, so it isn't something we do.

> By default, site1.example.com is utilized since it appears first in the
> metadata. The only way I could figure out to use site2.example.com was
> to delete site1.example.com from the metadata. This is not a viable
> solution for the InCommon metadata file.

I didn't think InCommon allowed multiple endpoints of that type with the same binding. If they do, I'm not sure they intended to, I would guess not, which I think Tom confirmed.

> So my questions are:
> 
> (1) Is it possible for the SP to specify to connect to
> site2.example.com, either programatically (e.g., by using
> SessionInitiator creation parameters) or via configuration?
> (2) If not (1), would this be something that could easily be
> implemented? If so, I would be happy to submit a feature request.

It isn't supported, and I would be hesitant to based on the behavior one would expect in the standard. The normal way this would be done in SAML would be if the endpoint were indexed, but that element isn't defined that way.

It's not hard to code something, but the thing is that it's considered a really bad thing to have URLs bound into the configuration, and we did a lot of work to end that practice.

-- Scott




More information about the users mailing list