Cant set Supported account types to Personal Microsoft account users

Josh Sp 20 Reputation points
2023-02-01T18:38:19.4133333+00:00

I can't set the Supported account types to Personal Microsoft account in the Authentication menu.

There is a warning beneath:

Due to temporary differences in supported functionality, we don't recommend enabling personal Microsoft accounts for an existing registration. If you need to enable personal accounts, you can do so using the manifest editor.  Learn more about these restrictions.​

But if i try to change signInAudience to **AzureADandPersonalMicrosoftAccount **or **PersonalMicrosoftAccount **it gives the error:

Failed to update Hypixel application. Error detail: Property accessTokenAcceptedVersion is invalid. [VRgKlAgDdKGoMxpS3VtsRB] 

Changing it to AzureADMultipleOrgs or AzureADMyOrg both workes

(Sorry im kinda new and didn't find a more fitting tag)

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,465 questions
0 comments No comments
{count} votes

Accepted answer
  1. Shweta Mathur 27,456 Reputation points Microsoft Employee
    2023-02-03T08:24:57.27+00:00

    Hi @Josh Sp ,

    Thanks for reaching out.

    I understand you are trying to update the supported account type to "AzureADandPersonalMicrosoftAccount" in your existing application but unable to do so.

    The reason for that is if signInAudience is "AzureADandPersonalMicrosoftAccount", then you need to update the accesstokenAcceptedVersion value to 2.

    You can update this value in the application manifest.

    User's image

    Reference: https://learn.microsoft.com/en-us/azure/active-directory/develop/reference-app-manifest#accesstokenacceptedversion-attribute

    Thanks,

    Shweta


    Please remember to "Accept Answer" if answer helped you.

    2 people found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful