Hello,
I am trying to embedd report in custom app.
For that i am follwing this approach
Integrate a report into an app : https://powerbi.microsoft.com/en-us/documentation/powerbi-developer-integrate-report/
In above steps one of the step is to get access token.To get access token user faces a pop up which asks for the user's power BI credential.
Is there any way by which we can supress this step where in users needs to add power BI credential into popup ? and can it this step be performed by code by passing Power BI credentials to the authorisation URI?
Please guide for the same
Thanks in advance.