Forum Discussion
azulcore
8 years agoFrequent Visitor
PowerBIEmbedded_AppOwnsData eorr after publishing to IIS
I was able to download the PowerBIEmbedded_AppOwnsData MVC code update the parametes, run it locally and everything worked successfully everytime. However, now I published the solution to our test II...
- 8 years ago
I was able to solve this problem. All I had to do was move the cloud.config file over to my site and restart the site (or wait a while) and it was working as expected
luther-c
7 years agoNew Member
Under the pbiPassword key, within the app settings in Web.config, I had to add this:
<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/" />
Got that from https://community.powerbi.com/t5/Developer/App-owns-data-Sample-Azure-Problem/td-p/425097