Revision as of 08:14, July 5, 2023 by Xavier (talk | contribs) (Xavier used the OptionPublish action.)
Jump to: navigation, search

Workspace Desktop Edition:interaction-workspace:security-client-authentication-certificate-search-value


View in ref guide.

Edit this option          Publish this option          Clear draft content


Published Option

security.client-authentication-certificate-search-value

Default Value: Empty
Valid Values: A string value or one of the supported field codes, Workspace uses to select a certificate.
Changes Take Effect: When the application is started or restarted.


For mutual TLS only. Specifies a string or one of the supported field codes that Workspace should use to select a certificate from the Windows Certificate Store to be used on the client-side to authenticate to server.

Search order with this value is:

  1. The certificate Thumbprint.
  2. The certificate Subject with this value, such as: Email, Common Name, Organizational Unit, and so on.
  3. The certificate Subject Alternative Name with this value.

Supported field codes:

  • $Agent.UserName$: The User Name.
  • $Agent.UPN$: The Explicit User Principal Name (eUPN) specified in the Windows Active Directory by the Windows Administrator when provisioning the agent account. This mode is deprecated and should be substituted by implicitUPN.
  • $Agent.ImplicitUPN$: The Implicit User Principal Name (iUPN), which is a combination of the samAccountName and the user's Domain.
  • $Agent.SAMAccountName$: The SAM Account Name attribute in the Windows Active Directory specified by the Windows Administrator when provisioning the agent account.
  • $Agent.MachineName$: The Machine Name attribute.
  • $Agent.MachineNameWithDomain$: The period (.) separated combination of Machine Name and Domain attributes.

Note: For authenticated connection to Configuration Server, this option should be present in the local InteractionWorkspace.exe.config configuration file.

Draft Option

No draft option


Comments or questions about this documentation? Contact us for support!