Documentation Index
Fetch the complete documentation index at: https://auth0-feat-authentication-api-migration.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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
Parameters
Use
code for server side flows, token for client side flows.The
client_id of your application.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.
The URL to which Auth0 will redirect the browser after authorization has been granted by the user.
The logged-in user’s Access Token.
Response
| Status | Description |
|---|---|
| 302 | Redirect to connection for linking accounts |