Hey all, I'm trying to use SageEmbed in

Hey all, I'm trying to use SageEmbed in the same way I use LiveboardEmbed but for some reason AuthType.TrustedAuthTokenCookieless doesn't work
init({
thoughtSpotHost: props?.serverUrl ?? 'https://hubsync.thoughtspot.cloud',
authType: AuthType.TrustedAuthTokenCookieless,
getAuthToken: getAuthToken,
});
init({
thoughtSpotHost: props?.serverUrl ?? 'https://hubsync.thoughtspot.cloud',
authType: AuthType.TrustedAuthTokenCookieless,
getAuthToken: getAuthToken,
});
so is asking for credentials do you know if there is a way to authenticate using TrustedAuthTokenCookieless on SageEmbed component?
No description
6 Replies
ashish
ashish11mo ago
Is there an error in the console ?
Eduardo Leon
Eduardo LeonOP11mo ago
No description
ashish
ashish11mo ago
you free for a quick call sometime ? Not able to identify this using these symptoms
Eduardo Leon
Eduardo LeonOP11mo ago
issue fixed in the latest version thank you so much for your assistance @ashish
ashish
ashish11mo ago
Hi Eduardo, do you mind sharing the version of full thoughtspot( not the SDK) you are on currently? You can go to top right of the nav - click on ? Button - About

Did you find this page helpful?