Hi,
I'm trying to run SimpleSamlphp Idp with SSP and Shibboleth SP into a federation. I want to define two SSO bindings (HTTP-Redirect and Post).
I tried on saml20-idp-hosted.php:
'SingleSignOnServiceBinding' => array('urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect','urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST'),
but they take the same location when
'SingleSignOnService' =>
take only a string and not an array.
How can configure two different inbound binding on the IDP metadata ?
Thanks in advance,
Sylvain.