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.
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…
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.