Endpoint
GET /authorize
This endpoint is deprecated for account linking. The POST /api/v2/users//identities should be used instead. For more information refer to the Migration Notice.
connection that the current user wants to add. The user is identified by the Access Token that was returned on login success.
Remarks
- The
redirect_urivalue must be specified as a valid callback URL under your Applicationâs Settings.
Learn More
- Link User Accounts
- Link User Accounts Initiated by Users Scenario
- Link User Accounts Server-Side Scenario
Query Parameters
string
required
Use
code for server side flows, token for client side flows.string
required
The
client_id of your application.string
The name of the connection configured to your application. If null, it will redirect to Auth0 Login Page and show the Login Widget using the first database connection.
string
required
The URL to which Auth0 will redirect the browser after authorization has been granted by the user.
string
required
The logged-in userâs Access Token.