sso

OIDC callback

Receives the OIDC authorization code, exchanges it for tokens, and returns JWT credentials.

get/auth/oidc/callback

Query parameters

codestring required
statestring required

Response

Authentication successful

accessTokenstring required
refreshTokenstring required
expiresAtstring date-time required
userIdstring uuid required

Changes

Changed in 1 of the 7 revisions of this API.1