You need to sign in to do that
Don't have an account?

Site page able to access without Authentication
Hi All,
I have VF page, where i have added that page in salesforce sites to acess that VF page for the for the external user. Now my problem is user is able to access my VF page without authentication. Salesforce is not asking any authentication.
I have tried by removing my page acess following below mentioned steps but external user is not able to access VF page. User is getting insufficiant privilege error message.
Go to Setup -> Communities -> All Communities -> click Manage -> Administration -> Pages -> Go to force.com -> Click on public access settings.
Can anyone advise me how to access Salesforce site VF page with authentication
Thanks,
Regards,
Anil Kumar
I have VF page, where i have added that page in salesforce sites to acess that VF page for the for the external user. Now my problem is user is able to access my VF page without authentication. Salesforce is not asking any authentication.
I have tried by removing my page acess following below mentioned steps but external user is not able to access VF page. User is getting insufficiant privilege error message.
Go to Setup -> Communities -> All Communities -> click Manage -> Administration -> Pages -> Go to force.com -> Click on public access settings.
Can anyone advise me how to access Salesforce site VF page with authentication
Thanks,
Regards,
Anil Kumar
URL( https://anil5454.force.com/MSS/mytestpage ) external user is able to access without authentication.
You have to set up self registration and login process for your sites or communites.
Please check this link https://developer.salesforce.com/page/Authenticating_Users_on_Force.com_Sites
you can modify the logincontroller class to redirect to your visualforce page.
Note: Make sure VF page and controller class is assigned to Guest user profile.
I read out that still you are facing authentication error despite Site inclusion to your page. Reason for your error is the controller object (e.g. Speaker__c) you used in VF page must have Object level Create/Read/Edit permission with the new SIte Profile. Make sure the new Site Profile created after including the perticular VF page, must get the access. Then it will be visible to public.
Regards
Kanti Pal