mulesoft salesforce connector - basic authentication

Post on 16-Apr-2017

386 Views

Category:

Software

1 Downloads

Preview:

Click to see full reader

TRANSCRIPT

MULESOFT SALESFORCE CONNECTOR

- BASIC AUTHENTICATION

Vince Jason Soliza

Create Simple FlowHTTP:inbound -> Salesforce Connector -> Dataweave

Salesforce ConfigurationCreate new Basic Authentication salesforce configuration.

• Double click the salesforce connector.• In the properties, click ‘+’ .• Select Salesforce Basic Authentication.• Select operation Get ServerTimestamp

Salesforce Configuration• Enter username, password and security token. The security

token is emailed to you when you click the reset security token from your salesforce/salesforce developer account.

• Validated configuration should be successful.

Test the Application• Run & test the application by invoking the http endpoint using

postman or any client you're used to, like soapui or plain browsers.

• We should have a successful response with the server timestamp from salesforce.

Summary

Basic authentication is the easiest to implement amongst salesforce authentication. All you need to do is provide your credentials in a global configuration, then reference the global configuration in any Salesforce Connector in your application. Basic authentication is generally recommended for internal applications

QUESTIONS?Please leave a comment

top related