Start with the operating model, not the feature list. Ask how identity data is discovered, how entitlements are normalised, how long implementation takes, and what portion of the programme depends on external services. If the answer requires heavy consulting to work at all, the governance model is not self-sustaining.
Why This Matters for Security Teams
IGA tools are often purchased as if they were workflow products, but in practice they become the control plane for who can access what, when, and under which approval path. That makes the buying decision security-critical: if discovery is weak, entitlement mapping is brittle, or onboarding depends on consultants, the programme can look mature while remaining operationally fragile. NHI Management Group’s Ultimate Guide to NHIs notes that only 5.7% of organisations have full visibility into their service accounts, which is a good proxy for the data-quality problem IGA must solve.
Security teams should evaluate whether the platform can sustain governance after initial rollout, not just whether it can generate access reviews. That means testing discovery coverage, entitlement normalisation, role modelling, and exception handling against real systems, not demo data. The NIST Cybersecurity Framework 2.0 is useful here because it frames identity governance as an ongoing risk function, not a one-time implementation milestone. In practice, many security teams discover the tool’s real limits only after the first access review cycle has already failed or stalled.
How It Works in Practice
A defensible IGA evaluation starts by mapping the operating model across identity sources, target systems, and approvers. Ask how the tool discovers human and non-human identities, how it ingests directory data, cloud entitlements, SaaS permissions, and application-level roles, and whether it can keep that data synchronised without custom scripts. Current guidance suggests the most important test is not “can it connect?” but “can it normalise identity and entitlement data into something reviewers can trust?”
Look for four capabilities that matter in production:
- Discovery that reaches beyond a single directory into cloud, SaaS, on-prem, and API-connected systems.
- Entitlement normalisation that maps raw permissions into reviewable business roles or application functions.
- Policy and approval workflows that support exceptions, delegated review, and timely recertification.
- Reporting that shows what changed, who approved it, and what remains unresolved.
For non-human identity use cases, the bar is even higher. The platform should be able to represent service accounts, API keys, and other secrets as governed identities with owners, purpose, lifecycle state, and revocation triggers. That is why the State of Non-Human Identity Security matters during selection: if the organisation cannot see third-party OAuth exposure or ownership clearly, an IGA tool that only handles human joiner-mover-leaver workflows will not close the gap. Evaluate whether the vendor supports automation for access certifications, deprovisioning, and evidence collection without requiring a services team to write every rule by hand.
Implementation time is also a signal. Mature products should let teams prove value with a narrow pilot, then expand by connector and policy pattern. If the design depends on heavy consulting just to define roles, reconcile duplicates, or keep reviews from failing, the tool is likely exporting complexity rather than reducing it. These controls tend to break down in hybrid estates with many custom applications because entitlement metadata is incomplete, inconsistent, or owned by different teams.
Common Variations and Edge Cases
Tighter governance often increases implementation and maintenance overhead, so security teams need to balance depth of control against operational simplicity. That tradeoff shows up most clearly in environments with mergers, multiple directories, or highly customised enterprise applications.
Best practice is evolving, but current guidance suggests separating “must-have” governance functions from nice-to-have workflow features. For example, if an IGA tool cannot support service-account ownership, exception expiry, or periodic revalidation of privileged access, it may still work for basic joiner-mover-leaver use cases but will not support broader NHI governance. Similarly, a strong access review UI is not enough if the connector model cannot survive schema drift or if every entitlement change requires vendor intervention.
Security teams should also test for the failure mode where the platform creates false confidence. A tool can produce clean reports while leaving unowned accounts, stale entitlements, and unreviewed privileged access untouched. That is why evaluation should include a live proof-of-value against messy real data, not a sandboxed demo. If the vendor cannot show how it handles incomplete identity records, mixed approval chains, and recurring certification exceptions without manual cleanup, the product is not ready for a self-sustaining governance programme.
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-63, NIST Zero Trust (SP 800-207) 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 | IGA must discover and govern non-human identities, not only human users. |
| NIST CSF 2.0 | PR.AC-1 | Identity governance is a core access control function tied to authorization decisions. |
| NIST SP 800-63 | IAL2 | IGA depends on trustworthy identity proofing and authoritative identity data. |
| NIST Zero Trust (SP 800-207) | AC-3 | IGA should support continuous, policy-based authorization inside a Zero Trust model. |
| NIST AI RMF | AI-assisted governance needs accountability, transparency, and human oversight. |
Use AI RMF governance to validate that automated recommendations remain explainable and reviewable.