> ## 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 がユーザープロファイル内の一般的なユーザープロパティをどのように正規化するかを説明します。

# 正規化されたユーザープロファイル

正規化されたユーザープロファイルは、ユーザー関連の情報を標準化して保存するための Auth0 固有の仕組みです。各 <Tooltip tip="IDプロバイダー（IdP）: デジタルアイデンティティを保存および管理するサービス。" cta="用語集を表示" href="/ja/docs/glossary?term=Identity+Provider">IDプロバイダー</Tooltip> (IdP) がユーザーについて提供する情報はそれぞれ異なるため、Auth0 はユーザー関連のクレームを保存する際に、共通のプロファイルプロパティをプロトコルに依存しないユーザー表現へ正規化します。たとえば、正規化されたユーザープロファイルの `family_name` には、IdP から `surname` または `last_name` として返されることがある情報が含まれます。

そのため、正規化されたユーザープロファイルに含まれる Auth0 のクレームは、[Authentication API の `oauth/token` エンドポイント](https://auth0.com/docs/api/authentication#get-token)から返される <Tooltip tip="IDトークン: リソースへのアクセスではなく、クライアント自体を対象とした認証情報です。" cta="用語集を表示" href="/ja/docs/glossary?term=ID+Tokens">IDトークン</Tooltip> や、[`/userinfo`](https://auth0.com/docs/api/authentication#user-profile) エンドポイントのレスポンスで返される標準クレームセットとは異なります (いずれも OIDC 仕様に詳述されている要件に従います) 。

正規化されたユーザープロファイルに含まれる属性と、その利用方法については、[ユーザープロファイルの構造](/ja/docs/manage-users/user-accounts/user-profiles/user-profile-structure)を参照してください。

<div id="learn-more">
  ## 詳細
</div>

* [ユーザープロファイルのサンプル](/ja/docs/manage-users/user-accounts/user-profiles/sample-user-profiles)
* [ユーザープロファイルのルート属性](/ja/docs/manage-users/user-accounts/user-profiles/root-attributes)
* [ユーザーデータの保存](/ja/docs/secure/security-guidance/data-security/user-data-storage)
