0
votes

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? Screenshot

1
Are you using the /common endpoint?Carl Zhao

1 Answers

0
votes

You need to change the /tenant id endpoint to the /common endpoint.

The /tenant id endpoint only allows users with work/school accounts of a specific Azure AD tenant to log in to the application. It does not support personal accounts.

Only the /common endpoints will allow personal Microsoft accounts to log in to the application.