/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 |
curl -X GET '/api-proxy/v1/auth/oidc/callback' \
-H 'Authorization: Bearer <YOUR_TOKEN>'No response body documented
curl -X GET '/api-proxy/v1/auth/oidc/callback' \
-H 'Authorization: Bearer <YOUR_TOKEN>'No response body documented