You can test database connections for applications using the . The configured database connections can be used to log in to your application. To properly test, you should have already set up your database connection and created a user for your database connection.
  1. Navigate to Auth0 Dashboard > Authentication > Database, and select the Try arrow next to the connection you want to test.
    Dashboard - Authentication - Database - Database Connections List
  2. Enter your test user’s username and password. If you have configured everything correctly, you will see the It Works! page:
    Dashboard - Connections - Database - Try - Success

Learn more