Because identity accuracy and relationship accuracy solve different problems. A person can be correctly identified while their app usage, license assignment, or approval status is stale or incomplete. Relationship data often comes from different channels with different trust levels, so teams need distinct precedence rules to decide which source governs each person-to-app connection and when that relationship should be treated as inactive.
Why This Matters for Security Teams
SaaS governance breaks when teams treat a person’s identity as the same thing as their live relationship to an application. Identity answers who the person is; relationship data answers whether they should still have access, a license, an approval path, or delegated authority. Those signals often arrive from HR, IAM, ITSM, and SaaS admin consoles at different times and with different trust levels, so a single rule set creates blind spots.
This distinction matters because stale relationships are usually where risk accumulates. A user may still authenticate cleanly while their app entitlement remains active after role changes, transfers, or termination events. That gap is exactly why NHIMG guidance on lifecycle and audit handling is so important in practice, especially when paired with broader control expectations in the NIST Cybersecurity Framework 2.0 and the Ultimate Guide to NHIs — Regulatory and Audit Perspectives.
NHIMG’s research shows the consequences of weak identity governance are not theoretical: the Top 10 NHI Issues and related breach analysis repeatedly show that access drift and stale permissions become incident enablers long before detection. In practice, many security teams discover bad app relationships only after a license audit, a privileged access review, or a post-incident investigation, rather than through intentional governance.
How It Works in Practice
Effective SaaS governance uses separate decision rules for identity records and user-to-app relationships. The identity layer should decide whether the person is valid, unique, and trustworthy as an account holder. The relationship layer should decide whether that person should currently be connected to a specific application, with what scope, and under what approval source. These are related, but they are not governed the same way.
A practical model usually combines source precedence, freshness rules, and lifecycle triggers:
- Identity records are usually anchored in an authoritative source such as HR or directory services.
- App relationships may be sourced from SaaS admin logs, SSO events, provisioning workflows, ticket approvals, or direct app-side entitlements.
- Precedence rules determine which source wins when systems disagree.
- Time-to-live or inactivity logic determines when a relationship should be treated as stale.
- Revocation logic removes access when employment status, role, or approval context changes.
This is why current guidance suggests treating entitlement state as a separate control plane, not a field inside the identity profile. A clean identity can still carry unsafe app relationships if the relationship is not revalidated against business context. That is especially visible in SaaS apps with delegated admin, OAuth grants, shared workspaces, and long-lived service connections. The 52 NHI Breaches Analysis shows how fast hidden access paths can persist when relationship data is not independently governed, while the Ultimate Guide to NHIs — Lifecycle Processes for Managing NHIs is useful for mapping creation, review, suspension, and removal checkpoints.
Operationally, the strongest programs reconcile app relationships continuously, not just during quarterly certification. That means matching HR events, identity proofs, and SaaS telemetry so stale access is removed as soon as the authoritative condition changes. These controls tend to break down when SaaS teams rely on manual exports and spreadsheet-based access reviews because relationship freshness cannot be proved at scale.
Common Variations and Edge Cases
Tighter relationship controls often increase administration overhead, requiring organisations to balance faster access provisioning against stronger revocation accuracy. That tradeoff becomes more visible in SaaS environments with contractors, mergers, shared mailboxes, and partner-managed applications, where identity trust and entitlement trust do not update on the same schedule.
One common exception is delegated access. A user may remain a valid identity but lose one app relationship while retaining another, so blanket suspension is too coarse. Another edge case is group-based provisioning: the user’s identity may be correct, but the group membership driving app assignment may be stale or inherited from an outdated business rule. Best practice is evolving here, but current guidance suggests evaluating each relationship against its own source of truth rather than assuming the identity record can explain all downstream access.
Teams also need to distinguish between authenticated access and approved business use. A valid login does not prove the user still needs the app, and a valid app grant does not prove the grant was approved under the current control model. This is where the relationship layer should carry evidence such as ticket references, approval timestamps, and expiry dates. For broader governance context, Ultimate Guide to NHIs — What are Non-Human Identities and The 2024 ESG Report: Managing Non-Human Identities help frame how stale access and weak lifecycle controls become recurring governance failures. The model breaks down most often in multi-tenant SaaS estates with overlapping provisioning tools, because no single system has complete visibility into the current relationship state.
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 and CSA MAESTRO address the attack and risk surface, while NIST CSF 2.0, NIST AI RMF and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST CSF 2.0 | PR.AC-4 | Covers access management and entitlement reviews for SaaS relationships. |
| OWASP Non-Human Identity Top 10 | NHI-03 | Addresses stale or improperly managed non-human access relationships. |
| CSA MAESTRO | IAM-01 | Supports distinct identity and relationship governance for cloud app access. |
| NIST AI RMF | Useful where automated decisions create or remove app relationships. | |
| NIST Zero Trust (SP 800-207) | AC-4 | Zero trust requires continuous policy decisions beyond initial identity verification. |
Document human oversight, provenance, and review triggers for automated access decisions.
Related resources from NHI Mgmt Group
- Why is it important to integrate identity and data governance?
- Should organisations prioritise external exposure or internal credential governance first?
- Should organisations separate AI agent monitoring from identity governance?
- When should organisations move a SaaS app from local ownership to central governance?