Forum Discussion
ysapiyev
Responsive Resident
7 years agoGet token of report
Hi everyone I have a question regarding embed token of report to insert it in Azure web app. Currently, I followed video instruction from Guy in cube regarding getting token and I got error. Al...
- 7 years ago
Hi Yerkhan,
Regarding the error, please refer to #grant-admin-consent-to-enterprise-apps-in-the-azure-portal for a solution. Please also refer to the snapshot below.
In order to get the embed token, we need to get a valid access token first, then invoke the REST API with it to get the embed token. Please refer to the snapshots below.
1. Get an access token.
POST https://login.microsoftonline.com/replace_with_your_tenant_id/oauth2/token
resource: https://analysis.windows.net/powerbi/api2. Invoke the "generate embed token" API.
If there aren't any roles, you don't need to specify the identities.
Best Regards,
Dale
v-jiascu-msft
Microsoft Employee
7 years agoHi Yerkhan,
I should have made that clear. The 'replace_with_your_tenant_id' is your tenant ID. Please refer to the snapshot below.
https://login.microsoftonline.com/replace_with_your_tenant_id/oauth2/token
Best Regards,
Dale
ysapiyev
Responsive Resident
7 years ago