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
onetwokathreeonetwokathree 

public login and registration with sso

We want user to register with information and username and password and login with same username and password. [yes we also know that Salesforce does not permit to create any kind of custom login functionality on the portal/site.It is considered as a violation of terms of force.com]

 

Is there any way or resources from where i can get how to implement public login and registration? We are facing this problem since last 2 weeks.......

 

we also read sso feature provided by the force.com but it did't help us to develop login and registration form.

there is two ways SAML and delegated authentication. i think we need delegated authentication for this, and it must be enabled from force.com. is it possible in developer edition?