What
Full OpenID Connect authentication flow for downstream clients connecting to Praxis. Validate client identity via OIDC discovery, token introspection, and refresh token handling.
Why
Enterprise deployments require centralized identity management for AI gateway access. OIDC is the standard for web-based SSO with providers like Auth0, Azure AD, Keycloak, and Okta. Without OIDC, operators must implement auth externally or rely on IP-based access control.
Goals
- OIDC discovery via
.well-known/openid-configuration
- Token introspection endpoint support
- Token exchange for upstream service calls
- Refresh token handling
- Configurable claims validation (issuer, audience, expiry)
What
Full OpenID Connect authentication flow for downstream clients connecting to Praxis. Validate client identity via OIDC discovery, token introspection, and refresh token handling.
Why
Enterprise deployments require centralized identity management for AI gateway access. OIDC is the standard for web-based SSO with providers like Auth0, Azure AD, Keycloak, and Okta. Without OIDC, operators must implement auth externally or rely on IP-based access control.
Goals
.well-known/openid-configuration