The common mistake is assuming one certificate can safely do both jobs without increasing operational risk. Signing and encryption protect different parts of the trust chain, so combining them creates a shared failure domain. Separating them makes rotation, troubleshooting, and compromise response cleaner for identity teams.
Why This Matters for Security Teams
SAML certificates sit at the center of federated trust, which means a signing failure can break authentication while an encryption failure can expose sensitive assertions. The mistake is treating both certificates as interchangeable convenience items instead of separate controls with different blast radii. That confusion creates fragile incident response, unclear ownership, and avoidable outages when rotation is needed. Guidance from NIST Cybersecurity Framework 2.0 reinforces that identity and trust controls should be managed with clear accountability and resilience in mind.
This is not just a documentation problem. It becomes operational debt when identity teams inherit certificates that were issued years apart, handled by different vendors, or embedded into multiple application stacks with no clean inventory. NHIMG’s Critical Gaps in Machine Identity Management report shows how often certificate lifecycle weakness turns into outage risk, with certificate expiry cited as the leading cause of outages for 45% of organisations. In practice, many security teams discover the shared-failure problem only after an expired or compromised certificate has already interrupted access or widened exposure.
How It Works in Practice
SAML signing and encryption serve different trust functions. The signing certificate proves that the assertion or response came from the expected identity provider and was not altered. The encryption certificate protects the confidentiality of the assertion so only the intended service can read the contents. Keeping these keys separate limits the damage if one is exposed and makes it easier to rotate or revoke without disrupting the other control.
Security teams usually get better outcomes when they design around lifecycle management rather than around the certificate itself. A practical approach is:
- Use a dedicated signing certificate with a clear owner, short rotation window, and monitored expiry.
- Use a separate encryption certificate for assertion confidentiality, especially where assertions carry sensitive attributes.
- Publish and consume metadata carefully so relying parties can trust the correct key for the correct purpose.
- Track certificate inventory, renewal dates, key usage, and rollback steps in the same change process.
- Test failover and certificate rollover in pre-production before the metadata is updated in production.
This matters because SAML integrations are often distributed across IdP, SP, federation gateways, and downstream applications. If one team assumes the same certificate can do everything, troubleshooting becomes ambiguous and incident containment slows down. The Ultimate Guide to NHIs is useful here because SAML certificates are part of the broader machine-identity control plane, not a one-off configuration detail. Current guidance suggests treating certificate purpose, rotation cadence, and ownership as separate control decisions rather than one combined asset. These controls tend to break down when legacy SAML integrations hard-code certificate fingerprints and cannot consume metadata updates cleanly.
Common Variations and Edge Cases
Tighter certificate separation often increases operational overhead, requiring organisations to balance cleaner security boundaries against more complex rotation and support workflows. There is no universal standard for this yet, so teams should choose the model that matches their federation maturity and outage tolerance. Some environments can safely use separate signing and encryption certificates with automated metadata refresh; others still rely on manual change windows and need longer overlap periods.
Edge cases usually appear in older IdPs, vendor portals, or custom SP implementations that only support one key pair or require manual fingerprint updates. In those cases, the safest path is usually not to force symmetry between signing and encryption, but to document the limitation, compensate with shorter certificate lifetimes, and test renewal with every partner. NHIMG’s Sisense breach and Hugging Face Spaces breach illustrate a broader identity lesson: when trust material is over-shared or poorly governed, compromise becomes harder to isolate. The practical rule is simple: separate by function, track by owner, and verify that every integration can survive rotation without manual heroics.
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 AI RMF set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Non-Human Identity Top 10 | NHI-03 | Certificate rotation and lifecycle hygiene directly reduce shared-failure risk. |
| NIST CSF 2.0 | PR.AC-1 | Federated trust depends on correct authentication and access control boundaries. |
| NIST AI RMF | Trust integrity and accountability are core risk considerations for identity systems. |
Separate signing and encryption certificates, then automate renewal and revocation on a defined schedule.