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