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
KD119KD119 

Force.com site login

Hi,

 

I have created a new force.com Site using the Customer Portal authentication. I have setup the login and registration page from within the Force.com sites using the standard pages provided by Salesforce.

We already have a website developed using ASP.Net, we would like to integrate the login area within an page of the existing website. 

Any examples on how to do this will be of great help.

 

Thanks

KD

CLKCLK

do u want use Force.com site session in ASP.Net web site?

KD119KD119

Hi,

 

No I just want the Authenticaation page within the asp.net website. Once the user is authenticated they will be redirected to the sites  home page.

 

Thanks

KD

CLKCLK

For this consume wsdl of SFDC, do login API call from Auntication page(which u developed in ASP.net) and after succesfull login, that call will return you session ID then redirect user to force.com site home page with sessionId in URL.

KD119KD119

Hi,

 

Just for clarification wont the login method provide session Id only for the Salesforce.com instance. Can the login method also be used for authenticating customer portal users too.

 

Thanks

KD