The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello,
We have a java applications deployed on Websphere 8.5.5 where ssl is not enable. we have added secure embed code of power Bi reports with in this application. But when we try to invoke the reports from this application a sign in screen of power bi is displayed and when we click on signin it keep on redirects to the same signin page.
can some let help us how to access this the reports from non-secure application or website.
It redirects to the below URL.
Thanks
ug
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.