Forum Discussion
Hadi14
1 year agoRegular Visitor
how to embed power bi report in php application without second authentication
I have a web application that I want to embed reports from my organization's Power BI server, which is on the organization's domain controller. I embedded the report, but it still requires authentica...
nilendraFabric
1 year agoSuper User
Hello Hadi14
To embed a Power BI report in a PHP application without requiring secondary authentication, you can implement the “Embed for your customers” (App Owns Data) solution using Azure Active Directory (AAD) service principals.
https://learn.microsoft.com/en-us/power-bi/developer/embedded/embed-sample-for-customers
Hadi14
1 year agoRegular Visitor
I don't want to use Azure.