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
prasad1.3969574005596787E12prasad1.3969574005596787E12 

Autheticating salesforce fromhtml page

Hi  community,

                    As I am trying to login into html page and it must authenticate to salesforce.com

I am new to salesforce, please help me.

NehalNehal (Salesforce Developers) 
Hi,

Login authentication to salesforce can be performed using API integration. There are multiple approaches that you can take to authenticate to salesforce.com:

>>Using session Id from the SOAP API

>>Using Outh(recommended)

The below mentioned documents demonstrates the settings:

http://wiki.developerforce.com/page/Getting_Started_with_the_Force.com_REST_API

Complete setup:

http://danlb.blogspot.com/2010/10/salesforcecom-rest-api.html . 
Also if you are trying to create your website the you can perform API integration between your site and your organization using force.com sites.                                                                                                                                                                                                Hope this answers your question.