Forum Discussion
PaulKaplan
May 15, 2021Copper Contributor
AADSTS65001: The user or administrator has not consented to use the application with ID
Trying to create a simple SPA and call a Rest API in Azure, and I am getting InteractionRequiredAuthError: AADSTS65001: The user or administrator has not consented to use the application with ID 'xxx...
PaulKaplan
May 16, 2021Copper Contributor
This is resolved. In the msal request, for client id, I used the app id for the Rest Api, rather than the app id for the SPA.