Join our Newsletter — 33% off our NHI Course
Authentication, Authorisation & Trust

Federated User

← Back to Glossary
By NHI Mgmt Group Updated September 24, 2026 Domain: Authentication, Authorisation & Trust

A federated user is an identity authenticated by an external identity provider rather than created and managed directly inside AWS. When that user accesses AWS, they assume a role for the session instead of relying on a long-term native AWS user identity.

What Federated Users Are in AWS

A federated user is not a locally created AWS account user, but a session assumed through trusted external identity proofing. That distinction matters because AWS access is inherited through federation and role assumption, not through a long-lived native user identity.

How Federation Changes the Trust Model

Federation shifts authentication to an identity provider outside AWS, then maps the resulting assertion into AWS permissions. In practice, the trust boundary moves to the upstream identity system and the federation configuration that decides which identities may assume which roles.

This is why federated access is closely tied to sign-in flow design, session duration, and role mapping. Open standards such as OpenID Connect Core 1.0 define how modern federated authentication can be layered with token-based login and single sign-on, even when the downstream resource is not the identity provider itself.

Why Federated Users Matter for Access Control

Federated users are important because they let organisations centralise authentication while keeping AWS authorization separated into roles and policies. That separation improves lifecycle control, but it also means the quality of the AWS permission model determines what a federated session can actually do.

For a practical governance view, IAM and IGA Basics is useful for understanding how authentication, authorization, provisioning, and entitlement review fit together. Federated access is most effective when the external identity source and the AWS role design are treated as one access chain, not as independent systems.

Common Failure Modes and Security Implications

The main failure modes are weak upstream authentication, overly broad role trust, and session abuse after successful federation. If the identity provider is compromised, or if roles are mapped too generously, federated users can gain access that looks legitimate even though the underlying trust assumption is broken.

Token theft and federation abuse are especially important because they let an attacker reuse a valid session path instead of trying to create a new AWS identity. Incidents such as Salesloft OAuth token breach and Klue OAuth Supply Chain Breach show how stolen tokens can turn federation into a high-value access path when trust is too broad or poorly monitored.

Risk and Threat Considerations

Federated users reduce local account sprawl, but they also concentrate trust in the external identity provider, the token exchange, and the AWS role mapping. If any of those layers is weak, an attacker can pivot from identity compromise to AWS access without needing a native AWS password.

Failure mechanism: Compromised federation assertions, stolen session tokens, or overpermissive role trust policies let an attacker inherit AWS permissions as a legitimate-looking federated session.

Impact: The result can be unauthorized console or API access, privilege escalation through broad role permissions, and harder attribution because the compromise enters through a trusted identity path rather than a local AWS user.

Standards & Framework Alignment

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

NIST SP 800-53 Rev 5 provides the primary governance reference for this term.

FrameworkControl / ReferenceRelevance
NIST SP 800-53 Rev 5IA-2 — Identification and Authentication (Organizational Users)Federated users still depend on authenticated human access before AWS role assumption.
IA-5 — Authenticator ManagementFederated access depends on secure handling of credentials, tokens, and session material.
AC-2 — Account ManagementFederated user access still requires lifecycle governance for access paths and role assignment.
Recommendation — Use IA-2 to require strong authentication before granting federated AWS sessions. Use IA-5 to govern federated credentials, token handling, and session lifetimes. Use AC-2 to manage federated access lifecycle and revoke stale role mappings promptly.

Practitioner Guidance

Governance implication: Treat federated user access as a joint control surface between the identity provider and AWS. The role trust policy, session duration, and upstream assurance level should be reviewed together, because weaknesses in any one of them can collapse the security of the whole path.

Practitioner takeaway: Federated access is strongest when authentication is centralised but authorization remains tightly scoped, session-limited, and continuously reviewable.

Deepen Your Knowledge

Sign up to our weekly newsletter — get 33% off our NHI Foundation Level Course

    NHIMG Editorial Note
    Reviewed and updated by the NHIMG editorial team on September 24, 2026.
    NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org