file contains incorrect properties or values when compared to the
platform.yaml
file, you might encounter unexpected behavior.
For example, consider the following scenarios where you do not get the expected result because of manual intervention:
The
agentContext
property is used to fetch the IDS-SESSION-ID. If the value for the
agentContext
property in the
platform.yaml
file is
/identity-service/agent/api/
v1
/
and you entered the value as
/identity-service/agent/api/
v2
/
in the
user-platform.yaml
file, Process Server fails to fetch the IDS-SESSION-ID because of the invalid endpoint. Therefore, the Secure Agent uses the basic authentication mechanism.
The
cacheExpiryMillis
property value is expected to be numeric. However, if you enter an alphanumeric value, the value will be treated as a string without any error.