I am using Domo's dashboards to display analytics in our website. We are embedding an iframe into the webpage, and the user is to click on the link to it, which should automatically generate an authentication token, which then generates an embed token, which then displays the dashboard to the user.
We have the embed ID, the auth token, and the embed token (which shows up in the console when logged). And yet, it is still prompting the user to log in. The iframe src is set up like so:
src={ 'https://my-company.domo.com/embed/pages/private/${ embedToken.embedId }?filters=${ embedToken.embedToken }' }
What am I missing here? How do you display a Domo iFrame?