ReferenceAPIOperationsSetup
Claim owner identity from trusted proxy headers
Creates the owner record from trusted proxy identity headers after the proxy-authenticated email matches the configured setup owner email.
Operation ID
setup_owner_claim_trusted_proxyCreates the owner record from trusted proxy identity headers after the proxy-authenticated email matches the configured setup owner email.
Authorization
bearer_auth AuthorizationBearer <token>
In: header
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v1/setup/owner/claim-trusted-proxy"{ "owner_email": "string", "session_expires_at": 0, "state": "uninitialized"}Configure OIDC provider POST
Performs OIDC discovery on the provided issuer URL and stores the provider configuration. Requires a valid setup session.
Start owner OIDC flow POST
Initiates the OIDC authorization code flow to create the instance owner. Returns an authorization URL for the frontend to redirect to.