Forum Discussion
GRCacace
8 years agoFrequent Visitor
What permissions are required to generate a PBI Embedded token?
Hi everyone, We've been using Power BI since late 2016, and in particular, Power BI Embedded. We started with the PBI Embedded Workspace Collection, and we're working on migrating to Power BI Emb...
KalberPowerBI
8 years agoNew Member
I would force the Grant Permissions prompt and use the new "master" account credentials to grant the permissions:
authenticationResult = await authenticationContext.AcquireTokenAsync(
ResourceUrl,
ClientId,
new Uri("yourappuri"),
new PlatformParameters(PromptBehavior.Always));