Developers can create apps that leverage Microsoft OAuth and provide gamers their Xbox Live information.
Go to the Azure Portal and search for App Registrations, click "New Registration."
Enter in a name, select "any organizational directory"
Set the Redirect URI to "https://xbl.io/app/callback"
Copy the Application ID and enter into https://xbl.io/apps/create
Enable Access Tokens & ID Tokens under Implicit Grant
Enter 'https://xbl.io/app/callback' for the Redirect URI
Create a new client secret and enter into https://xbl.io/apps/create
Set your apps Redirect URI.
Navigate to 'https://xbl.io/app/auth/{Public_Key}' and it should work.
Try your new application with our demo solution!