Encrypting Secret key
Hello Team, Is there a way to encrypt secret key and send it to ThoughtSpot for TrustedAuthTokenCookieless Authentication
2 Replies
hey @lokesh , why do you want to encrypt the key , are you using it in your Frontend ?
if so please consider moving that logic to your background
take a look at this : https://developers.thoughtspot.com/docs/trusted-auth
Trusted authentication
You can configure support for token-based authentication service on ThoughtSpot.
Hi @Justin Mathew, Yes I am using it in my frontend angular app using Thoughtspot SDK. Let me check the possibilities of moving the logic to backend.