Hi all,
Do you know the procedure to change the SAML Assertion X509Certificate (= server.pem) for a certificate signed by a third-party?
Regards.
I'm not sure if you're referring to changing the certificate of your Identity Provider or your Splunk Service Provider. Take a look at the authentication.conf spec.
The settings you're looking for are idpCertPath, clientCert, and caCertFile.
I'm not sure if you're referring to changing the certificate of your Identity Provider or your Splunk Service Provider. Take a look at the authentication.conf spec.
The settings you're looking for are idpCertPath, clientCert, and caCertFile.
Thanks @suarezry, the question is regarding the Splunk Service Provider (SPmetadata.xml).
Great, once you change the settings in your authentication.conf you'll have to restart your Splunk instance or reload the authentication config. Then you'll need to regenerate your SPmetadata.xml and confirm that XML has the new certs. Then you'll need to pass this to your IdP.
Let me know if you have any further questions. If not, please accept this answer.