john@acme.com
and then later authenticates with Google using the same email address, they will be prompted with a page similar to the following:
auth0-account-link
to use internally and a new rule to redirect users to the extension if they login with a new account that has an email matching an existing account.
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.
Log in to http://localhost:3000
and select a connection. Enter an email address that is already associated with a verified user with a different type of connection.
To link the account, select Continue.
Once logged in, check the user details on the , we can see the user accounts are linked.
Account Linking
, since it will appear on the Login Page when they authenticate their primary account.
closable
setting):
allowSignUp: !config.extraParams.prevent_sign_up,
{{ ExtensionCSS }}
, {{ CustomCSS }}
, {{ Auth0Widget }}
, or {{ ExtensionScripts }}
from the HTML code of the site. This will cause the extension to not display the account linking widget.customDomain
with the custom domain (for example, auth.custom.com
).
issuer: auth0.domain
You will need to change this to:
issuer: "myCustomDomain.com" Make
sure to omit the protocol portion of the URL.