User Configuration File for Windows

This file contains parameters pertaining to individual users.

Windows Configuration File Location

C:\Users\Dell\AppData\Local\Delinea_Inc

Enabling/Disabling Auto Reauthenticate on Windows

This feature provides the option to configure vault reauthentication behavior in Connection Manager. Users may keep the existing behavior that automatically restarts the authentication flow or force a fresh login when their vault session/refresh tokens have expired--mimicking the existing web API behavior.

The default value is y which automatically restarts the authentication flow. If the value is set to n, the behavior will be more similar to the web API which forces a fresh login. The n option is beneficial for users who use SAML configuration through an external identity provider with a longer session/refresh length and enables audit logs to correctly generate upon logout.

Example

Copy
<setting name="AutoReauthenticate" serializeAs="String">
    <value>n</value>
</setting>

Re-enabling the Web Launcher Training Dialog

If you opted out of displaying the web launcher training dialog and would like to re-enable it, update the value of the TrainingDialogWebLauncherHide value to False or delete this setting entirely:

Copy
<setting name="TrainingDialogWebLauncherHide" serializeAs="String">
    <value>False</value>
</setting>

Re-Enabling the Browser Extension Not Found Dialog

If you opted out of displaying the Browser extension not found dialog and would like to re-enable it, update the value of the DoNotShowWebBrowserError value to False:

Copy
<setting name="DoNotShowWebBrowserError" serializeAs="String">
    <value>False</value>
</setting>