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

> Auth0 のカスタムドメインプロキシとして使用するための Akamai の設定方法を説明します。

# Akamai をリバースプロキシとして設定する

<Card title="利用可否は Auth0 のプランによって異なります">
  この機能を利用できるかどうかは、ログイン実装の内容と、Auth0 のプランまたは個別契約の両方によって異なります。詳しくは、[Pricing](https://auth0.com/pricing) をご覧ください。
</Card>

Akamai 製品をリバースプロキシとして設定するには、次の手順を行います。

1. カスタムドメインの所有権を確認します。詳しくは、[Verify Ownership](/docs/ja-jp/customize/custom-domains/auth0-managed-certificates#verify-ownership) をご覧ください。
2. [Auth0 Dashboard > Settings > カスタムドメイン](https://manage.auth0.com/#/tenant/custom_domains) に移動し、distribution、origin custom header、オリジンホスト名、default cache behavior の設定を確認します。次に、この情報を使用して Akamai のカスタムドメイン設定を更新し、リバースプロキシサーバーのドメインを参照するようにします。詳しくは、[Configure reserve proxy](/docs/ja-jp/customize/custom-domains/self-managed-certificates#configure-reverse-proxy) をご覧ください。
3. 以下のように、Management API の PATCH `/api/v2/custom-domains/{id}` エンドポイントを使用して、カスタムドメインのクライアント IP ヘッダーを更新します。

   ```json lines theme={null}
   { 
   "custom_client_ip_header": "true-client-ip" 
   }
   ```

   詳しくは、[Update custom domain configuration](https://auth0.com/docs/api/management/v2#!/Custom_Domains/patch_custom_domains_by_id) をご覧ください。

上記の情報を使用して Akamai をリバースプロキシとして設定する方法の詳細については、Akamai のドキュメントまたはカスタマーサポートを参照してください。
