For the embed, our current technical connection from the website to PowerBI is through a master account (username + password). With the use and prefer of MFA, we want to change our code to a service principal way.
Unfortunately, there are no examples of php codes that we can use. Could someone possibly share some sample code with us?
Thanks!
No example codes for PHP? It's really hard to get we see 🙂
Would be nice and helpfull please.
Thanks again!
Hi @SFteam ,
I think you may refer to this offical blog to learn more details about how to embed for customer.
You can refer to below blog to get embedded sample application.
For reference:
Embed content in your Power BI embedded analytics application - Power BI | Microsoft Learn
You can refer to below blog to learn more details about how to configure service principal to authenticate.
For reference: Embed Power BI content in an embedded analytics application with service principal and an applicatio...
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks for your reply. Actually we currently have a website running with authorization based on email address and password. That code already works. What should the code be for working with the service principal method.
This is just the question we have. Thanks again.