Need clear steps to integrate Salesforce connected app to Apigee

Need clear steps to integrate Salesforce connected app to Apigee. not able to find any details in the blog.

0 10 442
10 REPLIES 10

Can you elaborate on what you mean by "integrate app to Apigee" ?

Maybe a box diagram. Maybe some more words describing what you're envisioning?

Hi Dino, looking clear steps to connect with salesforce from Apigee. I want to query the salesforce object data from Apigee.

x system wants Salesforce account object data , they want to pull the data though Apigee.

X system (get salesforce data) Apigee == Salesforce.

Not applicable

x system wants Salesforce account object data , they want to pull the data though Apigee.

From this what I understand is the salesforce data will be accessed through Apigee. That means the salesforce endpoint will be masked by apigee. If your endpoint data can be exposed using http/https then you can use apigee in front of that as a reverse proxy. Let me know if my understanding is correct.

Yes, i am looking some steps or document to configure the same in Apigee.

if you have http/s backend url then you can create a reverse proxy in apigee having target as your http url and create the proxy following next. If you want to add any security further you can add to that.

You can go through 4min videos in youtube for guidance.

Can you please provide the 4min video link ?

I don't see clear details how the connection established with salesforce from Apigee

As you said you have http/s backend then you can use that as the target in apigee proxy to access. The video helps to create a proxy, where you can configure the http/s backend.

Why are such steps?