function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
JBabuJBabu 

Third party system to connect to Salesforce

Hi,

 

Third party system wants to connect to Salesforce system. We have shared our enterprise wsdl with them.

Can they connect to Salesforce without having Salesforce user name and password?

 

They are having problems connecting by using Salesforce user name and password and get session id and server url.

 

Please let me know if there any means to connect to Salesforce with out providing Salesforce user name and pasword.

If so, please let me know the details and also please provide if there any links with details on this method.

 

Thanks,

Babu.

Bhawani SharmaBhawani Sharma
They will have to use security token also.
Username = UserName
Password = Password+Security Token

Like is userna is test@test.com, password is pwd and securitytoken is xxxx
then
username = test@test.com
password = pwdxxxx
JBabuJBabu

Hi,

They are using security token also still they are facing some challenges.
I wanted to know if there is any other method to do this.
I heard about oAuth but I am not sure if it fits in here or not.

 

Please help me out on this.

 

Thanks,

Babu.