When generating a dashboard embed URL for anonymous users I want to embed multiple dashboards in the same URL by sending a list of ARNs.
Using the embedding SDK I can navigate between dashboards using the navigateToDashboard action.
When navigating between dashboards within the same 30 minute session, will I consume sessions from the capacity every time I navigate to a dashboard?
@ionut ,
The below post should answer : Multi-Dashboard in Single Embed Session Example
Use navigateToDashboard() and navigateToSheet() whenever possible
If you have multiple dashboards on your host application that don’t need to load concurrently, you can optimize the authentication flow by utilizing two APIs we expose,
navigateToDashboard()
ornavigateToSheet()
, in our JavaScript SDK. These APIs reuse the same iFrame for each load, while reusing the authentication token.
This technique has proven to be very effective for many of our embedding users.
For more information about these APIs, refer to Amazon QuickSight Embedding SDK.
Kind regards,
Koushik
Hi @ionut,
It’s been awhile since we last heard from you, did you have any additional questions regarding your initial topic?
If we do not hear back within the next 3 business days, I’ll go ahead and close out this topic.
Thank you!
Hi @ionut,
Since we haven’t heard back, I’ll close out this topic.
However, if you have any additional questions, feel free to create a new post in the community and link this discussion for relevant information if needed.
Thank you!