Forum Discussion
alexsilvar
8 years agoFrequent Visitor
How to Generate Embed Token in pure JavaScript
Hello :) I already did the autentication steps and already can get the access_token. I made this using the ADAL.js Now I'm trying to simply generate a embed token, I already got all the other in...
- 8 years ago
Hi.
You cannot use 'me' as a group for my workspace, generate token works only in groups
https://msdn.microsoft.com/en-us/library/mt784614.aspx
You can use your Pro license for developing, when you go to production, you need to purchase a capacity:
https://docs.microsoft.com/en-us/power-bi/developer/embedded-faq
Eli.
mittalpatel130
Helper III
6 years agoHello alexsilvar -
Now I'm also in the same boat.. We are embedding the reports in an application which only supports Client Side Scripting.
Did this code work for you to generate new Embed Token? If yes, could you please post here the full code..
It will be much appreciated.. Thank you.