In order to build your own version of MultiMC, you need to create your own token and include it in the sources.
This is done on the Azure portal through the following steps:
-
Give it a name and set the supported account types to
Personal Microsoft accounts only.
- If you were not able to set the account type as
Personal Microsoft accounts only, go to theManifesttab and change the line starting with"signInAudience":to"signInAudience": "PersonalMicrosoftAccount",. (IfaccessTokenAcceptedVersionis set to null, change it to2)
- If you were not able to set the account type as
-
Copy the Application ID into the secrets.cpp file
MSAClientIDvariable.
-
Rename the
notsecretsfolder tosecrets. -
Build using the instructions.





