How can I do a local and remote HMAC comparison in an Azure Workflow
I have a C# script embedded in an ‘Execute CSharp Script Code’ object on an Azure workflow.
This takes an external HMAC key passed in the header and some JSON text in the body as input and needs to calculate a new HMAC locally and compare the two for authenticity.
My HMAC strings aren’t matching because the output body type is as shown below when the original is formatted.