Subscribe to the Non-Human & AI Identity Journal

When does access certification fail as a control?

Access certification fails when reviewers cannot distinguish genuine business need from inherited or stale access, or when the process is so large that people approve by habit. In that state, the review produces evidence for an audit but not assurance for the business. A certification programme must lead to revocation decisions, or it is incomplete.

Why This Matters for Security Teams

access certification is supposed to validate that privileges still match current business need, but that only works when reviewers can see what the access actually does, who depends on it, and whether the entitlement is still in active use. When entitlement sprawl, inherited group membership, service accounts, and application-to-application trust are mixed into the same review, certification becomes a clerical exercise instead of a control. That gap is especially dangerous for non-human identities, where access often persists far longer than the human owner expects. NHI Management Group’s Ultimate Guide to NHIs frames this as a core governance problem, not just a review cadence issue.

Industry guidance also makes clear that review quality depends on context, not volume. The OWASP Non-Human Identity Top 10 highlights how unmanaged machine credentials and weak lifecycle control become persistent attack paths long before a periodic review catches them. In practice, many security teams encounter certification failure only after an incident or audit finding has already exposed that the review process approved access nobody could confidently explain.

How It Works in Practice

Access certification fails when it is disconnected from authoritative data and revocation enforcement. A meaningful review needs more than a username, group, or role label. It needs usage evidence, asset ownership, last-used timestamps, business justification, and a clear path to removal when the reviewer cannot defend the entitlement. For NHIs, the problem is sharper because a service account, API key, or workload credential may be embedded in automation, deployment pipelines, or application code. The review may look complete while the actual access remains untouched.

Practitioners reduce failure by treating certification as a decision workflow, not a reporting cycle. That usually means:

  • Pulling entitlements from the system of record, not spreadsheets or manual exports.
  • Separating human access from NHI access so reviewers can assess them differently.
  • Showing last activity, ownership, and dependency data alongside the entitlement.
  • Requiring explicit revoke, justify, or reassign outcomes for every item.
  • Automating post-review remediation so approved revocations actually happen.

This is where guidance from the 52 NHI Breaches Analysis becomes practical: stale credentials and forgotten machine access tend to persist because no one owns the full lifecycle. The control also aligns with modern identity practice in the OWASP Non-Human Identity Top 10, which treats unmanaged NHI privilege as a systemic exposure. These controls tend to break down when review data is incomplete and revocations are not technically enforced, because approvers cannot verify whether access is truly needed or merely inherited.

Common Variations and Edge Cases

Tighter certification often increases operational overhead, requiring organisations to balance review depth against reviewer fatigue and remediation capacity. Current guidance suggests the highest-risk access should be reviewed most frequently, while low-risk or well-instrumented entitlements can be sampled or event-driven, but there is no universal standard for this yet. The key is to avoid one-size-fits-all certification that treats every entitlement as equally meaningful.

Edge cases appear quickly. Shared admin accounts create ambiguity because no single person can attest to actual usage. Machine identities may be invisible to business reviewers, even though they control production systems. In agentic or automated environments, access can be valid for one workflow and dangerous for the next, so static attestation is weak unless paired with runtime controls and short-lived credentials. NHI Management Group’s Ultimate Guide to NHIs — Key Challenges and Risks captures that lifecycle problem well, and the DeepSeek breach reinforces how quickly exposed credentials and overly broad access can turn into real exposure. Certification fails as a control whenever it produces sign-off without a corresponding, enforceable reduction in standing access.

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
OWASP Non-Human Identity Top 10 NHI-03 Stale machine access and weak lifecycle review are directly in scope.
NIST CSF 2.0 PR.AC-4 Least-privilege access reviews depend on timely entitlement validation.
NIST AI RMF AI governance requires accountability for access decisions and revocation.

Use certification to verify access necessity and remove entitlements that no longer match job or workload needs.