Subscribe to the Non-Human & AI Identity Journal

When should organisations require CA-signed certificates for SAML?

Require CA-signed certificates only when a formal policy, audit expectation, or internal PKI standard makes them necessary. They are not a SAML security requirement. If the organisation does not need that extra governance layer, self-signed certificates are usually the cleaner and equally secure choice.

Why This Matters for Security Teams

CA-signed certificates for SAML are often treated as a default control, but that mixes protocol security with governance preference. SAML only needs trustworthy signing and verification, not a particular certificate issuer model. The real question is whether policy, audit evidence, or a broader PKI standard requires enterprise-issued certificates. NIST’s NIST Cybersecurity Framework 2.0 frames this as an identity and trust decision, not a product-specific mandate.

The practical risk is operational drift. Teams often introduce CA-signed certificates because they sound stronger, then inherit renewal dependencies, certificate chain validation issues, and unnecessary process overhead. That overhead matters more in environments that already struggle with machine identity visibility. NHIMG research shows that only 38% of organisations have automated certificate lifecycle management in place, which makes extra certificate governance harder to sustain at scale. The same report also shows certificate expiry is the leading cause of outages for 45% of organisations, underscoring that complexity itself becomes a failure mode. In practice, many security teams discover certificate policy mismatches only after federation outages or audit remediation, rather than through intentional design.

How It Works in Practice

For SAML, the security property that matters is that the IdP signs assertions and the SP validates them against a trusted certificate. A self-signed certificate can provide that trust relationship just as effectively as a CA-signed one, provided the certificate is distributed and pinned correctly in the federation metadata or application configuration. The decision becomes a control-plane issue: who approves the certificate, how it is rotated, and what evidence is required to show the trust path is controlled.

CA-signed certificates are usually required when one or more of these conditions apply:

  • An internal PKI policy mandates enterprise-issued certificates for all production trust anchors.
  • An audit regime expects centrally managed issuance, renewal, and revocation records.
  • A federation platform or proxy layer requires a publicly trusted or enterprise-trusted chain for operational consistency.
  • Multiple downstream systems need to validate the same certificate path without custom trust distribution.

Where organisations get value from CA-signed certificates is not stronger SAML cryptography, but easier governance at scale. That is especially true in environments with large machine identity populations, where NHI governance practices already demand visibility into issuance, rotation, and offboarding. NHIMG research also shows that 71% of NHIs are not rotated within recommended time frames, which is a warning sign for any process that adds certificate lifecycle complexity without automation.

Current guidance suggests treating SAML certificate choice as a lifecycle and accountability decision first, and a trust-scheme decision second. If the organisation uses certificates as a control evidence artifact, then CA signing may be appropriate. If not, self-signed certificates keep the trust boundary narrower and often reduce operational failure points. These controls tend to break down when certificate ownership is unclear across IdP, SP, and infrastructure teams because renewal responsibility gets lost between change windows.

Common Variations and Edge Cases

Tighter certificate governance often increases operational overhead, requiring organisations to balance audit simplicity against renewal risk and deployment friction.

One common edge case is a hybrid environment where SAML is fronted by an enterprise gateway. In that model, the gateway may require CA-signed certificates even if the upstream IdP does not. Another is a regulated sector where policy language says “approved CA” without clarifying whether an internal enterprise CA is sufficient. Best practice is evolving here, and there is no universal standard for this yet.

Another practical exception is partner federation. Some external service providers will only accept certificates issued by a known enterprise CA or by a public CA, not because SAML requires it, but because their trust onboarding process is simplified by that constraint. In those cases, the certificate choice is driven by interoperability, not by authentication strength. Teams should also watch for certificate sprawl when every application team is allowed to request its own issuer model; that often recreates the same visibility gaps seen in broader machine identity programs. NHIMG’s machine identity management research shows 66% of organisations say current tooling is not adequate to manage the scale of machine identities they now have, which is exactly the kind of condition that makes certificate policy exceptions expensive. The right standard is the one the organisation can operationally sustain, not the one that sounds most formal.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0 and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
OWASP Non-Human Identity Top 10 NHI-03 Certificate lifecycle control is directly relevant when deciding how SAML certs are issued and rotated.
NIST CSF 2.0 PR.AC-1 SAML certificate trust is part of identity and credential management governance.
NIST Zero Trust (SP 800-207) SC.MA Federation trust should support controlled maintenance of identity assertions and cryptographic trust.

Define issuance, renewal, and revocation ownership for SAML certificates and automate rotation where possible.