Skip to main content
Version: 4

Microservice Settings - RESTAPIService

The following groups contain Adeptia Connect microservices RESTAPI Service properties that can be configured by going to Account > Settings > Microservice Settings. For more details on properties configuration, refer to the page Configuring the application properties.

[+] Logging

[-] Hide

Property name 
Description 
Default value 
logging.api.enabledEnable this property to log all requests and responses.false 
logging.level.rootRoot Application logging level. For production server, it is recommended to use NOTICE log level.INFO
logging.level.systemSystem logging level. For production server, it is recommended to use NOTICE log level.NOTICE
logging.pattern.console
%d %-5p [%t] %5c %l - %m%n%ex

[+] Parameters

[-] Hide

Property name 
Description 
Default value 
abpm.headerParams.excludeEnter the header parameters that you want to exclude while accessing a REST Provider/Webhook transaction. This is applicable only when you use GET or DELETE as the method type.Cookie,Client-X-Forwarded-For,Client-IP-Address
abpm.queryParams.excludeEnter the query parameters that you want to exclude while accessing a REST Provider/Webhook transaction. This is applicable only when you use GET or DELETE as the method type.callbackURL,orignal_scheme,orignal_port

[+] Session Authentication

[-] Hide

Property name 
Description
Default value 
abpm.ws.session.auth.enable

 This property allows the users to execute a process flow based on the session token authentication. Set this property to yes for session token authentication. On setting the value to no, process flow is executed by the owner of REST provider activity.

yes
abpm.ws.session.token.location

This property enables user to define the location for the session authentication token in relation to a REST client. You may set either of the following value:

  • Set the value for the property to cookie if you have provided the Key as Cookie, Value as “ACCESS_TOKEN=”, and Style as Header in the REST client.
    WarningIf you are using a Web Form for executing the process flow, set the value for this property to cookie.
  • Set the value for this property to Header if you have provided the Key as ACCESS_TOKEN, Value as the access token, and Style as Header in the REST client.
WarningIn case the user does not have permission to execute the process flow, an error is logged even when the properties are configured to allow execution on the basis of session token authentication.

cookie