/v1/auth/oidc/callbackProvider-neutral OIDC callback endpoint. The active config is resolved server-side from the OIDC transaction's `state` value, so the URL does not need to encode the provider id. New IdP registrations (Microsoft Entra, future providers) point their redirect URI here.
| Name | Type | Required | Description |
|---|---|---|---|
code | string | Optional | |
state | string | Optional | |
error | string | Optional | |
error_description | string | Optional | |
error_subcode | string | Optional | |
frontend_redirect_uri | string | Optional |
X-API-Key: ak.<key_id>.<secret>Authentication & errors →curl -X GET '/api/v1/auth/oidc/callback' \
-H 'X-API-Key: ak.<key_id>.<secret>'No response body documented
X-API-Key: ak.<key_id>.<secret>Authentication & errors →curl -X GET '/api/v1/auth/oidc/callback' \
-H 'X-API-Key: ak.<key_id>.<secret>'No response body documented