Overly permissive cross-IdP trust can let an attacker use one compromised identity to reach applications that were assumed to be protected by a different provider. The failure is a trust boundary that exists on paper but not in practice. Organisations should map every federation path and validate which accounts can authenticate where.
Why This Matters for Security Teams
Cross-IdP single sign-on only works when the federation boundary is explicit. When trust settings are too broad, one identity provider can become an unintended launch point into applications that were assumed to be isolated behind another provider. That turns SSO from a convenience layer into a hidden privilege path, especially where app teams rely on default trust, broad group claims, or weak audience restrictions. NIST Cybersecurity Framework 2.0 emphasises that access governance must be managed as a control, not an assumption.
The practical risk is compounded by the same patterns seen across NHI failures: excessive privilege, weak visibility, and poor offboarding discipline. The Ultimate Guide to NHIs notes that 97% of NHIs carry excessive privileges, and that pattern maps directly to federated trust that is broader than intended. In practice, many security teams discover federation sprawl only after an identity from a “trusted” provider is used to reach a system that was never meant to trust it.
How It Works in Practice
Cross-IdP trust breaks down when applications accept assertions from multiple identity providers without constraining who can assert what, for which audience, and under what conditions. In a well-governed setup, each relying party should explicitly define trusted issuers, accepted subject formats, claim requirements, and token audience checks. That means the app should not merely see “a valid login,” but “a valid login from this issuer for this workload, with these claims, at this time.”
Practitioners should think in terms of federation path mapping. Every trust edge needs to be documented, tested, and reviewed for drift. A permissive arrangement often shows up in:
- multiple IdPs issuing tokens accepted by the same app without distinct authorization rules
- shared claims such as email or group membership being treated as sufficient proof of access
- incomplete audience validation, letting tokens intended for one app work in another
- legacy SAML or OIDC integrations that accept broad issuer lists for convenience
- partner or subsidiary identities inheriting access beyond their intended tenant boundary
Current guidance suggests pairing federation with Zero Trust principles: validate the identity provider, validate the token context, and re-check authorization at the application layer. The NIST Cybersecurity Framework 2.0 is useful here because it frames access as a governed control objective, not a one-time login event. The same lesson appears in 52 NHI Breaches Analysis, where credential trust failures repeatedly become lateral movement paths once an attacker can reuse a valid identity.
Security teams should also validate whether different IdPs issue identities with equivalent assurance levels. A password-only identity and a phishing-resistant identity may both authenticate successfully, but they should not necessarily unlock the same applications. These controls tend to break down in hybrid enterprises with mergers, partner federation, and SaaS sprawl because trust rules are often inherited faster than they are reviewed.
Common Variations and Edge Cases
Tighter federation control often increases operational overhead, requiring organisations to balance access friction against breach containment. That tradeoff becomes especially visible in partner ecosystems, B2B SaaS, and acquisition environments where broad trust is sometimes kept temporarily to avoid service disruption.
There is no universal standard for this yet, but best practice is evolving toward issuer-specific trust, step-up authentication for sensitive apps, and explicit mapping of which IdP can satisfy which assurance level. One common edge case is an app that needs to trust more than one provider for business reasons, but only for different user populations. In that situation, claim-based segmentation and policy-as-code are safer than a blanket allow-list.
Another exception is federated admin access. Even when SSO is operationally necessary, privileged sessions should not inherit broad trust automatically. The Top 10 NHI Issues highlights how broad privilege and weak lifecycle controls create persistent exposure, and the same logic applies to federated human access. If the application cannot differentiate between one trusted IdP and another, or between ordinary and privileged users, the trust model is already too permissive.
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 |
|---|---|---|
| NIST CSF 2.0 | PR.AC-4 | Federation trust must be constrained and reviewed as an access control. |
| OWASP Non-Human Identity Top 10 | NHI-01 | Overly broad trust mirrors weak identity scoping and privilege boundaries. |
| NIST AI RMF | A trust boundary failure is a governance and accountability problem. |
Document ownership, assurance, and escalation rules for every federated identity path.
Related resources from NHI Mgmt Group
- What breaks when organisations trust documents or devices too much in verification flows?
- What breaks when cloud security platforms expose too much context through an AI assistant?
- Why does identity matter more when vulnerabilities are discovered faster than they can be patched?
- What is the difference between prompt injection risk and identity abuse in agents?
Deepen Your Knowledge
Reviewed and updated by the NHIMG editorial team on June 11, 2026.
NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org