TL;DR: MFA and SSO reduce unauthorised logins, but they do not control what happens after access is granted, according to Clarity Security. The real governance gap is post-authentication privilege scope, which makes IGA, least privilege, and RBAC the controls that contain blast radius when credentials are compromised.
At a glance
What this is: This is an independent analysis of why MFA and SSO stop at authentication while IGA governs post-login access scope and privilege.
Why it matters: IAM and security teams need to treat MFA and SSO as entry controls, not full protection, because access governance determines what compromised identities can actually do.
By the numbers:
👉 Read Clarity Security's analysis of why MFA and SSO are not enough for identity governance
Context
MFA and SSO solve one part of the identity problem: proving who is logging in. They do not determine whether the resulting access is appropriate, time-bound, or limited to the minimum necessary scope, which is where identity governance becomes decisive for both human and non-human identities.
In practice, compromised credentials, stale entitlements, and over-broad role assignments create the conditions for lateral movement and privilege abuse after authentication succeeds. That is why identity security programmes need governance, lifecycle control, and entitlement review alongside authentication controls.
Key questions
Q: How should security teams govern access beyond MFA and SSO?
A: Security teams should treat MFA and SSO as authentication controls, not governance controls. Access should be tied to role, lifecycle state, approval workflow, and recurring certification so permissions are removed when the business need ends. Without that layer, authenticated users can still retain stale, excessive, or conflicting access.
Q: Why do MFA and SSO not stop privilege abuse once access is granted?
A: Because they verify the login event, not the permissions attached to that identity. A compromised or over-privileged account can still move through systems, use inherited access, and reach sensitive resources. That is why authorisation governance, not authentication alone, determines how far an incident can spread.
Q: What do security teams get wrong about least privilege in hybrid environments?
A: They often review the visible role and miss the effective access created by nested groups, federation, and inherited permissions. In hybrid environments, the real risk is not the label on the account but the downstream permissions that remain active across directories and applications.
Q: What should IAM teams do when access reviews do not lead to revocation?
A: They should treat the process as ineffective until it can produce verified removal. Access reviews that do not remove stale or excessive entitlements create a false sense of control, especially for privileged and non-human identities. The fix is to link certification workflows to enforced revocation and exception tracking.
Technical breakdown
Why MFA and SSO stop at authentication
MFA and SSO reduce the likelihood of unauthorised entry by strengthening login assurance and reducing password dependence. They do not, however, govern authorisation scope once an identity is admitted. If a session is valid, the control plane shifts from proving identity to deciding what that identity can access, which is why post-authentication risk remains even when login controls are strong. In complex environments, the attack surface often moves from the sign-in event to the entitlement layer, where broad roles, nested groups, and inherited permissions can all extend exposure beyond what security teams intended.
Practical implication: treat MFA and SSO as authentication controls and use IGA to constrain what a successful login can reach.
How IGA reduces blast radius after access is granted
Identity Governance and Administration establishes who should have access, for how long, and under what conditions. It applies lifecycle logic to privileges so access can be certified, removed, or narrowed as roles change. Least privilege and RBAC are governance mechanisms as much as access models because they shape the maximum damage a compromised identity can cause. Without them, authentication only delays misuse; with them, authorisation scope limits what an attacker or insider can do once inside.
Practical implication: couple access reviews with role engineering so entitlement scope shrinks before an account is ever abused.
Why nested groups and federated access need explicit oversight
Hybrid identity environments often hide effective privilege inside nested groups, delegated trust, and federated access paths. These indirect grants can make an account look low risk on paper while it retains powerful downstream access in practice. Visibility matters because governance cannot certify what it cannot see. That is especially true when access is inherited across directories, applications, and external identity providers, where revocation can be incomplete or delayed.
Practical implication: inventory indirect access paths and validate that revocation actually removes downstream permissions, not just the top-level account.
NHI Mgmt Group analysis
MFA and SSO are authentication controls, not governance controls. Their value is real, but limited to the login boundary. Once a session is established, the security question becomes authorisation scope, not authentication strength. Practitioners should stop treating sign-in assurance as a proxy for access containment.
Identity governance is the control that determines blast radius. Least privilege, role design, and access certification define how much damage a compromised identity can do after entry. That makes IGA the operational layer that turns authentication into meaningful risk reduction across human and non-human identities.
Nested entitlement paths create invisible privilege expansion. When groups, inheritance, and federation are layered together, access often exceeds what the primary account record suggests. The named concept here is effective access drift: the gap between intended entitlement and the real downstream permissions an identity can exercise. Practitioners need to govern the effective state, not the paperwork state.
Lifecycle governance matters because access rarely stays aligned with role changes. Joiner-mover-leaver processes, recertification, and separation-of-duties reviews are what keep access current after the initial MFA or SSO event. The implication for IAM leaders is straightforward: without ongoing governance, authentication simply protects stale privilege more efficiently.
From our research:
- Only 1.5 out of 10 organisations are highly confident in their ability to secure NHIs, compared to nearly 1 in 4 for securing human identities, according to The State of Non-Human Identity Security.
- From our research: Lack of credential rotation is cited as the top cause of NHI-related attacks by 45% of organisations, according to The State of Non-Human Identity Security.
- For a deeper governance baseline, see Ultimate Guide to NHIs , Lifecycle Processes for Managing NHIs for lifecycle controls across provisioning, rotation, and offboarding.
What this signals
Effective access drift: identity programmes that focus on login assurance but ignore downstream permission inheritance will continue to underestimate blast radius. In hybrid environments, the work is not simply to authenticate better, but to govern what the identity can still reach after authentication, especially where federation and nested groups obscure the real state.
The next maturity jump for IAM teams is to connect access certification, role engineering, and revocation validation into one closed loop. That closes the gap between the account record and the permissions actually active in production, which is where incident containment either succeeds or fails.
For practitioners
- Separate authentication from authorisation governance Map MFA and SSO to the login boundary, then assign IGA ownership for entitlement scope, access duration, and review cadence. Do not let sign-in assurance become the control that is assumed to prevent misuse after access is granted.
- Review effective access, not just assigned roles Inspect nested groups, inherited permissions, and federated access paths to identify what an account can actually do in production systems. Focus reviews on effective access because that is where blast radius is created.
- Use RBAC to limit downstream privilege spread Refine roles so they map to current job functions and remove broad or historical permissions that no longer have a business owner. Pair role engineering with access certification so privileges are reduced before they become exploitable.
- Run access recertification after role changes and mergers Trigger reviews when users move teams, contractors change scope, or federated trust relationships expand. These transitions are where stale access tends to persist, especially in hybrid environments with multiple identity sources.
Key takeaways
- MFA and SSO are necessary entry controls, but they do not govern what an identity can do after access is granted.
- The real risk is effective access, where nested groups, federation, and stale entitlements expand blast radius beyond the visible account record.
- IGA, least privilege, RBAC, and lifecycle review are the controls that convert authentication into contained exposure.
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, NIST SP 800-53 Rev 5, NIST Zero Trust (SP 800-207) and CIS Controls v8 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST CSF 2.0 | PR.AC-4 | Access permissions management is central to the article's IGA and least-privilege argument. |
| NIST SP 800-53 Rev 5 | IA-5 | Authenticator management supports MFA, but the article shows it must be paired with authorisation governance. |
| NIST Zero Trust (SP 800-207) | Zero Trust assumes continuous verification and least privilege after authentication. | |
| CIS Controls v8 | CIS-5 , Account Management | Account lifecycle and access scope are the core governance gap in the article. |
| OWASP Non-Human Identity Top 10 | NHI-03 | The article's access-gaps logic also applies to non-human identities and their lifecycle. |
Treat authenticated access as provisional and continuously limit what the session can reach.
Key terms
- Identity Governance and Administration (IGA): A framework of policies, processes, and technology to manage and govern digital identities and their access rights. Increasingly extended to cover non-human identities alongside human users.
- Least Privilege: A security principle requiring that every identity — human or non-human — is granted only the minimum permissions necessary to perform its function. Least privilege is the single most effective control for reducing NHI blast radius.
- Effective Access: The actual permissions an identity can exercise after inheritance, nested groups, delegation, and object-level controls are evaluated. In Active Directory, effective access is more useful than direct membership because it reveals the true operational reach of a service account.
- Role-Based Access Control: A model that grants permissions by assigning identities to predefined roles. It works well when jobs are stable and access patterns are predictable, but it becomes brittle when exceptions pile up. In practice, role design must stay small enough to audit and broad enough to avoid endless custom variants.
What's in the full article
Clarity Security's full article covers the operational detail this post intentionally leaves for the source:
- 10-minute access review workflow design and the review filters used to narrow entitlement scope
- Native RBAC configuration examples for birthright access and role-based entitlement assignment
- Real-time visibility into nested groups and federated access in complex hybrid environments
- Machine-learning-based risk detection for unusual access patterns and separation-of-duties conflicts
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.
Published by the NHIMG editorial team on August 17, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org