An 8-Minute Video Tutorial
On April 15, 2022, GitHub published a security blog post identifying compromises in third-party integrations by Heroku, a division of Salesforce, and continuous integration provider Travis CI. The breach is still under investigation and specific causes and details aren’t yet available. But similar breaches caused by third-party apps connected to SaaS platforms via OAuth tokens are unfortunately very common.
AppOmni CEO Brendan O’Connor explains the risks businesses and enterprises face from OAuth tokens and third-party SaaS applications in this 8-minute video.
How many third party apps are connected to SaaS platforms?
AppOmni’s research has found that on average, organizations have 42 third-party applications connected to their enterprise SaaS platforms. These consist of large, well-known applications—such as marketing automation or e-signing—as well as apps from small, lesser-known companies. Third-party SaaS apps can be installed by users at will, and each app introduces an entirely new attack surface. More than half of the connected apps in our data set were installed by end users, as opposed to security or IT teams.
How do OAuth Tokens work?
Many third-party applications connect to SaaS platforms via OAuth tokens. Unlike new users logging into a SaaS environment, OAuth tokens don’t need to authenticate via an identity provider after their initial grant. Instead, they are granted access by a user, and that user’s credentials are essentially duplicated and granted to the app via an OAuth token. Once the app has access to the SaaS platform and data via OAuth, it maintains that access indefinitely until access is revoked. If an organization doesn’t actively manage its OAuth tokens, its SaaS ecosystem likely contains many third-party apps that are no longer used, but that still maintain access to sensitive data.
To reduce risk, security teams need to gain continuous visibility into which third-party apps are connected to their SaaS platforms, understand the level of data access each app has, and continuously monitor and manage their SaaS ecosystem to revoke access for unused apps.

OAuth Token: What It Is, How It Works, and Its Vulnerabilities
Learn how OAuth works and the risks of improper OAuth implementation that may introduce attack vectors on your SaaS estate.
Related Resources
-
How to Hack Salesforce, ServiceNow, and Other SaaS Products With Aaron Costello
In this episode of Critical Thinking – Bug Bounty Podcast, Justin and Joseph bring on Aaron Costello from AppOmni to discuss SaaS security and misconfigurations as a bug class. He also gives some in-depth examples from Salesforce, ServiceNow, and Power Pages.
-
‘Wholly inaccurate and very significantly overstated’: TalkTalk confirms data breach probe – but says it’s not as bad as claimed
“Based on various dark web forum postings, it appears the threat actor has gained access to one or multiple CSG Ascendon subscription management platform tenants, some of which provide reports showing stored PINs in plain text – best practice dictates these be encrypted,” said Cory Michal, chief security officer at SaaS security company, AppOmni.
-
Hackers Target Google Cloud—What You Need To Know
Two of the most common causes that AppOmni sees are, Soby said, lazy guidance from vendors when asking customers for administrative access rather than correctly identifying the needed access for any given application and service account or profile reuse across unrelated application integrations with different access requirements. “This inevitably leads to the accounts having the…