I'm done with OAuth v2.0 using client credentials. Now, I'm trying to implement 3-legged OAuth in Apigee Edge.
I followed the github project but I'm unable to deploy the project in Edge. I'm getting the following error:
{"message":"Not Found", "detail":"The requested resource was not found."}
Can anyone help me how exactly we can do OAuth.
Solved! Go to Solution.
Hi Radhika,
Please confirm if you are trying to run this sample: https://github.com/apigee/api-platform-samples/tree/master/sample-proxies/oauth-advanced
I recently set up and ran this sample successfully. I'm confident we can get it up and running for you. Could you send some more details -- which one of the four proxies are you not able to deploy?
By the way, this example is a complete, end to end implementation of OAuth 2 on Apigee.