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
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.