Salesforce Integration Fails Even with Correct Username and Password

:bangbang: Please be sure you’ve read the docs and API specs before asking for help. Also, please be sure you’ve searched the forum for your answer before you create a new topic.

Salesforce Integration Error in SailPoint ISC – Credentials Are Correct but Connection Fails

Hi,

While integrating Salesforce as a source in SailPoint Identity Security Cloud (ISC), I am getting a connection error during Test Connection.

I am using Basic Authentication and have provided the correct Salesforce username and password, but the integration still fails.

Is there any additional configuration or credential format requirement that I might be missing?

Thanks.

Hi @valarmathin Welcome to sailpoint community!

As you’re working on salesforce connector, what’s the current password format that you’re using?

Try this @valarmathin

When integrating Salesforce via API (like from SailPoint ISC), providing only the password will not work unless the connecting IP is whitelisted in Salesforce.

You must append the Salesforce Security Token to the password.

Format:

Password + Security Token

Example:

If your password is:
MyPassword123

And your security token is:
XyZ987654

Then in the ISC password field you must enter:

MyPassword123XyZ987654

Without appending the security token, Salesforce will reject the API authentication even if the username and password are correct.

In Salesforce integration with SailPoint ISC, is the Security Token required in all environments, or only when the login is coming from an IP address outside the trusted network range configured in Salesforce?

Hi @valarmathin ,

Could you please post error message, some times it fails with certificates error.

Thanks,

Mahesh

Try the above password combination which I’ve mentioned and LMK