Setting up logging parameters in Security Token Service
If you are using Talend Identity and Access Management with STS to manage authorization accesses to services in Talend ESB(only available in Talend subscription products), you can decide whether to log the communication between the modules involved.
To do so, you have to edit the following configuration files:
- In
<TalendRuntimePath>/container/etc/org.talend.esb.sts.server.cfg,
set useMessageLogging=true to indicate whether the communication
between STS and Talend Identity and Access Management should be logged. Dynamic
reconfiguration at runtime is supported.
By default, the option is disable: useMessageLogging=false.
- In
<TalendRuntimePath>/container/etc/org.talend.esb.authorization.pdp.cfg,
set useMessageLogging=true to indicate whether the communication
between PDP and the Talend
Authorization XACML Repository should be logged. Dynamic reconfiguration at runtime is
supported.
By default, the option is disable: useMessageLogging=false.