> ## 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.

# XBOX Live Title Association

> Configure scoped XBOX Live token validation in PlayFab by linking your Partner Center product ID to a title ID for LoginWithXbox and related APIs.

# Setting up XBOX Live title association in PlayFab

Learn how to configure scoped token validation by linking your Partner Center product ID to a PlayFab title ID.

## Overview

In this tutorial, you'll learn how to configure token validation by specifying which XBOX Live title tokens that PlayFab APIs accept when they use XBOX Live token parameters—giving you more control over integration behavior and enabling scoped token acceptance. These APIs include `Client/loginwithxbox`, `Client/LinkXboxAccount`, `Client/UnlinkXboxAccount`, `Client/ConsumeXboxEntitlement`, `Client/GetFriendLeaderboard`, `Client/GetFriendLeaderboardAroundCurrentUser`, `Client/GetFriendLeaderboardAroundPlayer`, `Client/ConsumeMicrosoftStoreEntitlements`, `Server/loginwithxbox`, `Server/LinkXboxAccount`, `Server/UnlinkXboxAccount`, `Server/GetFriendLeaderboard`, `Server/GetFriendsList`, `Server/GetFriendLeaderboardForEntity`, `Lobby/GetFriendLobbies`, `Server/GetFriendLeaderboardAroundPlayer`, `Inventory/RedeemMicrosoftStoreInventoryItems`, and `Inventory/Redeem`.

## Requirements

* A registered [PlayFab](https://developer.playfab.com/) title.
* [Partner Center](https://partner.microsoft.com/) account with an XBOX Live enabled title.

## Partner Center Product ID and XBOX Live Title ID

Start by navigating to the product page for your Partner Center title.

1. In the Partner Center dashboard, navigate to [Apps and Games](https://partner.microsoft.com/dashboard/apps-and-games/overview).
2. Locate and select the XBOX Live enabled Partner Center title you wish to associate with PlayFab.
3. Find and copy the Product ID from the URL of your game.

<img src="https://mintcdn.com/microsoft-4404708b/3hg2JQs0m7qmDqay/images/playfab/identity/player-identity/platform-specific-authentication/tutorials/xbox-add-on/partner-center-product-id.png?fit=max&auto=format&n=3hg2JQs0m7qmDqay&q=85&s=70c56703aeb8edf5d050dc334cc6c5f8" alt="Parter Center product ID" width="624" height="470" data-path="images/playfab/identity/player-identity/platform-specific-authentication/tutorials/xbox-add-on/partner-center-product-id.png" />

4. Next find and copy the XBOX Live Title ID. Navigate to **XBOX services > XBOX Settings** and copy the **Title ID (decimal)** value.

<img src="https://mintcdn.com/microsoft-4404708b/3hg2JQs0m7qmDqay/images/playfab/identity/player-identity/platform-specific-authentication/tutorials/xbox-add-on/partner-center-configuration-page.png?fit=max&auto=format&n=3hg2JQs0m7qmDqay&q=85&s=702b36972330103af7c70a57481540f4" alt="Parter Center title ID" width="600" height="178" data-path="images/playfab/identity/player-identity/platform-specific-authentication/tutorials/xbox-add-on/partner-center-configuration-page.png" />

## Install XBOX Live Add-on

Go to [PlayFab Game Manager](https://developer.playfab.com/) page for your title.

1. Navigate to **Add-ons** in the menu.
2. Locate and select the **XBOX Live** Add-on icon/link.

<img src="https://mintcdn.com/microsoft-4404708b/3hg2JQs0m7qmDqay/images/playfab/identity/player-identity/platform-specific-authentication/tutorials/xbox-add-on/xbox-live-add-on-page.png?fit=max&auto=format&n=3hg2JQs0m7qmDqay&q=85&s=dad2533d28606a04ed37d5b5f5ec05e6" alt="XBOX live Add-on" width="2500" height="1007" data-path="images/playfab/identity/player-identity/platform-specific-authentication/tutorials/xbox-add-on/xbox-live-add-on-page.png" />

3. Use the **Seller ID** dropdown to select the correct Seller ID from Partner Center. If you don't see the correct Seller ID, select **Sign in with a different partner center account** and sign in with the correct user.

4. Use the **Product ID** dropdown to find the Partner Center Product ID that will be linked to the PlayFab title. Confirm that the XBOX Live Title ID matches the expected XBOX Live Title ID from Partner Center.

<img src="https://mintcdn.com/microsoft-4404708b/3hg2JQs0m7qmDqay/images/playfab/identity/player-identity/platform-specific-authentication/tutorials/xbox-add-on/xbox-add-on-installation.png?fit=max&auto=format&n=3hg2JQs0m7qmDqay&q=85&s=2c1caee81ffe54bfa6865726ee24a531" alt="PlayFab Parter Center product ID" width="1001" height="815" data-path="images/playfab/identity/player-identity/platform-specific-authentication/tutorials/xbox-add-on/xbox-add-on-installation.png" />

5. Select **Install XBOX Network** to save the setting and restrict API calls to the selected XBOX Live Title ID.

<img src="https://mintcdn.com/microsoft-4404708b/3hg2JQs0m7qmDqay/images/playfab/identity/player-identity/platform-specific-authentication/tutorials/xbox-add-on/xbox-add-on-installation-validation.png?fit=max&auto=format&n=3hg2JQs0m7qmDqay&q=85&s=fd5ef0d9f8c10fba8479fc4196ed6471" alt="Install XBOX Add-On" width="987" height="654" data-path="images/playfab/identity/player-identity/platform-specific-authentication/tutorials/xbox-add-on/xbox-add-on-installation-validation.png" />

By following these steps, you can confidently configure scoped XBOX Live token validation within PlayFab, ensuring that only tokens from designated Partner Center title are accepted. This setup streamlines cross-platform authentication, reinforces title-specific security, and empowers developers to deliver seamless, trusted player experiences across XBOX-enabled services.

## Further Reading

* [PlayFab Authentication Overview](/services/playfab/identity/player-identity/authentication)
* [Login Basics and Best Practices](/services/playfab/identity/player-identity/login/login-basics-best-practices)


## Related topics

- [Platform-Specific Authentication](/services/playfab/identity/player-identity/platform-specific-authentication/index.md)
- [PlayFab Identity documentation](/services/playfab/identity/index.md)
- [PFAccountManagementGetTitlePlayersFromXboxLiveIDsRequest](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgettitleplayersfromxboxliveidsrequest.md)
- [PFAccountManagementGetTitlePlayersFromXboxLiveIDsAsync](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementgettitleplayersfromxboxliveidsasync.md)
- [PFAccountManagementGetTitlePlayersFromXboxLiveIDsGetResult](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementgettitleplayersfromxboxliveidsgetresult.md)
