Enabling authentication with REST API

Before installing Link or REST API, first enable authentication for the REST API execution time.

This enables authentication and enforces security checking before the flow is executed. The REST API call is authorized by accessing the Link user repository using the REST API supplied user and password, or security token. To enable the authentication mechanism, edit the file:

  • For native installation: <Link_install>/tx-rest-native.properties
  • For docker installation: <Link_install>/tx-rest-docker.properties
  • For Windows installation: C:\HCL\Link_<version number>\tx-rest.properties

and then change the settings in authentication.enabled as shown below:

authentication.enabled=true