SiteShadow
Back to vulnerability library
Detected byPro-tier static analysisPro

SSO1 SSO Not Enforced

What this means

SiteShadow flagged cases where SSO is configured but not actually *required* (for example: users can still log in with passwords, local accounts remain active, or certain flows bypass SSO).

Why it matters

Safer examples

1) Require SSO for certain domains/orgs

2) Block local-password fallback after SSO enablement

If SSO is enabled for an org, do not allow "forgot password" to reintroduce local auth.

3) Enforce strong auth on sensitive flows

Admin dashboards, billing, role changes, and API key creation should require the strongest auth path.

How SiteShadow detects it (high level)

References

---

← Back to Vulnerability Library

Catch this with SiteShadow Pro.

This vulnerability class is detected by SiteShadow's Pro-tier engines, two-pass interprocedural taint analysis, heuristic flow checks, AI-context scanning, and cross-file detection. The free tier catches OWASP Top 10 single-file patterns; Pro adds the data-flow depth that finds this class of bug.