is there a repo that holds a copy of the oauth proxy?

Not applicable

i see on this page:

http://apigee.com/docs/api-services/content/understanding-default-oauth-20-configuration

that there is a default oauth proxy that can be implemented in both cloud and private cloud. Unfortunately this proxy is not available on ANY of the systems i administer.

Is it available somewhere else?

Solved Solved
0 6 204
1 ACCEPTED SOLUTION

@Benjamin Goldman I think what you're looking for is here.

https://github.com/apigee/api-platform-samples/tre...

This is where you can find the oauth proxy that's provided out-of-the-box when a new org is created for you. Just deploy it to your org and you should be good to go.

View solution in original post

6 REPLIES 6

Dear @Benjamin Goldman ,

It'a available in githhub Apigee Samples. Please find link here.

Cheers,

Anil Sagar

so @Anil Sagar int he doc i linked to it states:

By default, out-of-the-box OAuth endpoints are only deployed in the test environment. Before they are available in prod, you must explicitly deploy the API proxy called oauth to prod.

Im not sure if i was clear enough - i am looking for EXACTLY that proxy. The one mentioned in the document. Because it is NOT in any of my installations.

im not really sure which of the oauth proxies to use - because none of them have exactly this name....

@Benjamin Goldman I think what you're looking for is here.

https://github.com/apigee/api-platform-samples/tre...

This is where you can find the oauth proxy that's provided out-of-the-box when a new org is created for you. Just deploy it to your org and you should be good to go.

In case I'm not clear, this is the "oauth" proxy that's referred to in the doc link you gave. There are several OAuth example proxies in the api-platform-samples/sample-proxy directory on GitHub, but this is the specific one you're looking for. The others are canned examples that show how to do different OAuth grant type flows.

Thanks. This is what im trying to get. I am going to give @Anil Sagar points but give you the answer!