TL;DR: Password sharing is eroding seat-based SaaS revenue, weakening auditability, and creating access-control risk as distributed work makes simple IP-based heuristics unreliable, according to WorkOS. The real governance problem is that shared credentials break the link between identity, entitlement, and billing while false positives can punish legitimate users.
NHIMG editorial — based on content published by WorkOS: The hidden cost of password sharing and how to prevent it
By the numbers:
- 72% of organisations have experienced or suspect they have experienced a breach of non-human identities, 46% confirmed and 26% suspected.
- When AWS credentials are exposed publicly, attackers attempt access within an average of 17 minutes and as quickly as 9 minutes in some cases.
Questions worth separating out
Q: How should security teams detect password sharing without blocking legitimate users?
A: Use correlated identity signals rather than single-rule heuristics.
Q: Why do static password-sharing rules fail in remote-first environments?
A: They treat normal mobility as suspicious.
Q: What do security teams get wrong about account-sharing detection?
A: They often confuse detection with enforcement.
Practitioner guidance
- Correlate identity events before flagging sharing Join SSO, MFA, OAuth, session duration, device, and IP reputation data so one unusual signal does not trigger enforcement by itself.
- Tune thresholds to user mobility patterns Calibrate detection against real travel, VPN, and device-switching behaviour, then review false positives by cohort and geography.
- Preserve reviewable evidence for every decision Store the correlated signals that led to a challenge, alert, or lockout so support and compliance can reconstruct the case.
What's in the full article
WorkOS's full post covers the operational detail this post intentionally leaves for the source:
- How WorkOS Radar correlates SSO, MFA, OAuth, device, and session signals into one decision path
- How adaptive responses can step up verification or route sessions for review instead of locking users out
- How the audit trail is preserved so support and compliance teams can review the same detection case
- How the event-driven model fits into existing identity stacks without relying on rigid IP thresholds
👉 Read WorkOS's analysis of password sharing detection in SaaS accounts →
Password sharing in SaaS: how should IAM teams detect it safely?
Explore further
Shared credentials create identity ambiguity, not just billing leakage. When one login represents several people, the security model loses its basic assumption that an authentication event maps to a single accountable user. That failure affects audit logs, access review quality, and commercial enforcement at the same time. Practitioners need to treat attribution loss as a governance issue, not a billing anomaly.
A few things that frame the scale:
- 72% of organisations have experienced or suspect they have experienced a breach of non-human identities, 46% confirmed and 26% suspected, according to The 2024 ESG Report: Managing Non-Human Identities.
- Enterprises that have experienced a compromised NHI averaged 2.7 separate incidents in the past 12 months, according to the same report.
A question worth separating out:
Q: Who is accountable when shared credentials distort audit logs and usage metrics?
A: Accountability should sit with the identity owner and the programme that governs the credential lifecycle. If a shared account or secret is used by multiple people, the organisation loses a clean chain of responsibility, so ownership, review, and offboarding must be tied to the credential itself.
👉 Read our full editorial: Password sharing exposes seat-based SaaS revenue and access risk