Bearer token auth

Hi

We are trying to display the dashboard in an iframe embedded in our web app. We can use XHR to fetch the initial page with additional auth headers and put the result in the iframe to have the emtpy dashboard displayed. The additional data fetch requests made by the dashboard then get error 401 Unauthorized.

Only way to make it work is to use a browser extension that will add the auth header to all requests, and this isn’t something we can use in production.

Is there any recommended way to do what we are trying to do?