Forum Discussion
seijim
10 years agoMicrosoft Employee
How to use Power BI Rest API without GUI authentication (redirect uri)
I'm developing an Azure worker role application which pushes data to PowerBI.com service. I referred a C# sample client application via Git Hub. But it authenticates using GUI (redirect uri) during ...
- 10 years ago
You can use the user name and password flow that AAD supports. This 3rd party client library has an example: https://github.com/Vtek/PowerBI.Api.Client
jocaplan-MSFT
10 years agoMicrosoft Employee
You can use the user name and password flow that AAD supports. This 3rd party client library has an example: https://github.com/Vtek/PowerBI.Api.Client