Forum Discussion
Anonymous
4 years agoNot applicable
403 error message while trying to hit PBI API (I am able to get the token)
Hi All! I am tryng to user the new service proncipal profile feature in order to publish datasets on multiple tenents using PBI API. I created an app registration, Azure AD group for the service pr...
- 4 years ago
The AAD token you are generating in
GetServicePrincipalToken
is not set with the right audience
make sure the token you are using is with the right audience for powerbi API's "https://analysis.windows.net/powerbi/api"
mshmordok
4 years agoMicrosoft Employee
The AAD token you are generating in
GetServicePrincipalToken
is not set with the right audience
make sure the token you are using is with the right audience for powerbi API's "https://analysis.windows.net/powerbi/api"
- Anonymous4 years agoNot applicable
Thank you! can you please refer me to the the documantion which explain how to generate the token usingthe https you mentioned?
Thank you, Tal