Skip to main content
OIDC callback endpoint
curl --request GET \
  --url https://api.acornops.dev/api/v1/auth/oidc/callback
{
  "user": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "email": "jsmith@example.com",
    "displayName": "<string>",
    "emailVerified": true,
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z"
  },
  "verificationRequired": true
}

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

code
string
required
Example:

"oidc-auth-code"

state
string<uuid>
required
Example:

"2ff4ac8b-0d2d-4cdf-be57-637789c97058"

Response

Session created and user returned.

user
object
required
status
enum<string>
Available options:
authenticated,
verification_required
verificationRequired
boolean