> ## 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="/docs/ja-jp/glossary?term=ID+token">ID トークン</Tooltip>の有効期間は、<Tooltip tip="ID トークン: リソースへのアクセスではなく、クライアント自体のためのクレデンシャルです。" cta="用語集を見る" href="/docs/ja-jp/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>

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