> ## 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="Sign in with Apple" icon="apple" href="/services/playfab/identity/player-identity/platform-specific-authentication/apple-open-id/overview">
    PlayFab 타이틀에 Sign in with 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 API용 Microsoft Entra ID 인증](/ko/services/playfab/identity/dev-identity/authentication/entra-id-api-authentication.md)
- [PlayFab 사용자 역할](/ko/services/playfab/identity/dev-identity/permissions/playfab-user-roles.md)
- [Steam과 Unity를 사용하여 PlayFab 인증 설정하기](/ko/services/playfab/identity/player-identity/platform-specific-authentication/steam-unity.md)
- [PlayFab UGC 문서](/ko/services/playfab/economy-monetization/economy-v2/ugc/index.md)
- [PlayFab Multiplayer 문서](/ko/services/playfab/multiplayer/index.md)
