Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for different certficate signing and encryption keys for SP #575

Open
Luceisti opened this issue Feb 29, 2024 · 1 comment
Open

Comments

@Luceisti
Copy link

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

@pitbulk
Copy link
Contributor

pitbulk commented May 13, 2024

Hi @Luceisti,

that change requires a lot of refactoring.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants