OIDC integration adds 500ms latency and fails when IdP unavailable
warningsecurityUpdated Mar 25, 2026
Technologies:
How to detect:
OIDC authentication integration adds 500ms to every request and creates hard dependency on identity provider availability. Azure AD outages cause complete authentication failures during critical demos.
Recommended action:
Evaluate if OIDC complexity is necessary vs API key auth. Implement IdP failure handling with circuit breakers. Cache OIDC tokens aggressively. Have fallback authentication mechanisms.