IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

Data masking in response processing with complex function?

  • 1.  Data masking in response processing with complex function?

    Posted Thu September 08, 2022 12:40 PM

    Hello APIGateway experts,

    we are currently running APIGW 10.7 and i want to ask, if it is possible to call a hash function (e.g MD5 ) from the data masking policy in the response processing phase.
    The idea is to apply hashing of certain values identified by XPath expressions in the response payload (e.g. userId) in application/atom +xml content-type, in order to be GDPR compliant.
    Simple replacing with a constant string (e.g. asterisk) is not possible as the hashed strings are used for referencing other entities.

    How can this be achieved?


    #webMethods
    #API-Management
    #API-Gateway


  • 2.  RE: Data masking in response processing with complex function?

    Posted Thu September 15, 2022 01:28 AM

    Hi Siegfried,
    Data masking policy does not support function invocation. It only supports adding constants as replacements.

    Regards.


    #API-Management
    #webMethods
    #API-Gateway