Warning Occurs About Development Keys When Tenant Is In Production
This article explains the following warning, which occurs when default social connection accounts (for example, Google, Microsoft) generated by Auth0 are used in a production environment:
One or more of your connections are currently using Auth0 default social test accounts and should not be used in production.
- Auth0
- Social Connections
- Microsoft
This warning occurs because one or more social connections are configured with the default test credentials provided by Auth0. These credentials are intended for testing purposes only and should not be used in a production environment.
To resolve this warning, update or delete the affected social connections by following these steps:
-
In the Auth0 Admin Tenant, navigate to Authentication > Social.
-
Select the Google or Microsoft connection that is using test credentials.
-
Perform one of the following actions:
-
To configure the connection for production use, enter the Client ID and Client Secret from a dedicated account and select Save.
-
Alternatively, if the connection is not needed, delete it.
-