Skip to main content

Get help for ARIS Process Mining functions and services

Configure SNC connection parameters

You can establish an SNC connection either with SSO using a certificate, or with a user/password combination for a basic authentication, where SNC is used only for encryption.

You can use the CLI tool to configure a SNC connection. The relevant attributes are described in the MD files located in the ...\conf\ folder.

The relevant attributes are user, password, sncMode, sncMyName, sncPartnername, sncQop, and sncSso.

SNC SSO

You must set sncMode and sncSso to true and not specify a user and password as in the following sample configuration:

"user" : "",

"password" : "",

"sncMode" : true,

"sncMyName" : "p:CN=SAPUSER, OU=TEST, O=SAG, C=US",

"sncPartnername" : "p:CN=SAP-SNC, OU=TEST, O=SAG, C=US",

"sncQop" : "HIGHEST_AVAILABLE",

"sncSso" : true

Basic authentication

You must set sncMode to true, sncSso to false, and specify a user and password as in the following sample configuration. You can encrypt the password with the configureExtractor command line tool, as described in the chapter Change the SAP password.

"user" : "sapuser",

"password" : "<encrypted>",

"sncMode" : true,

"sncMyName" : "p:CN=SAPUSER, OU=TEST, O=SAG, C=US",

"sncPartnername" : "p:CN=SAP-SNC, OU=TEST, O=SAG, C=US",

"sncQop" : "HIGHEST_AVAILABLE",

"sncSso" : false