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
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
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?
No we do not have any limitations on the number of liveboards that can be embedded..
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
Is the record size set to 10?
no we havent limited to any count in the API call logic , but do we need to set batch size or any other option
Search metadata
Many use cases are possible with the very V2.0 metadata/search endpoint
there is mention of default value set to 10 here
Can you increase its value?