By NHI Mgmt Group Editorial TeamPublished 2025-03-21Domain: Governance & RiskSource: 1Kosmos

TL;DR: Federated identity management lets users reuse a single identity across trusted domains, but it also shifts security dependence onto external identity providers and their control quality, according to 1Kosmos. The real challenge is not federation itself but proving trust, consent, and assurance across boundaries that teams do not fully control.


At a glance

What this is: This is an explainer on federated identity management and its core trade-offs, with the central finding that federation improves usability only when cross-domain trust, assurance, and protocol alignment are strong.

Why it matters: It matters because IAM teams must govern federated access with the same discipline they apply to internal identity, especially where external providers, delegated authentication, and user assurance create new failure paths.

👉 Read 1Kosmos's explainer on federated identity management and authentication


Context

Federated identity management is a cross-domain authentication model, and the primary issue is trust, not convenience. When one organisation relies on another identity provider to vouch for the user, IAM teams inherit the other party's assurance posture, lifecycle discipline, and protocol correctness.

That creates a governance problem for human identity programmes because a login can succeed even when the upstream identity source is weakly governed. In practice, the federation model only works when the relying party understands exactly which controls sit upstream, which assertions are being trusted, and where user assurance can no longer be assumed.

For teams comparing federation with internal single sign-on, the distinction is operational as much as architectural. SSO simplifies access inside one domain, while federation extends authentication across domains and therefore widens the trust boundary that security teams must manage.


Key questions

Q: How should security teams govern federated identity across external partners?

A: Security teams should treat federated identity as an external trust relationship with explicit assurance requirements. That means defining which claims are accepted, validating the identity provider's proofing and revocation processes, and reviewing partner controls regularly. Federation should be allowed only where the upstream assurance level matches the sensitivity of the application and the data being accessed.

Q: Why can federated identity increase risk even when sign-in is simpler?

A: Federated identity can increase risk because a simpler login does not mean a stronger trust decision. If the upstream identity provider has weak account hygiene, poor revocation discipline, or inconsistent policy enforcement, the relying party may accept an identity it cannot fully validate. The user experience improves, but the assurance boundary becomes wider and harder to inspect.

Q: What do IAM teams get wrong about single sign-on and federation?

A: Teams often assume single sign-on and federation are interchangeable, but they solve different problems. SSO streamlines access inside one organisation, while federation extends trust across domains. If governance does not distinguish those models, teams may apply internal controls to external identities and miss the additional assurance and partner-management work federation requires.

Q: Who is accountable when a federated identity trust relationship fails?

A: Accountability rests with both sides, but the relying organisation remains responsible for the access it grants. It cannot outsource the security consequence of trusting an external identity provider. IAM, security, and business owners should define assurance thresholds, approval criteria, and periodic review ownership before federation is enabled.


Technical breakdown

How federated identity exchanges trust across domains

Federated identity management links separate authentication systems through agreements, standards, and identity assertions. The relying party accepts a token or assertion from an identity provider, then uses that signal to authorise access without creating a local account for every external user. Common protocols such as SAML, OAuth, and OpenID Connect make this possible by transporting identity and authorisation claims between systems. The security model depends on the strength of the upstream identity proof, the integrity of the assertion, and the correctness of policy mapping at the consuming application.

Practical implication: review which upstream assertions your applications trust and validate whether those claims are sufficient for the access being granted.

Why federation is not the same as single sign-on

Single sign-on operates within one organisation or security boundary, so one identity system can streamline access across internal applications. Federation extends that pattern across organisations, which means the authentication process now depends on a partner's identity controls, policy decisions, and security maturity. That difference matters because the relying party is no longer just simplifying authentication. It is also outsourcing part of its trust decision to another domain, often with less visibility into lifecycle events, revocation timing, and assurance strength.

Practical implication: treat federation as an external trust relationship, not just a login convenience feature.

Where federated identity breaks down in practice

Federation weakens when trust is assumed rather than continuously verified. If the identity provider has poor account hygiene, inconsistent policy enforcement, or weak proofing, the consuming organisation may accept identities it cannot fully validate. The same issue appears when minimum interoperability rules are met but governance is weak, because standards compatibility does not guarantee strong assurance. In other words, the protocol can work while the trust decision fails. That is why federation often creates a hidden dependency on upstream identity quality that many IAM programmes do not measure directly.

Practical implication: establish explicit assurance thresholds for each federated partner and re-evaluate them as relationships, policies, or threat conditions change.


NHI Mgmt Group analysis

Federation is a trust-extension model, not a trust-transfer model. The relying party does not eliminate identity risk when it federates access. It simply moves a portion of authentication assurance to another domain, which means upstream governance quality becomes part of the local security posture. The implication is that IAM teams must evaluate external identity sources as operational dependencies, not as abstract partners.

