Forum Discussion
MSAL Modern Auth (OAuth 2.0) for personnal accounts
Did you select below mentioned Account Type while you create App Registration in Azure?
If you are not sure then you can validate it in Authentication section of your Azure App Registration as shown in below steps
If you have missed to select that account type while creating application then you won't see it in above screen shot, you can update it directly and you need to update it using manifest editor.
You can click on Manifest and update "signInAudience" value to "AzureADandPersonalMicrosoftAccount"
Hope it will helpful to you and if so then Please mark my response as Best Response & Like to help others in this community
- GeoprodYanSep 08, 2022Copper Contributor
kalpeshvaghela
Thank you for your help,
Unfortunately, we allready have this configuration in azureAD.
However, your answer, helped me to look for documentation on manifest properties. And i came across this page (which define the needed properties with AzureADandPersonalMicrosoftAccount) https://docs.microsoft.com/fr-fr/azure/active-directory/develop/supported-accounts-validation
But this doesn't explain why token request work in particular case and not in others....