Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.acornops.dev/api/v1/auth/oidc/login
const options = {method: 'GET'};fetch('https://api.acornops.dev/api/v1/auth/oidc/login', options) .then(res => res.json()) .then(res => console.log(res)) .catch(err => console.error(err));
{ "error": { "code": "<string>", "message": "<string>", "retryable": true, "details": {} } }
{ "error": { "code": "<string>", "message": "<string>", "retryable": true, "details": {} }}
"http://console.acornops.localhost:8088/api/v1/auth/oidc/callback"
"http://console.acornops.localhost:8088/"
Redirects to OIDC provider authorization endpoint.