Submit field values

Submits field values for the login form. Poll the auth connection to track progress and get results.

POST/auth/connections/{id}/submit

Submits field values for the login form. Poll the auth connection to track progress and get results.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Auth connection ID

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Request to submit field values, click an SSO button, select an MFA method, or select a sign-in option. Prefer canonical selected_choice_id/field_values when the API returns fields/choices; legacy fields/sso_button_selector/sso_provider/mfa_option_id/sign_in_option_id remain supported during deprecation.

Response

application/json

Submission accepted for processing

Response from submitting field values

curl -X POST "https://example.com/auth/connections/string/submit" \  -H "Content-Type: application/json" \  -d '{}'
{  "accepted": true}