Subscribe to the Non-Human & AI Identity Journal

Why do identity governance projects stall even after the platform is selected?

Projects stall when the organisation discovers that connectors, application-specific logic, and reviewer workflows require more effort than the initial plan assumed. The platform may exist, but the control still fails if integrations are incomplete or reviewers cannot complete campaigns quickly and accurately.

Why Identity Governance Projects Stall After Platform Selection

Platform choice is only the first milestone. The hard part is operational: mapping every service account, API key, bot, and workload identity to an owner, a business purpose, and an access model that reviewers can actually judge. NHIs often outnumber human identities by 25x to 50x, so scope expands faster than most project plans anticipate, and hidden entitlement sprawl appears late. NHI Mgmt Group notes in the Ultimate Guide to NHIs that only 5.7% of organisations have full visibility into their service accounts, which explains why inventory, not software, becomes the bottleneck.

Teams also underestimate how much integration work sits outside the identity platform itself. Review cycles fail when application-specific rules, approval paths, and exception handling are still manual. Current guidance from NIST Cybersecurity Framework 2.0 emphasises governance and continuous improvement, but a tool cannot supply those operating processes for you. In practice, many identity programmes discover this only after the first review campaign has already stalled and business owners start bypassing the process.

How It Works in Practice

Successful identity governance projects treat the platform as an enforcement layer, not the operating model. The work starts with entity classification: which identities are human, which are NHI, which are agents, and which require JIT credentials, short-lived secrets, or workload identity rather than static credentials. Then the team defines who owns each identity, what it may do, and what evidence reviewers need to approve or revoke it. That is where RBAC alone often falls short, because broad roles do not reflect the intent or context behind a machine action.

Practitioners usually need three controls working together:

  • Clean inventory and ownership data so every identity has a steward and a purpose.
  • Application-aware workflows so reviewers can approve service accounts, tokens, and API keys without guessing.
  • Automation for expiry, rotation, and revocation so campaigns do not depend on manual follow-up.

NHI governance also benefits from tying review scope to risk. The Top 10 NHI Issues highlights how excessive privileges and poor secret handling drive most operational pain, and the same pattern is visible in breach analysis. For example, the 52 NHI Breaches Analysis shows how missed ownership and weak rotation become incident accelerants. A pragmatic programme uses those lessons to prioritise the identities most likely to be over-privileged, stale, or exposed. These controls tend to break down when legacy applications hard-code credentials or when no system-of-record exists for who truly owns the workload.

Common Variations and Edge Cases

Tighter governance often increases coordination overhead, so organisations must balance review depth against developer and operations throughput. That tradeoff is especially sharp in cloud-native and agentic environments, where a single workflow may involve ephemeral workloads, chained API calls, and tool access that changes by request. Best practice is evolving, and there is no universal standard for this yet, but current guidance suggests using real-time policy checks, short TTLs, and explicit intent-based authorisation rather than static approvals that age quickly.

One common edge case is emergency access. If the process cannot support JIT access or fast revocation, teams end up creating exceptions that outlive the incident. Another is third-party and vendor-owned identities, where the business owner may not control rotation even though the risk sits inside the enterprise. The NHI perspective from Ultimate Guide to NHIs is useful here because lifecycle control has to include onboarding, rotation, and offboarding, not just periodic review. For regulatory alignment, NIST Cybersecurity Framework 2.0 remains a solid baseline for governance and continuous monitoring. The practical lesson is simple: when the platform is selected before ownership, data quality, and workflow design are settled, the project looks complete on paper but stalls in production.

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-01 Identity inventory and ownership gaps are the main reason governance stalls.
NIST CSF 2.0 PR.AC-4 Least-privilege review and entitlement governance sit at the centre of this problem.
NIST AI RMF Autonomous and agentic workloads need governance beyond static role assignment.

Build a complete NHI inventory with owners, purpose, and expiry before launching review campaigns.