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
Wael RAWAS 7Wael RAWAS 7 

Access Community Page without passing by the authentification page

Hey everyone, 

I have an issue and i would be very thankful if anyone can help me.
I have an external website, and in that website, i want the user (who has already logged in) to click on a LINK that redirects him to his community page without having to login. Can we pass the username and password parameters in a url and access the Community page directly ? 

Thank you
Ajay K DubediAjay K Dubedi
Hi,

In this case, you can go with Single Sign-On. For knowing how to implement Single Sign-On, you can prefer these links:
https://developer.salesforce.com/page/How_to_Implement_Single_Sign-On_with_Force.com

Thanks