Join our Newsletter — 33% off our NHI Course

Federation Coverage Gap

The portion of an application estate that cannot be governed through normal SSO or federation controls such as SAML or OIDC. It forces exceptions, reusable credentials, or alternate access paths, which creates inconsistent identity governance across the environment.

Expanded Definition

A federation coverage gap is the part of an application estate that sits outside normal single sign-on or federation governance, so access is not handled through the same SAML or OIDC trust path as the rest of the environment. In practice, that usually means one of three things: the application cannot federate, the integration has not yet been onboarded, or a specific workflow still depends on local accounts, shared credentials, or alternate login paths.

The boundary matters because “covered by federation” is not the same as “securely governed.” Coverage can be partial, and exceptions often accumulate in legacy apps, acquired systems, third-party portals, service consoles, and break-glass access. Federation gaps are therefore an identity governance problem as much as an authentication problem. They create uneven policy enforcement, inconsistent offboarding, and weaker visibility into who can still reach what.

For organisations formalising non-human access governance, the same pattern often shows up in machine-facing systems too. The OWASP Non-Human Identity Top 10 is useful here because it frames how exceptions, long-lived credentials, and fragmented control paths turn coverage gaps into governance risk.

Examples and Use Cases

Federation coverage gaps usually appear where the estate is heterogeneous and identity controls were added over time rather than designed end to end.

  • A legacy SaaS application still authenticates with a local username and password because it never supported federation.
  • An acquired business unit keeps its own identity store while the parent organisation uses a central IdP, leaving duplicate access paths.
  • A vendor support portal allows SSO for employees but still requires separate accounts for contractors or emergency access.
  • A service admin console is reachable only through a reusable credential because its API or tooling cannot yet accept federated tokens.
  • An application supports OIDC for interactive users, but background jobs and automation still rely on static secrets, creating a split governance model.

The tradeoff is operational. Covering every application immediately may be unrealistic, especially when a platform is old, vendor-managed, or business-critical. But every uncovered path becomes a separate policy surface, which means different lifecycle rules, different review cadence, and different revocation mechanics.

Security Implications

The core risk is inconsistency. When federation does not cover an application, organisations often fall back to local accounts, shared credentials, or one-off exceptions, and those paths tend to outlive the original justification. That weakens joiner-mover-leaver processes, complicates access reviews, and makes it harder to prove that access has been removed everywhere it should be removed.

Coverage gaps also create visibility blind spots. Central identity logs may show the federation layer, but not the local credential store, alternate login route, or shadow account used for exception handling. That can leave security teams with a partial view of authentication activity and a delayed view of compromise. NHIMG research on non-human access shows how fragile this becomes when credentials are left in vulnerable locations, with only 5.7% of organisations having full visibility into their service accounts.

Failure mechanism: the access model fragments, revocation no longer follows one control path, and exceptions become permanent. Once that happens, the environment inherits multiple authentication standards, multiple ownership models, and multiple failure modes.

Security, Operational and Governance Implications

Federation coverage gaps matter because they turn identity governance into a patchwork. Security teams can enforce strong controls on the federated majority while leaving weaker controls around the edges, and attackers and insiders naturally gravitate toward the edge cases that are least monitored and least standardized.

Failure mechanism: every uncovered application becomes its own exception domain, often with separate passwords, separate approval chains, and separate offboarding steps. That increases the chance of stale access, misconfigured trust, and orphaned accounts, especially after mergers, vendor changes, or application modernisation projects.

Impact: organisations lose consistent enforcement of access policy, increase the likelihood of standing access, and make audits harder because the authoritative source of truth is no longer complete. The practical result is weaker assurance that federation has actually reduced risk across the estate rather than only in the systems that were easiest to integrate.

Standards & Framework Alignment

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

NIST CSF 2.0, 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.AA — Identity Management, Authentication, and Access Control Federation coverage gaps weaken enterprise identity governance and access control consistency.
Recommendation — Map all non-federated access paths and enforce consistent authentication and authorization rules.
NIST Zero Trust (SP 800-207) SC-4 — Access Enforcement Uncovered apps bypass the normal trust enforcement path and create alternate access channels.
Recommendation — Apply explicit access enforcement to exception paths and verify every app's trust boundary.
CIS Controls v8 6 — Access Control Management Coverage gaps create unmanaged accounts, exceptions, and weak revocation paths across the estate.
Recommendation — Inventory exception accounts and remove local access paths that duplicate federated control.

Practitioner Guidance

Why practitioners should care: treat federation coverage as a measurable control boundary, not a binary success condition. A “mostly federated” environment can still have material governance exposure if the remaining exceptions are high-value systems or privileged pathways.

Common misunderstanding: teams often assume that implementing SSO for the major business apps solves the identity problem. In reality, the residual applications, portals, and automation paths frequently carry the hardest-to-manage access and the weakest revocation discipline.

Practitioner takeaway: the most useful operational question is not whether federation exists, but which applications, roles, and workflows still sit outside it and why.