AADSTS90008: This happened because application is misconfigured
MrJunaidShahid opened this issue · 2 comments
Am getting the error while trying to integrate Azure Active Directory Login in WPF application,
AADSTS90008: The user or administrator has not consented to use the application with ID 'ApplicationID' (ApplicationName). This happened because application is misconfigured: it must require access to Microsoft Graph by specifying at least 'Sign in and read user profile' permission.
It looks like your application is not configured properly to request the necessary consent scopes. More than this is hard to tell without seeing your configuration. You mention WPF -is the issue related to this sample?
Closing this as we are archiving this sample. Please check out the new sample at ms-identity-javascript-angular-spa-aspnetcore-webapi.