First-party integrations are built, maintained, and supported by the platform vendor. Certified integrations are built by partners and validated against the vendor’s criteria, which gives customers more confidence in reliability and support expectations. Third-party integrations are supplied by partners without official validation, so teams should assess them more carefully before relying on them in production.
Why This Matters for Security Teams
Integration labels shape trust decisions. When a platform calls something first-party, certified, or third-party, security teams often translate that label into assumptions about support, patching, and review depth. That shortcut matters because integrations frequently become identity-bearing software paths, carrying secrets, OAuth grants, and automation privileges. As NHI Mgmt Group notes in the Ultimate Guide to NHIs — What are Non-Human Identities, 85% of organisations lack full visibility into third-party vendors connected via OAuth apps, which is exactly where integration risk becomes operational risk.
The security distinction is not only about who built the connector. It is also about who can revoke it, rotate its credentials, validate its scopes, and respond when it misbehaves. That is why integration classification should feed procurement, access review, logging, and incident response. The OWASP Non-Human Identity Top 10 treats over-privilege and weak lifecycle control as core failure modes, regardless of vendor branding. In practice, many security teams encounter integration abuse only after an OAuth grant, API key, or service account has already been used to move data or reach production systems.
How It Works in Practice
First-party integrations usually inherit the strongest support expectations because the platform vendor owns the code path, documentation, and break/fix workflow. That does not make them automatically safe, but it does mean the vendor can often patch, monitor, and deprecate them with the least ambiguity. Certified integrations sit in the middle: a partner builds the integration, but the vendor validates it against a defined compatibility or security bar. That validation is useful, yet current guidance suggests teams should treat “certified” as a confidence signal, not a guarantee of least privilege or safe runtime behaviour.
Third-party integrations are the broadest category. They can be useful, fast to deploy, and deeply functional, but they also create the largest variance in code quality, secret handling, logging, and support. For security teams, the practical questions are the same across all three types:
- What identity does the integration use, and where are its credentials stored?
- Which scopes or permissions does it request, and are they actually necessary?
- Who can rotate or revoke access without waiting on a vendor ticket?
- Is the integration monitored for unusual data access, token reuse, or lateral movement?
These answers should be tied to the control plane, not just the marketplace label. The State of Non-Human Identity Security shows that lack of credential rotation is a leading cause of NHI-related attacks, which is especially relevant for partner-built connectors that persist long after deployment. Where integration programs mature, teams pair vendor classification with policy-as-code, secrets governance, and periodic access recertification. These controls tend to break down when integrations are granted broad OAuth scopes in production because later revocation is operationally disruptive.
Common Variations and Edge Cases
Tighter integration governance often increases approval overhead, requiring organisations to balance speed of adoption against the cost of review. That tradeoff becomes sharper when business teams want to install a connector quickly, but the integration can read mailboxes, write tickets, or trigger automation across multiple systems. There is no universal standard for what “certified” must include, so the label should be checked against the vendor’s actual criteria rather than assumed to imply code audit, penetration testing, or data minimisation.
Some integrations are first-party in name but functionally depend on third-party modules, marketplace apps, or federated APIs. Others are third-party but operate through a tightly controlled proxy or broker, which may reduce risk if the broker enforces scope limits and short-lived tokens. Multi-tenant SaaS environments also complicate the picture: an integration may be safe in a test tenant but far more dangerous in production if it can access customer data, secrets, or CI/CD pipelines. NHIMG research on the Klue OAuth Supply Chain Breach and the Vercel Context.ai OAuth Supply Chain Breach shows why supply chain trust cannot stop at marketplace approval.
For security programs, the safest baseline is to classify integrations by trust level, then verify permissions, token lifetime, logging, and offboarding steps independently of vendor category. That approach is still evolving, but it is more defensible than assuming certification equals continuous safety.
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 |
|---|---|---|
| OWASP Non-Human Identity Top 10 | NHI-03 | Integration access depends on rotation and lifecycle control of non-human credentials. |
| NIST CSF 2.0 | PR.AC-4 | Integration trust should map to least-privilege access and approval boundaries. |
| NIST AI RMF | Classification of integrations is a governance decision that affects AI and automation risk. | |
| CSA MAESTRO | Certified and third-party integrations fit MAESTRO's supply-chain and trust considerations. | |
| NIST Zero Trust (SP 800-207) | AC-4 | Integration trust should be enforced by policy at request time, not labels alone. |
Document integration ownership, review criteria, and escalation paths under AI governance.
Related resources from NHI Mgmt Group
- What is the difference between third-party risk management and NHI governance?
- How should security teams govern third-party OAuth access for SaaS integrations?
- What do security teams get wrong about secrets in third-party code and integrations?
- How should security teams govern third-party integrations in audit and response tools?