> ## Documentation Index
> Fetch the complete documentation index at: https://docs-staging-quickstart-revamp.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> Learn how to configure mTLS authentication.

# Configure mTLS Authentication

<Callout icon="file-lines" color="#0EA5E9" iconType="regular">
  To use Highly Regulated Identity features, you must have an Enterprise Plan with the Highly Regulated Identity add-on. Refer to [Auth0 Pricing](https://auth0.com/pricing/) for details.
</Callout>

Use the [Auth0 Management API](https://auth0.com/docs/api/management/v2) or [Auth0 Dashboard](https://manage.auth0.com/) to configure mTLS authentication. To learn more about how mTLS authentication works at Auth0, read [Authenticate with mTLS](/docs/get-started/authentication-and-authorization-flow/authenticate-with-mtls).

<table class="table">
  <thead>
    <tr>
      <th><strong>Read...</strong></th>
      <th><strong>To learn...</strong></th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td><a href="/docs/get-started/applications/configure-mtls/set-up-the-customer-edge">Set up your customer edge</a></td>
      <td>How to set up your customer edge to validate your client certificate and forward requests to Auth0's edge network.</td>
    </tr>

    <tr>
      <td><a href="/docs/get-started/applications/configure-mtls/configure-mtls-for-a-client">Configure mTLS for a client</a></td>
      <td>How to configure mTLS authentication for your Auth0 application.</td>
    </tr>

    <tr>
      <td><a href="/docs/get-started/applications/configure-mtls/configure-mtls-for-a-tenant">Configure mTLS for a tenant</a></td>
      <td>How to configure mTLS authentication for your Auth0 tenant.</td>
    </tr>
  </tbody>
</table>
