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>