AimableDocs
DocsAPI Reference
GET/v1/auth/oidc/callback

Oidc Callback Neutral

Provider-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.

Query Parameters

NameTypeRequiredDescription
codestringOptional
statestringOptional
errorstringOptional
error_descriptionstringOptional
error_subcodestringOptional
frontend_redirect_uristringOptional

Request

curl -X GET '/api-proxy/v1/auth/oidc/callback' \
  -H 'Authorization: Bearer <YOUR_TOKEN>'

Response

200

No response body documented

Error Responses