Forum Discussion
nonstoplearner375
Dec 07, 2021Copper Contributor
AADSTS65001: The user or administrator has not consented to use the application with ID
Hi All,
I am trying to run an embedded Power BI app which is secured by an Azure AD application. I get the following error:
com.microsoft.aad.msal4j.MsalInteractionRequiredException: AADSTS65001: The user or administrator has not consented to use the application with ID '82df4dcd-9226-41dc-b324-970f150804c7' named 'vktpowerbiapp'. Send an interactive authorization request for this user and resource.
Trace ID: a0a1ec36-e4e7-48be-b595-139d4f5f3f00
Correlation ID: e94aa447-9070-4fbc-9528-326a396dac3f
Timestamp: 2021-12-07 17:39:43Z
How do I overcome this?
- As the message suggests, you need to consent to the app first. Read here: https://docs.microsoft.com/en-us/azure/active-directory/manage-apps/consent-and-permissions-overview
- nonstoplearner375Copper ContributorThank you that worked.