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

# PlayFab Identity ドキュメント

> プレイヤー ログインおよび GameManager 認証に関する、概要、クイックスタート、チュートリアル。

プレイヤー ログイン、開発者アカウント、プラットフォーム固有の認証に関する、概要、クイックスタート、チュートリアル。

## PlayFab の認証について

<CardGroup cols={2}>
  <Card title="プレイヤー認証とは?" icon="user-shield" href="/services/playfab/identity/player-identity/authentication">
    PlayFab がプレイヤーをどのように検証し、セッション チケットを発行するか。
  </Card>
</CardGroup>

## プレイヤー ログイン

<CardGroup cols={2}>
  <Card title="プレイヤー ログインについて" icon="right-to-bracket" href="/services/playfab/identity/player-identity/login">
    PlayFab がサポートするサインイン フロー。
  </Card>

  <Card title="プレイヤー ログインのクイックスタート" icon="bolt" href="/services/playfab/identity/player-identity/login/quickstart">
    プレイヤーのサインインを最初から最後まで数分で実装します。
  </Card>
</CardGroup>

## プラットフォーム固有の認証

<CardGroup cols={2}>
  <Card title="概要" icon="layer-group" href="/services/playfab/identity/player-identity/platform-specific-authentication">
    使用するプラットフォームに合ったプロバイダーを選択します。
  </Card>

  <Card title="Facebook + Unity" icon="facebook" href="/services/playfab/identity/player-identity/platform-specific-authentication/facebook-unity">
    Unity プロジェクトから Facebook でプレイヤーをサインインさせます。
  </Card>

  <Card title="Steam + Unity" icon="steam" href="/services/playfab/identity/player-identity/platform-specific-authentication/steam-unity">
    Unity プロジェクトから Steam でプレイヤーをサインインさせます。
  </Card>

  <Card title="Google Play Games + Unity" icon="google" href="/services/playfab/identity/player-identity/platform-specific-authentication/google-sign-in-unity">
    Unity で Google Play Games を使ってプレイヤーをサインインさせます。
  </Card>

  <Card title="Apple でサインイン" icon="apple" href="/services/playfab/identity/player-identity/platform-specific-authentication/apple-open-id/overview">
    PlayFab タイトルに Apple でサインインを追加します。
  </Card>

  <Card title="XBOX Live タイトルの関連付け" icon="xbox" href="/services/playfab/identity/player-identity/platform-specific-authentication/xbox-live-add-on">
    XBOX Live タイトルを PlayFab にリンクします。
  </Card>

  <Card title="Kongregate + Unity" icon="gamepad" href="/services/playfab/identity/player-identity/platform-specific-authentication/kongregate-unity">
    Unity プロジェクトから Kongregate でプレイヤーをサインインさせます。
  </Card>

  <Card title="テスト用 HTTP サーバー" icon="server" href="/services/playfab/identity/player-identity/platform-specific-authentication/running-an-http-server-for-testing">
    認証フローのテスト用にローカル HTTP サーバーを実行します。
  </Card>
</CardGroup>

## 開発者アカウント

<CardGroup cols={2}>
  <Card title="Game Manager 認証" icon="key" href="/services/playfab/identity/dev-identity/authentication/aad-authentication">
    Microsoft Entra ID で Game Manager にサインインします。
  </Card>
</CardGroup>

## 料金

<CardGroup cols={2}>
  <Card title="メーターの概要" icon="gauge" href="/services/playfab/pricing/meters/meters">
    Identity の使用量がどのように計測されるかを解説します。
  </Card>

  <Card title="消費のベスト プラクティス" icon="chart-line" href="/services/playfab/pricing/consumption-best-practices">
    認証負荷の高いタイトルのコストを削減し、効率を高めます。
  </Card>
</CardGroup>


## Related topics

- [PlayFab UGC ドキュメント](/ja-jp/services/playfab/economy-monetization/economy-v2/ugc/index.md)
- [PlayFab Economy ドキュメント](/ja-jp/services/playfab/economy-monetization/economy/index.md)
- [PlayFab Community ドキュメント](/ja-jp/services/playfab/community/index.md)
- [PlayFab Economy v2 ドキュメント](/ja-jp/services/playfab/economy-monetization/index.md)
- [XBOX ゲーム開発ドキュメント](/ja-jp/index.md)
