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