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
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?
Sorry. I can't share the code directly. Also, it is developed under company so we deployed it as privately. The code is generic code you will easily find it on google. Only thing is you need to have java developer to design this customize plug in appian format while deployment.