Forum Discussion
Not able to pull Power BI report from a Internal only web application using http.
Hi, middlewaredonut
If you want to access Power BI content in an insecure way, you'll need to embed it with service principal authentication, which won't require you to sign in.
Here's a flowchart for authorization using service principal authentication:
Permission tokens needed to embed a Power BI app - Power BI | Microsoft Learn
Now that you understand how this works, you can embed the Power BI service in your app by following the example in the documentation:
Embed content in your Power BI embedded analytics application - Power BI | Microsoft Learn
With a service principal, you don't need to log in and then embed your reports, which solves the problem of viewing these in apps that don't have an SSL certificate configured.
Best Regards
Jianpeng Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.