v50

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

Start the OIDC login flow (browser).

Redirects the user to the OIDC provider's authorization endpoint. After authentication, the provider redirects back to the callback endpoint.

get/auth/oidc/login

Query parameters

namestring required

the client name to create after login

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"
}