All errors
OAUTH-503Identity

OAuth Provider 503 — Authentication Unavailable

The external or internal OAuth 2.0 / OIDC provider returns 503 Service Unavailable, preventing all token issuance and causing every authenticated endpoint to reject users.

Root Cause & Remediation

Upstream identity provider outage (e.g. Auth0, Okta, Azure AD, or a self-hosted Keycloak instance), database backend failure behind the IdP, or a deployment regression in the token-exchange service. Aggressive rate limiting can also trigger 503 responses during traffic spikes.

Remediation steps

  1. 1Check the identity provider's status page and active incident feed.
  2. 2Activate emergency access (break-glass accounts) for internal operations.
  3. 3If self-hosted: restart the IdP pod/service and inspect database connectivity.
  4. 4Implement token caching with a short grace period to reduce dependency on live token validation.
  5. 5Consider falling back to a secondary IdP or IP-allowlisted internal bypass for critical admin functions.

DORA Risk Matrix

Typical classification
MAJOR INCIDENT
Likelihood
Medium
Blast radius
Every service behind the identity provider is affected — typically the entire platform.
CIF impact
All authenticated user journeys, including payments and account management, are blocked.
Analyst notes
Authentication is almost universally a critical function. A full IdP outage hitting > 10% of clients within minutes is the norm, triggering MAJOR classification under Art. 9(1) alone.

Ready to classify this incident?

Use the DoraPulse Triage Calculator to instantly determine if this event breaches DORA materiality thresholds and generate a ready-to-file regulatory draft for your internal compliance team.

Open Triage Calculator — Pre-filled for OAuth Provider 503 — Authentication Unavailable