Is WorkOS Down? How to Check WorkOS SSO & Auth API Status in 2026
Complete guide to verifying WorkOS outages, understanding why enterprise SSO and Directory Sync fail, and keeping customer login working when the auth layer goes quiet.
📡 Monitor your APIs — know when they go down before your users do
Better Stack checks uptime every 30 seconds with instant Slack, email & SMS alerts. Free tier available.
Affiliate link — we may earn a commission at no extra cost to you
WorkOS has become the default choice for B2B SaaS teams shipping enterprise-ready SSO, SCIM directory sync, and audit logs without building an in-house identity layer. Because WorkOS sits between your application and each customer's own identity provider, an outage can originate in three different places — your app, WorkOS itself, or the customer's IdP — which makes diagnosing "WorkOS is down" reports trickier than a typical API outage.
Whether you're seeing failed SAML assertions, stalled SCIM syncs, or 5xx errors from api.workos.com, this guide answers the key question: is WorkOS down for everyone, or is the problem upstream at a specific customer's identity provider?
How to Check if WorkOS is Down (Fastest Methods)
1. Check the Official WorkOS Status Page
WorkOS maintains a live status page at status.workos.com. It shows real-time uptime for the core API, SSO, Directory Sync, and the Admin Portal, with incident history for the past several months.
2. Test the WorkOS API Directly
A quick API test isolates whether the issue is on WorkOS's end or your integration:
curl https://api.workos.com/sso/connections \
-H "Authorization: Bearer $WORKOS_API_KEY" \
-o /dev/null -w "%{http_code}"A 200 response means the WorkOS API is up. A 401 means your API key is invalid. A 5xx or connection timeout means WorkOS itself is experiencing an outage.
3. Rule Out the Customer's Identity Provider
A large share of "WorkOS down" reports are actually the customer's own IdP — Okta, Azure AD, or Google Workspace — having an outage. Since WorkOS brokers the SAML or OIDC handshake rather than owning identity itself, check the relevant IdP's status page before assuming a WorkOS-side failure.
4. Review Admin Portal Connection Logs
Log in to the WorkOS dashboard and inspect the connection logs for the affected organization. Failed SAML assertions, expired certificates, or SCIM provisioning errors usually show up here as organization-specific issues rather than a platform-wide incident.
Monitor Your Enterprise Auth Layer
Don't let a WorkOS outage lock enterprise customers out of your app. Get instant alerts and uptime history with Better Stack.
Try Better Stack Free →Why Does WorkOS Go Down?
WorkOS's role as an identity broker creates failure modes that differ from a typical single-tenant API:
- Upstream Identity Provider Outages: Since WorkOS relays authentication to each customer's IdP, an Okta, Azure AD, or Google Workspace incident directly breaks SSO for any customer using that provider — even though WorkOS's own infrastructure is healthy.
- SCIM Directory Sync Provider Issues: Directory Sync depends on the customer's HR or identity system exposing a working SCIM endpoint. Misconfiguration or downtime on that side can look like a WorkOS sync failure.
- Webhook Delivery Backlogs: WorkOS delivers directory and connection events via webhooks. A backlog in event delivery can delay user provisioning updates without affecting live SSO logins.
- Certificate Expiry: SAML connections rely on signing certificates that periodically expire. An expired cert on either side produces authentication failures that are frequently mistaken for a platform outage.
- Underlying Cloud Provider Issues: Like any hosted service, WorkOS runs on cloud infrastructure that can experience regional incidents affecting API latency or availability.
WorkOS Troubleshooting Checklist
Step 1: Identify the Error Type
- HTTP 401 — API key invalid or revoked. Regenerate in your WorkOS dashboard.
- HTTP 404 on connection — SSO connection not found or not yet activated for the organization.
- SAML assertion failure — Usually a certificate mismatch or expired signing cert on the IdP side.
- HTTP 5xx / timeout — Platform-level outage. Check status.workos.com.
- SCIM sync stalled — Check the customer's directory provider status and webhook delivery logs.
Step 2: Isolate the Affected Organization
Confirm whether the failure affects a single customer organization or every SSO connection. A single-organization failure almost always points to that customer's IdP configuration rather than a WorkOS outage.
Step 3: Provide a Manual Login Fallback
For customer-facing apps, keep a non-SSO login path (email/password or magic link) available for admins so a support team member can still access the account during an SSO outage.
Step 4: Set Up Proactive Monitoring
Configure automated checks against your own SSO login flow, not just the WorkOS API root, so you catch connection-specific failures before customers report them.
Best WorkOS Alternatives When It's Down
Auth0
Mature enterprise SSO and directory sync with broad IdP support. Check Auth0 status.
Clerk
Developer-friendly auth with growing B2B SSO support. Check Clerk status.
Ory
Open-source identity infrastructure, self-hostable if you need full control over uptime.
Frontegg
Built-in admin UI for self-service SSO setup, aimed at B2B SaaS teams similar to WorkOS.
Conclusion: Enterprise Login Shouldn't Have a Single Point of Failure
WorkOS makes enterprise SSO dramatically easier to ship, but it also introduces a dependency chain across your app, WorkOS, and every customer's IdP. Teams that keep a manual login fallback and monitor their actual SSO flow — not just the API root — recover fastest when any link in that chain breaks.
Get WorkOS Outage Alerts Instantly
Monitor WorkOS and your entire auth stack. Get instant Slack or email alerts the moment enterprise login fails.
Start Your Free Trial →Alert Pro
14-day free trialStop checking — get alerted instantly
Next time WorkOS goes down, you'll know in under 60 seconds — not when your users start complaining.
- Email alerts for WorkOS + 9 more APIs
- $0 due today for trial
- Cancel anytime — $9/mo after trial
🛠 Tools We Use & Recommend
Tested across our own infrastructure monitoring 200+ APIs daily
Uptime Monitoring & Incident Management
Used by 100,000+ websites
Monitors your APIs every 30 seconds. Instant alerts via Slack, email, SMS, and phone calls when something goes down.
“We use Better Stack to monitor every API on this site. It caught 23 outages last month before users reported them.”
Secrets Management & Developer Security
Trusted by 150,000+ businesses
Manage API keys, database passwords, and service tokens with CLI integration and automatic rotation.
“After covering dozens of outages caused by leaked credentials, we recommend every team use a secrets manager.”
SEO & Site Performance Monitoring
Used by 10M+ marketers
Track your site health, uptime, search rankings, and competitor movements from one dashboard.
“We use SEMrush to track how our API status pages rank and catch site health issues early.”