@@ -47,8 +47,8 @@ Regardless of the required authentication strategy, you must configure the follo
4747- ` ml.connection.port ` = the port of the MarkLogic app server you wish to connect to
4848- ` ml.connection.securityContextType ` = the authentication strategy required by the MarkLogic app server; defaults to DIGEST
4949
50- The choices for ` ml.connection.securityContextType ` are DIGEST, BASIC, CERTIFICATE, KERBEROS, and NONE. The additional
51- properties required for each are described in the following sections.
50+ The choices for ` ml.connection.securityContextType ` are ` DIGEST ` , ` BASIC ` , ` CERTIFICATE ` , ` KERBEROS ` , ` CLOUD ` , and
51+ ` NONE ` . The additional properties required for each are described in the following sections.
5252
5353### Configuring digest and basic authentication
5454
@@ -61,6 +61,7 @@ Both digest and basic authentication require the following properties to be conf
6161
6262Progress Data Cloud authentication requires the following properties to be configured:
6363
64+ - ` ml.connection.securityContextType=CLOUD `
6465- ` ml.connection.basePath ` = the base path in your Progress Data Cloud instance that points to the REST API server you
6566 wish to connect to
6667- ` ml.connection.cloudApiKey ` = the API key for authenticating with your Progress Data Cloud instance
@@ -71,13 +72,15 @@ You should also set `ml.connection.port` to 443 for connecting to Progress Data
7172
7273Certificate authentication requires the following properties to be configured:
7374
75+ - ` ml.connection.securityContextType=CERTIFICATE `
7476- ` ml.connection.certFile ` = path to a PKCS12 certificate file
7577- ` ml.connection.certPassword ` = password for the PKCS12 certificate file
7678
7779### Configuring Kerberos authentication
7880
7981Kerberos authentication requires the following property to be configured:
8082
83+ - ` ml.connection.securityContextType=KERBEROS `
8184- ` ml.connection.externalName ` = the name of the principal to be used in Kerberos authentication
8285
8386### Configuring no authentication
0 commit comments