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
rtrivedirtrivedi 

implementing single sign on

Hi,

 

I have just joined. I want to integrate my existing websites into salesforce by implementing single sign on.

Using this i would like to allow specific users in salesforce to allow direct access to my site. (by mapping salesforce userid and userid of my website).

I want to make use of token generator. Could anyone tell me where should i start and how should i approach it?

 

Jia HuJia Hu

I guess you will use SAML as SSO, check the following links:

Single Sign-On with SAML on Force.com

http://wiki.developerforce.com/page/Single_Sign-On_with_SAML_on_Force.com

How to Implement Single Sign-On with Force.com

http://wiki.developerforce.com/page/How_to_Implement_Single_Sign-On_with_Force.com

SAML 2.0 SSO with Salesforce.com CRM

https://blogs.oracle.com/rangal/entry/saml2_salesforce_com

 

The help doc is enough for you:

Configuring SAML Settings for Single Sign-On

http://ap.salesforce.com/help/doc/en/sso_saml.htm

 

First, you can configure the SAML between two SFDC orgs, Devoper or Sandbox is all fine,

and get familar with the basic idea and setting of SFDC,

and then you can configure the SAML between SFDC and your Website,...