I'am creating a blazor web app to show some PowerBI reports in a PowerBI page. I'am using separate authserver.
I need to login to azure, store the the token, open the blazor page, retrieve the token, retrieve the report by the PowerBiServiceApi and show it in the page.
Someone can guide me to do this?
I've already tried the solution by @Anjali_Musmade on the question 5720 but with no success in Blazor Web App.
1 Answer(s)
-
0
Hi,
This issue does not seem to be related to the ABP. ABP uses OpenIddict as OpenID Connect implementation and also ASP.NET's Identity. Therefore, you can perform this process in the same way with ABP as it should be in a “regular” ASP.NET application. I recommend you to look at PowerBI's own documentation for this.
See more:
- https://learn.microsoft.com/en-us/power-bi/create-reports/
- https://community.fabric.microsoft.com/t5/Report-Server/PowerBI-Report-server-integration-with-OPENID-connect/m-p/681040
- https://abp.io/support/Questions/799/PowerBI
If there are any specific problems you encounter during the implementation, we will try to provide better support if you can send us log records.