Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
Anonymous
Not applicable

get access token for powerbi embedded from azure throws invalid credential error

I am trying to get access token from azure using rest api.

I have registered the APP in azure, also the user  exists in Azure active directory with User role. (user account is organization account)

Getting the below error when I  use the rest api. Can someone help me with this. Thanks

"statusCode":400,"body":"{\"error\":\"unauthorized_client\",\"error_description\":\"AADSTS70002: Error validating credentials. 

 

POST: https://login.microsoftonline.com/common/oauth2/token
data: {
    grant_type: password
    scope: openid
    resource: https://analysis.windows.net/powerbi/api
    client_id: {Client ID}
    username: {PBI Account Username}
    password: {PBI Account Username}
}

  

1 REPLY 1
v-jiascu-msft
Employee
Employee

Hi @Anonymous,

 

Please refer to Developer/Get-token-of-report. It has almost the same issue. You can find a solution there. The POST URL seems wrong at the first glance. 

 

Best Regards,
Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors