My Backend service uses OAuth 1.0, I have Consumer Key and Secrete, how to configure proxy service for the backend services and How to generate Oauth_Signature for the backend service using HMAC-SHA1 oauth_signature_method. If possible if anyone have ever done anything like this before please share the proxy bundle.
Solved! Go to Solution.
I Just solved this problem by using APIGEE java callout policy, using Signpost a external 3rd party jar for establishing connecting with endPoint using OAuth1.0. and signpost establishes connection with the endpoint and I can extract the response from the endpoint using extract message policy.