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
suhas rathodsuhas rathod 

How to develope single sign on?

what is the best practise to develope single sign on
bob_buzzardbob_buzzard

This is a pretty huge topic if you are looking to develop a single sign on solution from scratch.  If you are looking to implement single sign on for Salesforce, you'd do better to use one of the supported mechanisms (SAML, OAUTH).

There's more information on this at:

https://developer.salesforce.com/page/How_to_Implement_Single_Sign-On_with_Force.com

and plenty of other docs on developer.force.com - just search for SAML, OAUTH, SSO in the box on the top right.