They reduce local credential handling, but they shift trust to tokens, callbacks, and provider configuration. If those controls are misregistered or weakly managed, the application may still issue sessions to the wrong identity context. The risk moves from passwords to federation governance, where small configuration errors can have broad access impact.
Why This Matters for Security Teams
OAuth and openid connect often look safer than passwords because they reduce direct credential handling, but they also concentrate risk in federation settings that many teams treat as plumbing rather than control points. A misregistered redirect URI, a weak consent model, or an overbroad token scope can let an application establish a session for the wrong identity context while still appearing “modern” and passwordless. That is why incidents such as the Salesloft OAuth token breach matter: the token becomes the security boundary, and the boundary is often governed inconsistently across app teams, identity teams, and vendors. NIST’s NIST Cybersecurity Framework 2.0 reinforces that identity assurance and access control are operational disciplines, not one-time setup tasks. In the NHIMG view, the core failure is not “using OAuth” but assuming federation removes the need for continuous identity governance. In practice, many security teams encounter token misuse only after a production callback or tenant trust mistake has already expanded access.How It Works in Practice
OAuth and OIDC shift authentication from local passwords to delegated trust. The application relies on an identity provider to assert who the user is, then uses access tokens, ID tokens, refresh tokens, and callback handling to create a session. Security issues emerge when those components are treated as static configuration instead of security-controlled assets. The Dropbox Sign breach and the Top 10 NHI Issues both illustrate how identity integrations can become an attack path when tokens, secrets, and trust relationships are not tightly governed. Practitioners should focus on the mechanics that actually decide access:- Validate redirect URIs and issuer values exactly, with no wildcard assumptions.
- Limit scopes and claims so tokens only carry what the application truly needs.
- Bind sessions to the expected tenant, audience, and user context.
- Rotate client secrets and refresh tokens, and revoke them on app changes or incidents.
- Monitor consent grants, unusual token use, and newly added enterprise apps.
Common Variations and Edge Cases
Tighter federation controls often increase operational overhead, requiring organisations to balance access friction against reduced identity risk. Current guidance suggests this tradeoff is worth it for high-value applications, but there is no universal standard for every environment. For example, customer-facing SSO, workforce SSO, and partner federation do not carry the same trust assumptions, so the same OIDC settings should not be applied everywhere. Edge cases appear when organisations use long-lived refresh tokens, shared service accounts, or multiple IdPs behind one application. In those environments, the main risk is not a single bad login but stale trust that survives beyond the original business need. That is also why the Ultimate Guide to NHIs — Key Challenges and Risks is relevant here: once tokens, secrets, and app registrations are spread across teams, identity control becomes fragmented. For organisations formalising governance, OWASP NHI Top 10 is useful because it frames these failures as identity-security problems, not just application misconfigurations. The practical takeaway is simple: password reduction is a benefit, but it is not a control strategy. If federation is not reviewed, logged, and bounded, passwordless access can still fail open at the identity layer.Related resources from NHI Mgmt Group
Deepen Your Knowledge
NHIMG Editorial Note
Reviewed and updated by the NHIMG editorial team on June 7, 2026.
NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org
Reviewed and updated by the NHIMG editorial team on June 7, 2026.
NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org