Optional configuration
When you create an Identity agent configuration, you can access optional configuration in the user interface (UI) for to both Microsoft server and Docker variants.
On the Finalize configuration step under View advanced settings, click Add configuration attribute. It is also available when the Identity agent configuration is later edited through the UI
Each Optional configuration entry has a name and a value
| Name | Default value | Description |
|---|---|---|
VerboseTrace |
False | If the option is not set, the default value is false. When set to
true, and trace is enabled, additional traces are output more frequently. |
InsecureSkipVerify |
False | TLS connections to the tenant server validate the server’s certificate even when the server name is specified as an IP address or when the CA certificate is not provided. If your connection does not support certificate validation, for example, in a test scenario, you can disable the validation with this option. This option is not a secure method to use in production environments. |
LdapCertHostName |
The hostname of the LDAP URI | The TLS connections to the LDAP server verify the hostname that is specified for the LDAP
server URI against the hostname value that is set in the LDAP server certificate. In some
situations, the LDAP server certificate hostname value might not match the hostname that is used to
access it. With this option, the LDAP Server certificate name can be specified independently of the
connection hostname. Note: When set, this single hostname value is used to validate all LDAP
replicas server certificates. By default, or when not present, the certificate hostname is assumed
to be the hostname that is extracted from the
ldapUri option, “External
LDAP host URI” in the UI. |