Creating an Application

Developers can create apps that leverage Microsoft OAuth and provide gamers their Xbox Live information.

Step-by-step

Step 1

Go to the Azure Portal and search for App Registrations, click "New Registration."

Step 2

Enter in a name, select "any organizational directory"

Step 3

Set the Redirect URI to "https://xbl.io/app/callback"

Step 4

Copy the Application ID and enter into https://xbl.io/apps/create

Step 5

Enable Access Tokens & ID Tokens under Implicit Grant

Step 6

Enter 'https://xbl.io/app/callback' for the Redirect URI

Step 7

Create a new client secret and enter into https://xbl.io/apps/create

Step 8

Set your apps Redirect URI.

Step 9 (Test)

Navigate to 'https://xbl.io/app/auth/{Public_Key}' and it should work.

Try your new application with our demo solution!

https://github.com/OpenXBL/XboxAppDemo