en-US citrix computer

Store authentication tokens

Citrix Workspace App

Supported on: All Citrix Workspace supported platforms

Description

Use this policy to store authentication tokens. Authentication tokens are encrypted and stored on the disk so that you don’t need to reenter the credentials in case of a system reboot or when Citrix Workspace App is restarted. Enabled or Not Configured indicates that the authentication tokens are stored. This is the default option. Disabled indicates that the authentication tokens are not stored and that you must re-enter the credentials in case of a system reboot or when Citrix Workspace App is restarted. This policy is only applicable to cloud deployments.

Registry

HKLM SOFTWARE\Policies\Citrix\Dazzle

Value name: StoreAuthenticationTokens

Enabled: StoreAuthenticationTokens = true

Disabled: StoreAuthenticationTokens = false

REG Builder

BETA

Configure the state and elements to generate .reg, PowerShell, Intune, and SCCM outputs.

These exports replicate the policy's registry effect. Editing the registry directly is not the same as applying the GPO through the management console (no gpupdate, no central reporting). Test before production; HKLM changes require administrator rights.

.reg file

Windows Registry Editor Version 5.00

; Exported from gporais.com
; Policy: Store authentication tokens
; State: Enabled
; Supported on: All Citrix Workspace supported platforms

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Citrix\Dazzle]
"StoreAuthenticationTokens"="true"