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
Example response
{
"error": "Unauthorized",
"errorCode": 401,
"errorDescription": "you need to provide a valid access token or user credentials to access this api"
}