Can I Use a CA Issued Certificate for SAML SSO Instead of a Self-Signed One?

0
1
Asked By CuriousCoder42 On

I'm wondering about the security aspects of SAML SSO. Typically, it uses self-signed certificates, but I've read that using SSL certificates from a Certificate Authority (CA) can help prevent man-in-the-middle attacks. Is it possible to configure SAML SSO with a CA-issued certificate instead, and is this something that is required?

4 Answers

Answered By CostConsciousUser On

Is this also a cost-saving measure? It feels like you can achieve everything you need with Azure Key Vault too.

Answered By SecureConnect1 On

All that really matters is if the certificate is being validated, not necessarily if it was issued by a public CA. A self-signed cert can be just as secure as long as it's set up correctly.

Answered By AutomatedAdmin On

We prefer to use our own certificates instead of the ones from Microsoft. We set up a certificate store in Keyfactor for better automation and management of our certs.

SkepticalSam -

That's an interesting approach! Was your main goal easy management, or were there security improvements as well? I’m curious about the impact on security.

Answered By TechSavvy88 On

For SAML connections, it doesn't really matter if your certificates are signed by a public CA. What’s key is that the certificate is validated correctly during the authentication process.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.