WeaviateAzure Active Directory

OIDC integration adds 500ms latency and fails when IdP unavailable

warning
securityUpdated Mar 25, 2026
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.