Reference / Auth

Begin social sign-in: 302 to the provider's authorization page. Public (the browser navigates here directly), so the tenant is named in the path.

GET /v1/auth/oauth/{application_id}/{provider}/start
Public operationId: oauth_start

Authorization

No credential required — these endpoints are reachable without authentication.

Path parameters

  • application_id string<uuid> required

    Publishable application id

  • provider string required

    google | github | microsoft | apple | ...

Query parameters

  • return_to string optional

    Post-sign-in return URL

Responses

302 Redirect to the provider
422 Provider not enabled / not configured

Request

curl -X GET "http://localhost:8080/v1/auth/oauth/018f3c4a-7b2e-7c1d-9e0a-1f2b3c4d5e6f/string/start" \

Try it

live request
GET http://localhost:8080/v1/auth/oauth/018f3c4a-7b2e-7c1d-9e0a-1f2b3c4d5e6f/string/start

Path parameters

Query parameters