Skip to main content
Start OIDC login flow
curl --request GET \
  --url https://api.acornops.dev/api/v1/auth/oidc/login
{
  "error": {
    "code": "<string>",
    "message": "<string>",
    "retryable": true,
    "details": {}
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.acornops.dev/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

redirect_uri
string<uri>
Example:

"http://console.acornops.localhost:8088/api/v1/auth/oidc/callback"

return_to
string<uri>
Example:

"http://console.acornops.localhost:8088/"

Response

Redirects to OIDC provider authorization endpoint.