Hi,
Is it possible to define multiple idp metadata entries in saml20-idp-remote.php and link each entry (idp) to a separate authentication source in authsources.php? For example:
saml20-idp-remote.php:
$metadata['idp1'] = array();
$metadata['idp2'] = array();
authsources.php:
'sp-1' => array( 'idp' => idp1
);
'sp-2' => array( 'idp' => idp1
);
It is obviously possible to have multiple authentication sources in authsources.php, but i am not sure how to link them to each $metadata entry in saml20-idp-remote.php. Any insight in this regard will be highly appreciated.
Thanks.
Kind Regards,
Naeem Muhammad