auth_config.json
file in your text editor and update the domain and client_id
with your details.
Add http://localhost:3000
in the “Allowed Callback URLs”, “Allowed Logout URLs”, “Allowed Web Origins” field.
/authorize
with the connection
parameter set (e.g. /authorize?connection=facebook
).
user_metadata
from the secondary account, you must retrieve and merge it into the metadata for the primary account before calling the API endpoint. After the accounts are linked, the metadata for the secondary account is discarded.When you initiate account linking, you can select which identity will be used as the primary account and which as the secondary. This choice will depend on which set of attributes you want to retain in the primary profile.linkAccount
function, call the Management API. Authenticate with the API using the primary JWT, which is the Access Token, and link using the primary user’s ID and the secondary JWT, which is the secondary user’s ID Token.