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,
    });


so is asking for credentials do you know if there is a way to authenticate using TrustedAuthTokenCookieless on SageEmbed component?
image.png
Was this page helpful?