Sindhu Shanmugam - Hi Team , ThoughtSpot embeds...

Hi Team , ThoughtSpot embeds as a third party application in React app , therefore, clients who access the embedded platform using MAC has to do a additional step of disabling 'Prevent cross-site tracking' to access the Liveboard. Do we have any configuration to overcome this situation?
9 Replies
shikharTS
shikharTS4mo ago
Does it only happen on MAC? Is the issue with safari browser? Looks like safari block third party cookies by default and that is why you are getting this message.. Can you confirm this once? Is this 'Prevent cross-site tracking' mean enabling third party cookies. If yes you can use auth type trusted auth cookieless to avoid using third party cookies https://developers.thoughtspot.com/docs/Enumeration_AuthType#_trustedauthtokencookieless
AuthType
The authentication mechanism for allowing access to the the embedded app
Sindhu Shanmugam
Sindhu ShanmugamOP4mo ago
Hi Shikhar , Thank you for looking into this. Yes, so this happens only with Safari and Chrome, so its to allow third party cookies /cross-site cookies. we will try this option . Thank you! also , do we have any limitations on number of liveboards that can be embedded?
shikharTS
shikharTS4mo ago
No we do not have any limitations on the number of liveboards that can be embedded..
Sindhu Shanmugam
Sindhu ShanmugamOP4mo ago
but we are filterting the LiveBoards using tag identifier to allow only internal and external. when we allocated the tags to 12 liveboards , the API response is only returning the metadata to 10 liveboards alone
shikharTS
shikharTS4mo ago
Is the record size set to 10?
Sindhu Shanmugam
Sindhu ShanmugamOP4mo ago
no we havent limited to any count in the API call logic , but do we need to set batch size or any other option
Sindhu Shanmugam
Sindhu ShanmugamOP4mo ago
Search metadata
Many use cases are possible with the very V2.0 metadata/search endpoint
Sindhu Shanmugam
Sindhu ShanmugamOP4mo ago
there is mention of default value set to 10 here
shikharTS
shikharTS4mo ago
Can you increase its value?

Did you find this page helpful?