Enable Access Token Encryption
For greater security, you can encrypt access tokens before they are persisted. When a user logs in, an access token is created and associated with the user session. During the token generation process, you can ensure that encryption occurs before the token is created. Follow the steps below to enable access token encryption.
Enabling Access Token Encryption in ThingWorx
In the sso-settings.json file, configure the encryptTokenInDatabase parameter as follows:
If you are using OAuth tokens, set the value to true.
If you are not using OAuth tokens, set the value to false.
Was this helpful?