Lucjan - Hi Team,I am currently working on if...
Hi Team,
I am currently working on iframe embedding and encountered some challenges/questions:
URL Parameters for Org Selection:
I am using the following URL:
https://emeats.com/?embedApp=true&primaryNavHidden=true&profileAndHelpInNavBarHidden=true&OrgID=1802474410#/embed/viz/9197a8f8-9152-4c8c-9bd7-1c4fb134e72e
According to the documentation, it should be possible to pass the OrgID in the URL parameters to avoid prompting users to select the correct organization. However, despite including OrgID=1802474410, the pop-up for selecting an organization still appears. Am I missing something?
Disabling the Navigation Menu:
Is there a way to completely disable the navigation menu in the embedded view?
For reference, I was using the following documentation:
ThoughtSpot Embed Without SDK
Any guidance on resolving these issues would be greatly appreciated.
Thanks!
Luc
Solution:Jump to solution
@Lucjan how are you authenticating for this? It is possible that you are logged in another tab and it is taking the org session from that. Also would be good to make sure the liveboard you are embedding is in the orgID you have given.
4 Replies
Hey @Lucjan
orgSwitcherHidden
Boolean. Hides the Orgs drop-down in the full application embedded view.
Youc an use this :
https://developers.thoughtspot.com/docs/embed-without-sdk
Listed under : Feature flags and query parameters to customize the embedded view.
Embed without SDK
Embed Liveboards without using Visual Embed SDK
Thanks @yuichirio_ha, for quick response, I had tried like this "/?embedApp=true&primaryNavHidden=true&orgSwitcherHidden=true#/embed/viz/9197a8f8-9152-4c8c-9bd7-1c4fb134e72e" But ti's still showing me
Solution
@Lucjan how are you authenticating for this? It is possible that you are logged in another tab and it is taking the org session from that. Also would be good to make sure the liveboard you are embedding is in the orgID you have given.
Yes, indeed there was an active session in the different tab. Thanks for clarification