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
studiopikastudiopika 

webservice security

Hi,

 

Got a very beginner's regarding security between salesforce and an external website that consumes a SOAP-based webservice I'm developing on salesforce. For the login ID and password I have to provide to the website, what are some of the ways to make the session more secure? How to encrypt the ID and password and to make them known between the website and salesforce?

 

Thanks so much.