ClientID
Last updated
Last updated
For using MSAL, You should acquire your own Azure Client ID. This document describes how to acquire your own Azure Client ID for Xbox authentication.
Open Azure Portal and find Azure Active Directory menu.
Add - App Registration
Name: your app name Account type: Accounts in any organizational directory (Any Azure AD directory - Multitenant) and personal Microsoft accounts (e.g. Skype, Xbox) Redirect URI: Public client/native, http://localhost
Click 'Register' button.
Go to App registrations - your app name
In this screen, you can get Application (Client) ID Click Redirect URIs
Add 'Msal Only'
Scroll down and 'Allow public client flows'
Click 'Save' button