IntegratedUser
Specifies the Windows user account to be used when authenticating with NTLM. This value is only applicable when AuthScheme=NTLM and is used to explicitly identify the integrated user for domain-based authentication.
Data Type
string
Default Value
""
Remarks
This property sets the user identity that the add-in uses when performing Windows (NTLM) authentication. It can be used to explicitly set a user for NTLM authentication when the default Windows identity should not be used. It can also be used when running applications or services under a different Windows user context than the host process.
You may specify the user as DOMAIN\\Username or Username (if the Domain property is set separately).
Example:
IntegratedUser = "CORP\\jdoe"Note: This property is optional. If not set, the system attempts to use the current Windows user context (the user running the process or service). It is used in conjunction with the Domain and Password properties when performing NTLM login.