Revert a Database Connection to the Old Attribute Configuration
Last Updated:
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.
- To revert the configuration, send a
PATCHrequest 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>
-
Include the following empty
optionsobject in the request body:{ "options": {} } -
After a successful API call, navigate to Authentication > Database in the dashboard.
-
Select the database connection that was modified.
-
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.