Revert a Database Connection to the Old Attribute Configuration

Overview

This article provides steps to revert a database connection to the old attribute configuration using the Application Programming Interface (API). This action may be desired to reverse visual changes introduced during the login process.

Applies To

  • Database Connections

Solution

To revert a database connection to its original attribute configuration and reverse login UI changes, follow the steps below.

  1. To revert the configuration, send a PATCH request to the Management API using the following endpoint. Replace the placeholder values with the appropriate domain and connection ID.

 

https://<auth0_domain>/api/v2/connections/<CONNECTION_ID>

 

  1. Include the following empty options object in the request body:

    {
      "options": {}
    }
    
  2. After a successful API call, navigate to Authentication > Database in the dashboard.

  3. Select the database connection that was modified.

  4. Verify that a tooltip with the option to Activate the New Attributes Configuration is displayed. This confirms the connection has been reverted to the old attribute configuration.

Recommended content

No recommended content found...