Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
I'm getting very stuck trying to get an access token in order to embed a PowerBI report.
The report in PowerBI https://app.powerbi.com/groups/me/reports/80106298-cf83-480a-aba4-c679ffac1535
I'm using the PowerBIEmbedded_AppOwnsData sample.
<appSettings>
<add key="webpages:Version" value="3.0.0.0" />
<add key="webpages:Enabled" value="false" />
<add key="ClientValidationEnabled" value="true" />
<add key="UnobtrusiveJavaScriptEnabled" value="true" />
<add key="authorityUrl" value="https://login.windows.net/common/oauth2/authorize/" />
<add key="resourceUrl" value="https://analysis.windows.net/powerbi/api" />
<add key="apiUrl" value="https://api.powerbi.com/" />
<add key="embedUrlBase" value="https://app.powerbi.com/" />
<add key="clientId" value="Client ID from registering" />
<add key="groupId" value="1" />
<!-- The id of the report to embed. If empty, will use the first report in group -->
<add key="reportId" value="" />
<!-- Note: Do NOT leave your credentials on code. Save them in secure place. -->
<add key="pbiUsername" value="My Azure Username" />
<add key="pbiPassword" value="My Azure Password" />
</appSettings>Should I be replacing the Authority URL with the OAuth 2.0 Authorization Endpoint in my Azure AD's Registered Applications properties? (https://login.microsoftonline.com/{tenancy_id}/oauth2/authorize)
Solved! Go to Solution.
HI @BanksySan,
I think you can refer to below link to know how to get group id list.
If current group means your personal 'myworkspace', it is impossible to get group id from my workspace.
Regards,
Xiaoxin Sheng
HI @BanksySan,
I think you can refer to below link to know how to get group id list.
If current group means your personal 'myworkspace', it is impossible to get group id from my workspace.
Regards,
Xiaoxin Sheng
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!