Jhonatan Teixeira
07/07/2025, 3:54 PMapiTokenAuthentication
as the Analytics editor (currently we authenticate the IFRAME using JWT token) ?Yvonne Changamuka
07/07/2025, 5:22 PMJhonatan Teixeira
07/08/2025, 8:54 AMListening for postMessage with API token...
and it doesn't seem to be working as expected when using JWT authentication.
Also, I don't really see this iframe being mentioned in the docs, are you able to point to the documentation that really has this iframe being described?Jhonatan Teixeira
07/08/2025, 9:58 AMYvonne Changamuka
07/08/2025, 11:38 AMJhonatan Teixeira
07/08/2025, 11:40 AMYvonne Changamuka
07/08/2025, 1:45 PMJhonatan Teixeira
07/08/2025, 1:47 PMJulius Kos
07/08/2025, 2:05 PMJhonatan Teixeira
07/08/2025, 2:32 PMapiTokenAuthentication=true
the IFRAME loads (as this uses the browser session if I logged in on GoodData in another tab). Have you guys tested the dashboard Iframe with JWT authentication?
The dashboard WebComponent does work with JWT, as we use it often, but I don't know if there is a way to enable navigation sidebar in the WebComponent?Moises Morales
07/08/2025, 6:44 PMapiTokenAuthentication=true
parameter in the src
URL to ensure the authentication went through correctly. Additionally, please double-check the structure of your URL parameters since they must follow the correct syntax.
For example:
?apiTokenAuthentication=true&showNavigation=false
Note that the first parameter must be preceded by a ?
, and any subsequent parameters should be joined with &
. If this hierarchy is incorrect, e.g., using two ?
characters or misplacing the &
, then the URL may be treated as invalid, and the dashboard will fail to render.
I’ve also shared an HTML file containing my working test setup. You can compare it with your implementation and identify any discrepancies.
Let me know if you need further clarification or run into any other issues.Jhonatan Teixeira
07/09/2025, 8:51 AM