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
SBKSBK 

Sites 101 & SSO

I am in the process of developing a site where the user logs in if he or she has an account, if not registers. 

 

I am using the standard out of the box login and registration controllers.

 

Once registered and authenticated, if the user wants to access other pages, how would I enforce single sign-on?

 

Is there an out-of-the-box solution for this?


Thanks,

SK 

Best Answer chosen by Admin (Salesforce Developers) 
RyanGuestRyanGuest

What do you mean "other pages"?

 

Once you log into a Site (all login is as a portal user) you can view all pages (like /home/home.jsp) and visualforce pages assigned to the portal user's profile. 

 

All Answers

RyanGuestRyanGuest

What do you mean "other pages"?

 

Once you log into a Site (all login is as a portal user) you can view all pages (like /home/home.jsp) and visualforce pages assigned to the portal user's profile. 

 

This was selected as the best answer
SBKSBK
Thanks, that was the problem, the pages were not added to the profile.
Andy_KeaneAndy_Keane

Hi

Did you manage to get SSO for sites? I realize from the chat string that this is perhaps using customer/ partner portal. We also have  a similar issue where, in addition to authentication on sites, there is a need for authentication on other systems..

 

Thanks in advance for your help

 

Andy