Swati - Hi team, we are encountering a weird si...
Hi team, we are encountering a weird situation that we never thought. We have ThoughtSpot embedded in our system using trusted auth. Now when we are logging in dev and qa env both at the same time, it is asking to which Org we want to go which is causing confusion in users. how can we handle this scenario
3 Replies
cc: @Justin Mathew
hey @Swati while creating the token you can pass a org_id there , which limits the token to a single org
additionaly when creating embed we have org_id param
https://developers.thoughtspot.com/docs/Interface_LiveboardViewConfig#_overrideorgid
LiveboardViewConfig
The configuration for the embedded Liveboard or visualization page view.
thank you @Justin Mathew , we are sending orgid in auth token but not in embed function. we are trying to do that now and see if that resolves the issue