AimableDocs
DocsAPI ReferenceRelease Notes
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
Authentication
X-API-Key: ak.<key_id>.<secret>Authentication & errors →

Request

curl -X GET '/api/v1/auth/oidc/callback' \
  -H 'X-API-Key: ak.<key_id>.<secret>'

Response

200

No response body documented

Error Responses