Subscribe to the Non-Human & AI Identity Journal

Who is accountable for SaaS security when third-party apps are involved?

Accountability usually sits with the enterprise that approved the app and its access, even if a vendor hosts the service. Security, IAM, and application owners need shared ownership for discovery, review, and revocation, because outsourced control does not remove governance responsibility.

Why This Matters for Security Teams

Third-party SaaS apps complicate accountability because the vendor runs the platform, but the enterprise still decides which app may connect, what data it can reach, and when access must be removed. That means security ownership does not disappear when control is outsourced. The practical risk is not just misconfigured SaaS, but unchecked OAuth grants, stale API keys, and app sprawl that bypasses normal review.

This is why NHI governance is directly relevant: non-human access often persists long after the original business need has changed. NHIMG research shows 85% of organisations lack full visibility into third-party vendors connected via OAuth apps, which makes approval, monitoring, and revocation hard to execute consistently. The pattern shows up in incidents such as the Salesloft OAuth token breach, where token trust, not just user trust, became the attack path. The OWASP Non-Human Identity Top 10 frames this as a governance problem, not a vendor-only problem.

In practice, many security teams encounter third-party SaaS exposure only after a token, app, or integration has already been over-permissioned for months.

How It Works in Practice

Accountability for SaaS security works best when it is assigned across three layers: business ownership, technical control ownership, and vendor assurance. The business owner approves the use case and accepts the risk. Security and IAM teams define the access model, review scopes, and enforce revocation. Application owners validate whether the integration is still needed and whether the data path is appropriate. Vendor hosting does not change those duties; it only changes where the control plane lives.

For third-party apps, the most important security question is not “is the SaaS secure?” but “what identity is the app using, what can it reach, and how is that access being governed?” Current best practice is to treat OAuth grants, service accounts, and API keys as non-human identities that require inventory, ownership, expiry, and periodic reapproval. This is consistent with the Ultimate Guide to NHIs, which highlights how quickly unmanaged credentials and third-party exposure become systemic. Teams should pair that with standards-based guidance from the OWASP Non-Human Identity Top 10 and with vendor risk workflows that verify:

  • who approved the integration and when that approval expires
  • which scopes, datasets, and APIs the app can access
  • whether the token or key is human-owned, app-owned, or service-owned
  • how revocation happens when the app is no longer needed
  • what logs prove the app’s actions after approval

Where this guidance breaks down is in large SaaS estates with shadow IT and user-installed marketplace apps, because no single team can reliably see every grant or every downstream data path.

Common Variations and Edge Cases

Tighter SaaS governance often increases operational overhead, so organisations have to balance control against the speed of business adoption. That tradeoff is especially visible when departments buy apps directly, when vendors sub-process data through nested integrations, or when a single OAuth grant powers multiple tools. There is no universal standard for this yet, but current guidance suggests assigning one accountable owner per integration and one independent reviewer for sensitive scopes.

Edge cases matter. Some SaaS tools are low-risk productivity apps with limited read-only access, while others can write data, trigger workflows, or export customer records. The State of Non-Human Identity Security shows how common third-party visibility gaps are, which means organisations should not assume that a vendor’s compliance posture equals customer-side control. A breach like the BeyondTrust API key breach is a reminder that a trusted integration can become an enterprise exposure point if credentials and scopes are not tightly governed.

Best practice is evolving toward shared ownership with automated discovery, just-in-time approval, and scheduled revocation, but that model still depends on clear internal accountability. If no one owns the lifecycle of the app grant, then everyone inherits the risk after the fact.

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 Third-party SaaS apps create unmanaged non-human identities and excess access.
NIST CSF 2.0 PR.AA-01 Identity governance applies to app grants, tokens, and third-party access paths.
NIST AI RMF Governance and accountability are central when automated tools act on enterprise data.

Inventory every SaaS integration, map its identity, and enforce scoped, approved access.