laravel-saml2
laravel-saml2 copied to clipboard
Different certificate for encryption
First of all thank you for this package, it worked really well. I got a question, is it possible to use different certificates for signing and encryption ? Didn't found something in the documentation.
OneLoginToolkit has this config:
'x509certMulti' => [
'signing' => '',
'encryption' => '',
]
Thanks.