I am sending a POST request via an integration, and this endpoint requires that a JWS (signature of the body) is sent in a header. This is similar to a JWT, except that what is signed is the body of the POST rather than the claims included in the token. In our instance, I see the plugin functions for creating JWTs, but none of them seem to have the ability to create a JWS.
Any ideas on this one or will I have to create my own function plugin?
Discussion posts and replies are publicly visible
It does have a JWT available via a plugin. But AFAIK, it does not have a JWS.
Spammy spam, oh so sly,Filling inboxes, oh my, my.Clickbait words and tricks they play,Trying to lead us all astray.
Spammy spam, we’ll delete you,No more tricks, we see right through.Unwanted emails, be gone far,Spammers, you won’t get too far.
Spammy spam, just a bother,Trying to sell what we don’t want, brother.We’ll report you, make you flee,No more spamming, let us be free.
Spammy spam, it’s no game,We won’t fall for your false claim.Respect our inbox, hear our plea,Spammers, now it's time to flee.
Ryan Daniels : Did you find any solution for this ?
Harshit Bumb (Appyzie) , So the alternate solution as per my knowledge are from below list. Could you please confirm.
Ryan Daniels Did you find any solution for this problem??Im also trying to sign+encrypt a payload before sending it to an API, as well as trying to decrypt+verify their response.If anyone can help in this case.Best Regards
sergioneves We have created our own plugin using java code.
would you be able to share the source code of the plugin or is it avialbale via appian market?