Java callout in edge-micro

We have an requirement to use http-signature in on-premise edge-micro.http-signature implemented in java .Is it possible to use java callout in edge-micro ?If not do we have built in plugin in edge-micro for http-signature?

1 2 386
2 REPLIES 2

Edge Micro is a Node JS component, so it would make sense to Node JS to solve this problem!

I would recommend using a library like the one below in a custom plugin to solve your requirement.

https://www.npmjs.com/package/http-signature

https://docs.apigee.com/api-platform/microgateway/2.5.x/develop-custom-plugins

Hope this helps!

Thank you @davissean .I will try .Can we configure plugin based on proxy? I need some proxy authenticated using http-signature,some using JWT and someother basic auth.