2, . SimpleSAMLphp : customer1.domain.com/saml/
SimpleSAMLphp authsources.php :
$_SERVER['HTTP_HOST'] => array(
'saml:SP',
'entityID' => 'https://'.$_SERVER['HTTP_HOST'],
...etc
, , . https://customer1.domain.com
SP SSO IdP , IdP :
if (!$as->isAuthenticated()) {
$params = array(
'saml:idp' => $samlEntityID
);
$as->login($params);
}
, .