Forum Discussion
ranbeermakin
Resolver III
8 years agoCalling 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
v-chuncz-msft
Community Support
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
Resolver III
8 years agoThanks,
CORS I have setup. I'm evaluating Proxying the request.
Thanks.
- paullondon7 years agoNew Member
Did you ever get a solution to this that avoids putting tokens in Javascript?