Receiving authentication error while connecting IDMS business server (REST API) via third party product.
In order to trace the REST API request, is there any parameters available to mention in business server?
Release : Any
Component: IDMS REST API
IDMS API Server is also a Tomcat Server . The format for the IDMS API application will be YAML for the API mediation layer
Append the below parameters to application.yml:
server.tomcat.basedir: <base dir for tomcat-related files>
server.tomcat.accesslog.directory: <directory under previous one>
server.tomcat.accesslog.suffix: .log
server.tomcat.accesslog.prefix: access_log
server.tomcat.accesslog.enabled: true
server.tomcat.accesslog.pattern: <"%t - %m %H %S %{Authorization}i">
The REST API utilizes the Spring platform. Refer to Common Application Properties for more information about Tomcat parameters