adobe / aio-lib-java

Adobe I/O - Java SDK
https://opensource.adobe.com/aio-lib-java/
Apache License 2.0
5 stars 17 forks source link

add support for processing batch payloads for webhook signature verification #194

Closed abhupadh closed 7 months ago

abhupadh commented 8 months ago

Expected Behaviour

Webhook batch deliveries should be verified successfully during signature validation

Actual Behaviour

Webhook batch deliveries failing to get verified dugin signature verification, as unable to fetch the node properly for recipient_client_id in a batch event payload

Reproduce Scenario (including but not limited to)

Steps to Reproduce

Send a array of event payload json to signature verification service in the webhook module

Platform and Version

Sample Code that illustrates the problem

Logs taken while reproducing problem