Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.truu.ai/llms.txt

Use this file to discover all available pages before exploring further.

This guide shows the what to configure for enabling cauth in the installer application.config file and other fields which can be customizable based on customer needs
Flag nameDefaultPurposeNotes
`EnableCAuth`falseEnables/disables CAuth features, including policy-triggered re-auth prompts.
Reg Command :
reg add “HKLM\SOFTWARE\Policies\TruU\Authenticator” /v EnableCAuth /t REG_DWORD /d 1 /f
false = off, true = on
`ReauthTimeoutSec`30How long the re-auth prompt stays open before timing out; on timeout the workstation is locked.Max allowed is 120
`AuthCooldownSeconds`1800Minimum time (in seconds) between consecutive CAuth re-auth prompts.Minimize if tolerate more frequent step‑up prompts
`authAttempts`8TruU PIN lockout threshold (app-level): wrong PIN attempts allowed during TruU re-auth before PIN is locked.Same flag for standard Pin hammering
`timeExpiredFailedAttemptsSec`3600TruU PIN lockout duration (in seconds) after attempts are exhausted.Same flag for standard Pin hammering