+ All Categories
Home > Software > Mulesoft Salesforce Connector - Basic Authentication

Mulesoft Salesforce Connector - Basic Authentication

Date post: 16-Apr-2017
Category:
Upload: vince-soliza
View: 390 times
Download: 1 times
Share this document with a friend
8
MULESOFT SALESFORCE CONNECTOR - BASIC AUTHENTICATION Vince Jason Soliza
Transcript
Page 1: Mulesoft Salesforce Connector - Basic Authentication

MULESOFT SALESFORCE CONNECTOR

- BASIC AUTHENTICATION

Vince Jason Soliza

Page 3: Mulesoft Salesforce Connector - Basic Authentication

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

Page 4: Mulesoft Salesforce Connector - Basic Authentication

Salesforce ConfigurationCreate new Basic Authentication salesforce configuration.

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

Page 5: Mulesoft Salesforce Connector - Basic Authentication

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.

Page 6: Mulesoft Salesforce Connector - Basic Authentication

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.

Page 7: Mulesoft Salesforce Connector - Basic Authentication

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

Page 8: Mulesoft Salesforce Connector - Basic Authentication

QUESTIONS?Please leave a comment


Recommended