Delegated OAuth access is a permission model where an application acts on behalf of a user or workspace after consent is granted. In NHI terms, the app becomes a non-human identity with real reach, so scope, revocation, and monitoring matter as much as the original account credentials.
Expanded Definition
Delegated OAuth access is the pattern that lets a third-party application call APIs with a user or workspace’s consent, usually through OAuth grants and scoped tokens. In NHI security, that delegated app must be treated as a non-human identity with its own lifecycle, permissions, and monitoring obligations. The distinction matters because the app is not merely “using a login”; it is operating with real authority that can persist after the user forgets about it. The industry still varies in how it describes delegated access, app consent, and service delegation, but the security rule is consistent: the token, scope, and revocation path define the blast radius. For a deeper NHI baseline, see Ultimate Guide to NHIs and the OWASP Non-Human Identity Top 10. The most common misapplication is treating delegated OAuth access as a one-time app install, which occurs when consent is granted without an owner, expiry, or revocation workflow.
Examples and Use Cases
Implementing delegated OAuth access rigorously often introduces administrative overhead, requiring organisations to weigh user convenience against token governance, consent review, and incident response readiness.
- A sales productivity app reads mailbox content to draft replies after a user approves calendar and email scopes, but the tenant still needs a clear owner and revocation record.
- A support platform accesses a shared workspace to create tickets automatically, which is useful until the integration becomes over-privileged and begins exposing data outside the intended workflow.
- A finance automation tool posts transactions on behalf of a department, but its access should be time-bound and reviewed like any other NHI because consent does not equal perpetual trust.
- In the Salesloft OAuth token breach, OAuth tokens became the path to broader access, showing how delegated authority can be abused when visibility is weak.
- The controls around delegated consent often mirror broader identity guidance in the OWASP Non-Human Identity Top 10, especially where token scope and lifecycle are not continuously verified.
In practice, organisations also use delegated OAuth access for eDiscovery, backup orchestration, and cross-tenant admin workflows, but each use case should be mapped to a named business owner and a defined termination condition. For context on how these patterns fit into broader NHI exposure, review 52 NHI Breaches Analysis.
Why It Matters in NHI Security
Delegated OAuth access becomes a security issue when organisations assume user consent equals safe automation. That assumption breaks down because delegated tokens can outlive the user action that created them, may inherit excessive scopes, and often bypass normal PAM or RBAC review paths. NHIMG research shows that 85% of organisations lack full visibility into third-party vendors connected via OAuth apps, which means many delegated grants are effectively invisible until abuse, drift, or breach forces attention. This is why delegated access must be governed as an NHI lifecycle problem, not just an app onboarding step. Monitoring, scope minimisation, and rapid revocation are essential, especially where agents and integrations are able to act continuously. The broader NHI posture guidance in Ultimate Guide to NHIs — Key Challenges and Risks reinforces that visibility gaps turn routine integrations into hidden attack paths. Organisationally, the issue usually becomes undeniable only after a suspicious vendor action, token misuse, or data exposure, at which point delegated OAuth access becomes operationally unavoidable to unwind.
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 Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Non-Human Identity Top 10 | NHI-03 | Covers OAuth app consent, token scope, and lifecycle risks for non-human identities. |
| NIST CSF 2.0 | PR.AA-05 | Access permissions and identity lifecycle controls apply directly to delegated OAuth grants. |
| NIST Zero Trust (SP 800-207) | AC-4 | Zero Trust requires continuous verification of app-to-resource access paths and token use. |
Treat each delegated token as a verified session and continuously validate its access context.
Related resources from NHI Mgmt Group
Deepen Your Knowledge
Reviewed and updated by the NHIMG editorial team on May 30, 2026.
NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org