@@ -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
@@ -57,27 +57,30 @@ Both digest and basic authentication require the following properties to be conf
5757- ` ml.connection.username ` = the name of the MarkLogic user to authenticate as
5858- ` ml.connection.password ` = the password of the MarkLogic user
5959
60- ### Configuring MarkLogic Cloud authentication
60+ ### Configuring Progress Data Cloud authentication
6161
6262Cloud authentication requires the following properties to be configured:
6363
64- - ` ml.connection.basePath ` = the base path in your MarkLogic Cloud instance that points to the REST API server you
64+ - ` ml.connection.securityContextType=CLOUD `
65+ - ` 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
66- - ` ml.connection.cloudApiKey ` = the API key for authenticating with your MarkLogic Cloud instance
67+ - ` ml.connection.cloudApiKey ` = the API key for authenticating with your Progress Data Cloud instance
6768
68- You should also set ` ml.connection.port ` to 443 for connecting to MarkLogic Cloud.
69+ You should also set ` ml.connection.port ` to 443 for connecting to Progress Data Cloud.
6970
7071### Configuring certificate authentication
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