Activate Attributes
- New connection
- Existing connection
- Navigate to Auth0 Dashboard > Authentication > Database.
- Select +Create DB Connection.
- Enter a name for the connection and choose the attributes.
- Choose the authentication method for the connection.
Configure Attributes
Select the Attributes tab on the connection. Choose from the available Attributes and select Configure. Once you’ve updated Attribute configurations, select Save.Email Attribute Configuration Options
Email Attribute Configuration Options
Username Attributes and Configuration Options
Username Attributes and Configuration Options
Phone Number Attributes and Configuration Options
Phone Number Attributes and Configuration Options
Configure or remove existing Attributes on a connection
All Attributes can be changed or deleted from your . Users cannot log in, sign up or reset passwords using the removed Attribute, and a minimum of one Attribute must remain active on every connection. To change or remove an Attribute, navigate to the Attributes tab, then choose Remove.Revert a connection
To revert a connection back to its original state, use the Update a connection endpoint with anoptions object that does not include the attributes parameter, as shown below.
- If you use the
optionsparameter, the entireoptionsobject is overridden. To avoid partial data or other issues, ensure all current parameters are present by copying the contents within the connectionsoptionsobject and including it in the PATCH call. The only parameter you should remove isattributes. - If your tenant has
usernameenabled as an Attribute, performing the following action requires you to modify yourusernamesettings. You’ll need to reconfigure your username settings if you choose this path.