Forum Discussion
Deep
5 years agoHelper I
How to auto generate embed token using javascript?
I successfully embed a report into my application using javascript. But I have to update embedded token manually every time. Now I want to call rest API from my code so that token update automatical...
Gabriel_Walkman
5 years agoContinued Contributor
Not sure if this works anymore, but here goes: https://community.powerbi.com/t5/Developer/get-Access-token-using-js/m-p/350294
Deep
5 years agoHelper I
yes, I do that but there is a problem over there. We made this solution for almost 1000 users so I want to remove that login popup because I don't want to share credentials with every user. Is there any solution for that?