Add support for different certficate signing and encryption keys for SP
Luceisti opened this issue · 1 comments
Luceisti commented
Hello,
I need to work with a third party and they require that I provide SAML with different certificates for encryption and signing (SP).
Is it possible to have an array within the SP array like this one in the IDP array ?
'x509certMulti' => array(
// 'signing' => array(
// 0 => '',
// ),
// 'encryption' => array(
// 0 => '',
// )
// ),
Thank you in advance.
Ludovic PETER