Production Checks: Required Fixes

Production Checks: Required Fixes

The following checks see if you've completed all requirements for successful deployment to Production.

For more information about your checks output, see Run Production Checks.

Check Description
Allow ID Tokens for Management API v2 Authentication is disabled The capabilities for using ID Tokens to authorize some of the Users and Device Credentials endpoints of the Management API are being deprecated. After completing migration to Access Tokens, make sure the Allow ID Tokens for Management API v2 Authentication toggle is turned off. If you can't see this setting, then your tenant was created after this feature was deprecated, so it is already disabled by default.
Allowed Callback URLs are not Localhost Validates the Application Allowed Callback URLs do not point to localhost, 127.0.0.1, and so on.
Allowed Origins (CORS) is not Localhost Validates that the Location URL for the page does not point to localhost.
Allowed Web Origins are not Localhost Validates that the Allowed Web Origins URLs do not point to localhost.
Email Provider is configured Verifies that the custom email provider has been configured.
SMS Provider is configured (Dependency: MFA is configured) Ensures that Twilio SMS is configured if you're using MFA with SMS.
Legacy Lock Migration is disabled The /usernamepassword/login and /ssodata endpoints will be removed from service on July 16th, 2018. These are used by Lock.js v8, v9, v10, and auth0.js v6, v7 and v8. After completing the migration to the latest versions, make sure the Legacy Lock Migration toggle is turned off.
Legacy User Profile is disabled The legacy authentication flows that allow ID Tokens and the /userinfo endpoint to include the complete user profile are being deprecated. After completing the migration to the new OIDC-conformant APIs, make sure the Legacy User Profile toggle is turned off.
Social Connections are not using Auth0 Developer Keys Verifies that Social Connections are not using the default Auth0 developer keys.
Support Email is configured Ensures the Support Email is configured in Tenant Settings.
Support URL is configured Ensures the Support URL is configured in Tenant Settings.
Tenant Environment Tag is configured Ensures the tenant environment tag is set appropriately to Production, Staging, or Development. Changes to this tag affect your tenant's rate limit.

Learn more