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
gbu_jinigbu_jini 

Extranet site with SalesForce.com users authentication

I would like to create an extranet with Force.com Sites pages with an authentication that allow access to my SalesForce.com users.

 

The FAQ indicates that it is possible : 

http://wiki.developerforce.com/index.php/Sites_FAQ

 

I tried with http://wiki.developerforce.com/index.php/Authenticating_Users_on_Force.com_Sites, but that only allow customers to login and it redirects to the customer portal.

 

But, what I need is to authenticate SalesForce.com users on Force.com Sites. Any Idea ? Is there a way to do this ?

joshbirkjoshbirk

Regular SFDC licenses can have access to the visualforce and apex via the profile, like a customer/partner portal user.

 

The login is different, that's true - you can use the retURL query parameter on login.salesforce.com to redirect them back to the Visualforce you want them to access, however.

PamSalesforcePamSalesforce

Hello,

 

I also want to do the same. Can you let me know how you implemented this.