> ## 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 Dashboard を使用して、アプリケーションのIDトークンの有効期間を更新する方法について説明します。

# IDトークンの有効期間を更新する

<Tooltip tip="IDトークン: リソースへのアクセスではなく、クライアント自体を対象とした認証情報です。" cta="用語集を見る" href="/ja/docs/glossary?term=ID+token">IDトークン</Tooltip>の有効期間は、<Tooltip tip="IDトークン: リソースへのアクセスではなく、クライアント自体を対象とした認証情報です。" cta="用語集を見る" href="/ja/docs/glossary?term=Auth0+Dashboard">Auth0 Dashboard</Tooltip>で変更できます。デフォルトでは、IDトークンの有効期間は 36000 秒 (10 時間) です。セキュリティ上の懸念がある場合は、トークンの有効期限までの時間を短縮できます。ただし、トークンの目的の 1 つは、ユーザー情報をキャッシュしてユーザーエクスペリエンスを向上させることにある点に留意してください。

1. [Dashboard > Applications > Applications](https://manage.auth0.com/#/applications) に移動し、対象のアプリケーションの名前をクリックします。
2. **ID Token** までスクロールし、**ID Token Expiration** フィールドを探します。そのアプリケーションに適した IDトークンの有効期間 (秒) を入力します。
3. **Save Changes** をクリックします。

<div id="learn-more">
  ## 詳細はこちら
</div>

* [トークンのベストプラクティス](/ja/docs/secure/tokens/token-best-practices)
* [アプリケーション設定](/ja/docs/get-started/applications/application-settings)
* [リフレッシュトークンの有効期限を設定する](/ja/docs/secure/tokens/refresh-tokens/configure-refresh-token-expiration)
