Create a connected account request
Start an authorization flow to link the authenticated user’s account with an external identity provider.
承認
Bearer and DPoP tokens are supported depending on the API configuration
ヘッダー
A client-provided unique identifier for a single operation, used to correlate the request across Auth0 systems. The value is surfaced under references.correlation_id in tenant logs and echoed back on the response's x-correlation-id header. Invalid or oversized values are silently dropped and replaced by a generated UUID v4. Avoid including personally identifiable information (PII).
A W3C Trace Context header used to correlate the request across distributed traces. When supplied, the inbound trace is continued and a fresh child span is echoed back on the response's traceparent header; the trace ID is also surfaced under references.trace_id in tenant logs. Malformed values are ignored.
Specifies the language used for localized content generated while handling the request (such as OTP email or SMS messages), using one of the tenant's configured Supported Languages.
ボディ
Request body for creating an account connection request.
The name of the connection to link the account with (e.g., 'google-oauth2', 'facebook').
1 - 128The URI to redirect to after the connection process completes.
2048An opaque value used to maintain state between the request and callback.
1 - 4096The PKCE code challenge derived from the code verifier.
43 - 128The method used to derive the code challenge. Required when code_challenge is provided.
"S256"Defines the permissions that the client requests from the Identity Provider. Must include the standard scopes used to identify the user (e.g. 'openid', 'email', 'profile'), the scope required to obtain refresh tokens if needed (e.g. 'offline_access'), and any custom scopes the client needs to access protected resources.
1 - 100 elements1 - 255Authorization parameters to be sent to the underlying Identity Provider (IdP) during the authorization request. These parameters influence how the IdP processes the authorization flow and what permissions are requested.
レスポンス
Account connection request created successfully
The base URI to initiate the account connection flow.
The authentication session identifier.
64Parameters to be used with the connect URI.
The number of seconds until the ticket expires.
x >= 1