Construct the Embed URL
Construct the special embed URL for your Dashboard and append the newly generated JWT in the authentication stage.-
Take your original Dashboard URL and insert
/embed/before the Dashboard’s name and ID. -
Append the JWT as a
tokenquery parameter. The URL should look like the following:- Original URL:
https://<customer>.askwisdom.ai/dashboards/name-id - Final Embed URL:
https://<customer>.askwisdom.ai/dashboards/embed/name-id?token=<JWT_FROM_STEP_1>
- Original URL:
-
You can now use this URL as the
srcfor an<iframe>in your application:
URL Update: Story to DashboardThe embedding URL has been updated to use
/dashboards/ instead of /stories/.If you are currently using an older URL containing /stories/, it will continue to work and does not require immediate replacement.