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
Scott_VSScott_VS 

Social Sign On Authentication on Force.com Site

We decided to go with a Force.com Site for our customer portal instead of the standard customer portal. We also want to use the new Social Sign On feature to authenticate our users using their Facebook or SFDC account.

 

Here's our problem: When the user authenticates using Social Sign On, they are automatically redirected to the default customer portal and the session id is stored on that domain. When we try to redirect them to the Force.com Site, the session id cookie doesn't transfer because it is on a different domain.

 

Has anyone else attempted to use Social Sign On authentication for a Force.com Site? Any suggetions on retaining the session id between the portal and the Site?