Loading

Changing the Expiration Timeout of Trusted Tickets

Дата публикации: Apr 13, 2026
Описание

By default, Tableau allows trusted tickets to “live” without being redeemed for up to 180 seconds. Any unused ticket is not redeemable 180 seconds after the ticket was created.

Решение

TSM (2018.2 and newer versions): 

 

  1. (Preferred) Use the json config options to validate trusted authentication configurations as described in this article, trustedAuthenticationSettings Entity

Example: 
 

{
"configEntities": {
	"trustedAuthenticationSettings": {
		"timeoutInSeconds": "180"
        }
	}
}
  1. Set the tsm configuration setting "vizqlserver.trustedticket.timeout_in_seconds". 

Example: tsm configuration set -k vizqlserver.trustedticket.timeout_in_seconds -v 180

 

PRE-TSM (versions before 2018.2): 

Use: vizqlserver.trustedticket.timeout_in_seconds seconds

For example:

tabadmin set vizqlserver.trustedticket.timeout_in_seconds 60

tabadmin configure

tabadmin restart


 

Номер статьи базы знаний

001473071

 
Загрузка
Salesforce Help | Article