Configure mTLS Authentication for a Client

Learn how to configure mTLS authentication for a client with the Management API and Auth0 Dashboard.

You can use the Auth0 Dashboard to configure mTLS for a client to enable mTLS client authentication to the Authorization Server.

  1. Navigate to Auth0 Dashboard > Applications > Applications.

  2. Select the application you want to use with mTLS or create a new application.

  3. Select the Credentials tab.

  4. Choose the required Authentication Method, which can be either: 

  5. Once you select your preferred type of certificate, you can:

    • Assign an existing credential (certificate) to the client application

      Auth0 Dashboard > Applications > Settings > Authentication Method > existing credential

    • Add a new credential by uploading a certificate

      Auth0 Dashboard > Applications > Settings > Authentication Method > new credential

Learn more