ADALJS Error Description: AADSTS65001: Permission to access user information is not configured for the "clientId" application, or it has expired or has been revoked

I am trying to use ADALJS ( https://github.com/AzureAD/azure-activedirectory-library-for-js ) to access Azure Active Directory. I can login successfully, however when I try to make a webapi call I get the following error.

Error description: AADSTS65001: Permission to access user information is not configured for the "clientid" application, or it has expired or is revoked.

+3


source to share


1 answer


You can follow this sample to test your app configuration: https://github.com/AzureADSamples/SinglePageApp-WebAPI-AngularJS-DotNet



You may not be able to enable the implicit Oauth2 flow in your manifest.

0


source







All Articles