Why does private embed redirect to login page?
I am trying to implement a private embed using programmatic filtering, based upon the .NET sample, but instead of displaying the dashboard it tries to load the login page (which is blocked from displaying in an iframe). I have successfully obtained an embedToken and I believe I'm sending it correctly via a form that…