The biggest federation failure mode is silent assurance drift. Federation can continue to function even as the identity provider's proofing, policy enforcement, or revocation discipline weakens. That makes the risk difficult to see because access still works while the assurance behind it deteriorates. The implication is that federation governance needs continuous partner review, not just initial onboarding checks.

Federated identity exposes the limits of perimeter thinking in IAM. Once a user can authenticate across domains, the access boundary is no longer defined by organisational ownership alone. The control question becomes whether the organisation can trust upstream identity decisions at the assurance level required by the application. The implication is that federation policy must be tied to business sensitivity, not treated as a generic integration pattern.

1Kosmos' discussion of the Seven Laws of Identity reinforces a broader governance truth: user-centric design does not remove control obligations. Consent, minimal disclosure, and consistent experience are valuable, but they do not substitute for strong assurance, lifecycle discipline, and policy enforcement. The implication is that modern IAM programmes need both usability and verifiable trust, not one at the expense of the other.

From our research:

  • Only 20% have formal processes for offboarding and revoking API keys, and even fewer have procedures for rotating them, according to Ultimate Guide to NHIs.
  • 91.6% of secrets remain valid five days after the targeted organisation is notified, showing a critical gap in remediation procedures.
  • For the broader governance pattern, see NHI Lifecycle Management Guide for lifecycle controls that close the trust gap.

What this signals

Federation programmes should be designed as assurance programmes, not convenience programmes. Once external identity providers are part of your access model, your team needs a measurable view of trust boundaries, partner review cadence, and revocation discipline. The 20% offboarding and revocation figure in our Ultimate Guide to NHIs is a reminder that lifecycle rigor is usually weaker than organisations assume.

The practical signal is that federated access should be risk-tiered by application sensitivity, not spread uniformly across the estate. If a partner cannot support the assurance level your workload needs, the problem is not protocol choice. It is governance design.

Teams that already run access reviews for human identities should extend the same discipline to federated trust relationships, especially where external assertions unlock sensitive applications. The closer the use case sits to regulated data or privileged functions, the less tolerance there should be for vague partner assumptions.


For practitioners

  • Map upstream trust boundaries for every federated application Document which identity provider, protocol, and assertion set each application accepts, then assign an assurance level to that path based on business sensitivity and revocation tolerance.
  • Define partner onboarding and offboarding controls Require explicit checks for proofing strength, policy enforcement, and account revocation before enabling federation, then re-test those controls whenever the relationship changes.
  • Separate internal SSO decisions from external federation decisions Use different governance criteria for internal single sign-on and cross-domain federation so teams do not over-apply internal trust assumptions to external users.
  • Tie federation to assurance-sensitive use cases only Restrict higher-risk workloads to partners that can prove strong identity assurance, and avoid broad federation where the upstream identity source cannot support the required control level.

Key takeaways

  • Federated identity improves usability, but it also extends your trust boundary into another organisation's identity controls.
  • The main risk is not broken login flow, but silent assurance drift when upstream proofing, policy, or revocation weakens.
  • IAM teams should govern federation as a partner assurance problem with explicit thresholds, review cadence, and offboarding discipline.

Standards & Framework Alignment

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

NIST SP 800-63, NIST CSF 2.0 and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
NIST SP 800-63Federation depends on identity assurance and authentication strength across domains.
NIST CSF 2.0PR.AC-1Federated access changes how identity is verified and trusted.
NIST Zero Trust (SP 800-207)4.1Federation expands the trust boundary, which zero trust requires to be continuously evaluated.

Set assurance requirements for each federated partner and align accepted claims to the needed assurance level.


Key terms

  • Federated Identity Management: A model that lets one identity be accepted across two or more trusted domains. The relying organisation accepts assertions from an external identity provider instead of creating a separate account for every user, which reduces login friction but also makes upstream assurance part of the local risk model.
  • Identity Provider: The system that proves a user's identity and issues the authentication or authorisation signals consumed by another service. In federation, the provider's proofing strength, policy enforcement, and revocation discipline directly affect whether the relying party can trust the access request.
  • Service Provider: The application or platform that consumes an external identity assertion and grants access based on that signal. It does not authenticate the user directly, so its security depends on the quality of the identity provider, the protocol used, and the claim-mapping rules it applies.
  • Identity Assertion: A digitally signed statement that conveys identity or authorisation information from one system to another. Assertions make cross-domain access possible, but they must be validated carefully because the relying party is inheriting trust from a remote control environment.

Deepen your knowledge

NHI governance, agentic AI identity, and machine identity lifecycle are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are responsible for identity security strategy or NHI governance in your organisation, it is worth exploring.

This post draws on content published by 1Kosmos: Federated Identity Management and modern authentication. Read the original.

NHIMG Editorial Note
Published by the NHIMG editorial team on 2025-03-21.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org