ivnext - Team, any idea why TSE would timeout a...

Team, any idea why TSE would timeout after a short period of inactivity? The callback for auth passed into the init() function (via the getAuthToken parameter) does not appear to be invoked.
3 Replies
utsav.kapoor
utsav.kapoor4w ago
We have a setting called idleSessionTimeoutwhich is a security feature which logs you out after a certain period of inactivity. I have a few questions to help you out: 1. Do you use Auth Cookieless or Auth Cookie? 2. Whats your token timeout time 3. Can you send me your cluster details in DM ? @shikharTS - FYI
shikharTS
shikharTS4w ago
Also
The callback for auth passed into the init() function (via the getAuthToken parameter) does not appear to be invoked.
If that is not invoked, you should never be able to log into the TS in your embedded instance, does not get called the 2nd time after session times out? You can also have autologin set to true : https://developers.thoughtspot.com/docs/Interface_EmbedConfig#_autologin
EmbedConfig
The configuration object for embedding ThoughtSpot content. It includes the ThoughtSpot hostname or IP address, the type of authentication, and the authentication endpoint if a trusted authentication server is used.
Justin Mathew
Justin Mathew4w ago
@ivnext what auth type were you using ?

Did you find this page helpful?