Oore CI
ReferenceAPIOperationsAuth

Start OIDC login

Initiates the OIDC authorization code flow for user login. Only available after setup is complete.

Operation IDoidc_start
GET
/v1/auth/oidc/start

Initiates the OIDC authorization code flow for user login. Only available after setup is complete.

Query Parameters

redirect_uri*string

Frontend callback URL

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/auth/oidc/start?redirect_uri=string"
{  "authorization_url": "string",  "state": "string"}