Forum Discussion
ranbeermakin
8 years agoResolver III
Calling Power BI Embedded token service securely from another application
Hi there, I'm able to generate my Power BI embed tokens successfully. But I'm worried about it's security, let me explain my scenario. I have an application hosted on app.com, and my service ...
- 8 years ago
You may take a look at link below.
https://stackoverflow.com/questions/31611072/how-to-secure-the-javascript-api-access-token
ranbeermakin
8 years agoResolver III
Thanks,
CORS I have setup. I'm evaluating Proxying the request.
Thanks.
paullondon
7 years agoNew Member
Did you ever get a solution to this that avoids putting tokens in Javascript?