Authentication

<< Click to Display Table of Contents >>

Raynet One Data Hub > 14.0 > Connectors > Alphabetic Connector List > Salesforce SOQL > Connector Parameters 

Authentication

Server URL

This parameter represents the URL to the endpoint of the server.

 

Technical Name

server_url

Category

Authentication

Type

String

Default Value

n/a

Example Values

 

 

Username

This parameter should contain the username of the BASIC authentication.

 

Technical Name

username

Category

Authentication

Type

String

Default Value

n/a

Example Values


 

Client ID

This parameter contains the OAuth Client ID for the app connected to the Salesforce platform.

 

Technical Name

client_id

Category

Authentication

Type

String

null

Default Value

null

Example Values

null

 

See the documentation for a reference on how to register a connected app with Salesforce. During this process, a Client (or APP) ID is associated with an asymmetric key pair (public & private key). The public key must be uploaded to the Salesforce platform.

 

Security Token

This parameter contains the security token that is required to obtain the Oauth token via SOAP.

 

Technical Name

token

Category

Authentication

Type

String

null

Default Value

null

Example Values

null

 

Password

This parameter contains the password of the BASIC authentication.

 

Technical Name

password

Category

Authentication

Type

String

null

Default Value

null

Example Values

null

 

RSA Private Key (PEM, PKCS#8)

This parameter contains the private key associated with a client app registered in the Salesforce platform.

 

Technical Name

password

Category

Authentication

Type

String

null

Default Value

null

Example Values

null

-----BEGIN PRIVATE KEY-----

MIIEwAIBADANBgkqhkiG9w0BAQEFAASC

BKowggSmAgEAAoIBAQD8pNLKhayHFAJ1

ey5nTUGa9wPzOwjlmCgiLbyzw22wQrhCB

T+DMa24+iSAKHE72lgK5/OQOTbIPFWP

...

vSlewskdmlsKXZ1hPG20JotkFG7jEz8fK

TV4BgTmqWIyQXx/U4aNjoXBLzyvf1t4

-----END PRIVATE KEY-----

 

See the documentation for a reference on how to register a connected app with Salesforce. During this process, a Client (or App) ID is associated with an asymmetric key pair (public & private key). The public key must be uploaded to the Salesforce platform.