api-platform-samples icon indicating copy to clipboard operation
api-platform-samples copied to clipboard

Error in implementing 3 legged oauth in Windows 10 OS

Open SathyaJayavel opened this issue 8 years ago • 1 comments

I tried to implement Authorization code grant type example in Windows 10 OS using the sample-proxies/oauh-advanced code available in Git. I have deployed the sample as specified [https://github.com/apigee/api-platform-samples/tree/master/sample-proxies/oauth-advanced] but when i used the command yo oauth-auth-code-grant-sample it showed

'.' is not recognized as an internal or external command, operable program or batch file. The system cannot find the path specified.

in the screen. When I tried clicking the button at http://myorg-myenv.apigee.net/web I did not get any response. When I went through the proxy I identified that developer app, product and developer was not created in my organization and so it was not able to fetch my client id.

Since I am trying to implement it in Windows 10, can you please help to make it working in windows also, Even though it works fine with Mac or Linux OS.

SathyaJayavel avatar Feb 10 '17 12:02 SathyaJayavel

See also this Community question: we need to add guidance for Windows users for this sample.

https://community.apigee.com/questions/41762/oauth-advanced-sample-configuration-procedure-not.html

WWitman avatar May 22 '17 14:05 WWitman