Stellnox - Hi everyone, Could somebody help me...
Hi everyone,
Could somebody help me to better understand how Orgs works. Here is my setup:
1. I have Thoughtspot instance with 2 orgs, "Primary" and "Org 1"
2. I'm trying to embed Liveboard that lives in Primary Org on My Site
So in order to do that I'm creating a Bearer token for Primary org using this API request with
org_id=0
Then I use this token in SDK init()
function and embed a liveboard using new LiveboardEmbed()
with proper config.
Everything works fine and I can see Liveboard. However If I go to Thoughtspot Dashboard and change Org from "Primary" to "Org 1", and reaload my site Liveboard now says "Switch to another org to view this Liveboard" even though I have token and app initialized for Primary Orgs.
Is this intentional behavior or I'm doing something wrong?REST API v2.0 Playground
ThoughtSpot REST API v2.0 Playground
3 Replies
what auth scheme are you using? TrustedAuth or TrustedAuthCookieless?
One is cookie based (TrustedAuth) so this would be expected..
@shikharTS I'm using TrustedAuthCookieless
There is a BE TS flag with which the cookie gets precedence over the auth token. Can you send me your cluster url and maybe the HAR when you encounter this issue in the DM? We should be able to pinpoint the issue..