v50

latestSwagger 2.0MITraw.githubusercontent.com2026-07-15422691.7 KB
oidc

Start the OIDC flow to elevate an existing client session (browser).

Redirects the user to the OIDC provider's authorization endpoint. After successful authentication, the referenced client session is elevated for the requested duration.

get/auth/oidc/elevate

Query parameters

idinteger required

the client id to elevate

durationSecondsinteger required

how long the elevation should last, in seconds

Response

Error

errorstring required

The general error message

errorCodeinteger required

The http error code.

errorDescriptionstring required

The http error code.

Example response

{
  "error": "Unauthorized",
  "errorCode": 401,
  "errorDescription": "you need to provide a valid access token or user credentials to access this api"
}