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
szesze20szesze20 

Intergrating visualforce page (form) with SFDC Customer Portal

Hi, I'm brand new to Visualforce, and I'm not a programmer by training, so please bear with me. 

 

We implemented SFDC Customer Portal but put our own skin on it, and it's part of our corporate website that requires customer to log in before accessing the Portal area.

 

I recently built a VF page which is a form, but I'd like to implement so that when a customer submit the form from this VF page URL, they will be prompted to log into our corporate site, get authenticated, and then the VF form will insert a new record in a custom object in SFDC.

 

What is your recommendation? Thanks in advance!

Ritesh AswaneyRitesh Aswaney

Sounds like a case for Single Sign On or SSO. (Achieved via the FederationId on User and some configy bits to interact with your corporate IdP)

 

http://wiki.developerforce.com/index.php/How_to_Implement_Single_Sign-On_with_Force.com