mad1 - Hi Folks, I want to achieve that even if...
Hi Folks, I want to achieve that even if a user don't have access to ThoughtSpot or not onboarded on Thoughtspot, the embeded thoughtspot dashboard should still be visible to him, once he login. Can you please suggest what should be done to achieve this
4 Replies
Where is this login? You can use trusted auth for this, where you can ask for a token for any username and fetch the content to be showed in the embedded TS app
Hey @shikharTS , the login is happening through application. But with Trusted Auth, will we be able to allow user to access the embedded dashboard without having been onboarded on the Thoughtspot platform ?
yes, you can get the token for for a fixed user, the user accessing the content need not be onboarded on the TS platform
Okay, Thanks @shikharTS