Integration Broker - mask basic authorization header in integration broker log
Hi,
We are on Peopletools 8.62 FSCM.
We implementing a REST-base API that uses basic authentication. We noticed the basic authentication header user id / password is shown base64 encoded in the IB log. If you extract the value and base64 decode, the password is shown.
We wish to mask the CDATA[Authorization]]></Name><Value><![CDATA[Basic xxxxxxxxxx]]></Value> similar to what Oracle does here: <NodePassword><![CDATA[***deleted for security purposes****]]>.
For REST services, Oracle has locked down the message XSLT message transformation function, so that's off limits.
How or where do we do this like Oracle?