Hi ,
I am trying to connect to connect to Azure Blob Storage. I am canonicalizing the auth header but facing an issue somewhere that i cant identify. Can anyone please help on this? Here is the error message :
Discussion posts and replies are publicly visible
Can you share more details?
Hi I tried encrypting Authorization header > signature in C# , that signature works well in integration . But if I try similar code in Appian expression rule, Its giving that error. Can you help please?
The issue is, that keys exist in a few variants. As plain string, base64 encoded string, binary, base64 encoded binary and maybe more. The plugin in Appian can only work with specific key formats. I suggest to check the plugin source code to understand how this works. That is at least what helped me.