Hi community, we are using AuthType.
Hi community, we are using AuthType.TrustedAuthToken for authentication and handling it so our app users aren't directly aware of ThoughtSpot user/login outside of our application user/login. We are running into an issue where after inactivity the user ends up being exposed to the ThoughtSpot login where our liveboard component is. I assume we need to handle token timeout better than we currently are or catch some other event. Is there an example of how to avoid this anywhere?
2 Replies
Are you using the autoLogin: true in the init? See 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.
No, thanks for pointing this out!