question

ShambhaviTewari-4517 avatar image
0 Votes"
ShambhaviTewari-4517 asked ShambhaviTewari-4517 edited

Supported account types, set as 'Accounts in any organizational directory and personal Microsoft accounts' Still not able to sign-in the application with personal account.

I am following a tutorial 'Build Java apps with Microsoft Graph'

and after using my personal account for Azure AD to register the application. I am not able to sign in using my personal account but I set the support account as 'Accounts in any organizational directory (Any Azure AD directory - Multitenant) and personal Microsoft accounts'. Any help?101150-screenshot-132.png


azure-active-directory
screenshot-132.png (14.0 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

MarileeTurscak-MSFT avatar image
0 Votes"
MarileeTurscak-MSFT answered ShambhaviTewari-4517 edited

If you want to modify the exist Azure AD app to make it support personal account login, you could modify the manifest file, setting AzureADandPersonalMicrosoftAccount as the value for "signInAudience".


101534-image.png

Also, make sure you are registering the app with the Azure AD v2.0 endpoint, as v1 resources only support AAD accounts.



image.png (160.2 KiB)
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Thanks for replying back,

In the manifest file, "signInAudience" is already set as AzureADandPersonalMicrosoftAccount.

the endpoint is v2.0.

0 Votes 0 ·