Hello,

Hello, I have a technical question about embedding. We have the embedding functionality enabled but wanted to clarify the login requirement. If I embed a visual (e.g., in Confluence), does each user need to log in to view the embedded visual? Thank you!
2 Replies
Aditya
Aditya3mo ago
You can choose wether you want to have a authentication mode for embed or not. If you do not want it you can set it to AuthType.None. Or if you want to add some authentication methods(Cookiless, SAML) you can do that as well
yuichirio_ha
yuichirio_ha3mo ago
Hi @Ivana Kaufmanova , You can provide the permissions to make it visible to certain users. If you explicitly want users to authenticate users by themselves into thoughtspot. Otherwise : based on the token used from the sdk the users would be able to see the liveboard in embed. Authentication inside your app => based on their privilages inside your web app init the thoughtspot sdk with the specific token and username for that user in THoughtspot if general use dummy user.
With above they wouldn't need to log in or sign in. You can just create some dummy user if you don't care which user is logging in.

Did you find this page helpful?