Setup Microsoft Azure

⚠️In the documentation of your launcher, it should be noted that your launcher supports mandatory confirmation of the minecraft license

Before you get started, you first need a Microsoft account. There is no cost to register an Azure Active Directory app. Sign in to Azure Portal using your Microsoft account After logging in, the page you see should look like this:

Click Microsoft Entra ID under Azure Services

You will see a page similar to the following

Then click App Registration on the left tool bar:

Click New Registration on the top toolbar and fill in the name of the application. And select Microsoft Personal Account Only in Supported Account Types. Since we are not using URI callback based authentication. Therefore, you do not need to fill in the Redirect URI below the form.

After clicking Create, wait for Azure AD to finish creating the app. Once created, the webpage will redirect you to the app's details page:

Then click Authentication in the left column:

Then find the Advanced Settings section on the right and make sure that Advanced SDK Support and Allow Public Client Flow in the section are turned on. If they are not turned on, turn them on manually.

Then click the save button below and wait for the saving to complete.


Congratulations! You have completed the application registration with Azure. Next, you only need to go to the Overview page to view the Client ID of the application. Click the Overview button in the left column to view the basic information of the application:

On the right you will see the details of your application, find the Application (Client) ID in Essentials

Copy it and paste it into your microsoft.yml in the configs folder


Application ID Review

Since about June 2023, Microsoft has suspended the automatic granting of access to authorization for new applications. All previously created applications have access to an internal API that allows you to verify the authenticity of the purchase of a licensed version of MineCraft.

To access the API now, you need to submit an appropriate application to Microsoft. they inform you that they will consider the application within one calendar month.

Mojang website: https://help.minecraft.net/hc/en-us/articles/16254801392141

Follow the link to fill out the form: https://aka.ms/mce-reviewappid

Put Yes below:

Specify your email address to which you will receive a reply:

Specify the name of your launcher:

Specify the ID of your application, which is available in the Azure Control Panel

Specify your site

In the field below, enter the following text:

I need access to the API in order to implement authentication of the purchase of the licensed version of minecraft. More specifically, I need access to https://api.minecraftservices.com/authentication/login_with_xbox

Send a message and wait for a reply to the mail

Last updated