Oauth implementation -Auth code

Not applicable

Can OAuth-3 legged be implemented in APIGEE Free org -cloud version?

Is there a working example of OAuth-Authorisation code for Windows machine? I could get only Linux based sample : https://github.com/apigee/api-platform-samples/tree/master/sample-proxies/oauth-advanced

0 4 99
4 REPLIES 4

@RadhamaniRamadoss , What do you mean by windows machine ? Above proxy will be implemented in Apigee Edge , doesn't matter windows or linux. Can you explain "I could get only Linux based sample" ?

There are some sh scripts to be executed as per the link mentioned above.Hence I referred as Linux based sample.

As my machine is windows and I am using free org version ,I am not able to try this.

I could find in apigee doc page that we should leverage some nodejs or javascript related code to create login and allow access pages for 3-legged oauth.

Hence,would like to know if there is any working sample to try out.

Hi @RadhamaniRamadoss They do work in Windows. Follow all the instructions and it will work.

Ok..From the same sample,I tried to create API Proxies using API Bundle and now able to proceed with the sample..