Skip to main content
Enabling Flexible Identifiers on your tenant has the potential to introduce breaking changes to your production environment. For more information on potential problems and limitations, read Flexible Identifiers and Attributes.
An Attribute for database connections, email, phone number, or username, is part of the Flexible Identifiers. End users sign up, authenticate, and reset passwords with an Attribute. Each Attribute has a unique configuration.

Activate Attributes

  1. Navigate to Auth0 Dashboard > Authentication > Database.
  2. Select +Create DB Connection.
  3. Enter a name for the connection and choose the attributes.
  4. Choose the authentication method for the connection.
Default values are assigned to a new connection and can be edited after the connection has been created.

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.

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 an options object that does not include the attributes parameter, as shown below.
  • If you use the options parameter, the entire options object is overridden. To avoid partial data or other issues, ensure all current parameters are present by copying the contents within the connections options object and including it in the PATCH call. The only parameter you should remove is attributes.
  • If your tenant has username enabled as an Attribute, performing the following action requires you to modify your username settings. You’ll need to reconfigure your username settings if you choose this path.