Skip to main content

Hello MuleSoft Forums,

 

I've recently been able to deploy an application containing an OAuth provider implementation into CloudHub. I can hit all the application's endpoints but unfortunately I am encountering some difficulties when I try to get my client application to do the same.

 

So my question is, Is there a simple way for my mule client and oauth provider in (both in CloudHub) to communicate with each other? All I require is for my client application to be able to send a http request to any of the endpoints of the OAuth provider. Both applications can easily communicate with each other on my local (using postman).

 

I have tried setting the host to 0.0.0.0 and the port to ${http.port} for both applications and I figured just deploying everything to CloudHub would work the same as it does in postman.

 

Any suggestions or resources is appreciated. Thank you in advance!

0/9000