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
venkatsforcevenkatsforce 

Need to get ServiceProvider certificate

Hi 

 
     I am working on Single Sign-on concept using FederatedAuthenticationId from One Salesforce Org to other Org, In this concept ,where to be get the ServiceProvider Certificate. I get the IdentityProvider Certificate but i didn't find out the ServiceProvider certificate...Please let me give the solution for this concept.....
 
 
Regards
--------------
VenkatSForce
Ashish_SFDCAshish_SFDC

Hi Venkat, 

 

Defining a Service Provider

To define the service provider:
  1. Log into Salesforce.
  2. From Setup, click Security Controls | Identity Provider.
  3. Click New in the Service Provider section and enter the following information:
    FieldValue
    NameGoogle Apps
    ACS URLThe URL for your Google App account, such as https://www.google.com/a/respond.info
    Entity IDgoogle.com
    Subject TypeFederation ID
  4. Click Save.
  5. Select the profiles allowed to access this service provider. You must select the current user's profile for this example to work.
  6. Click Save.
  7. Copy down the value in the SP-Initiated Redirect Endpoint field. You will use this value 
See the links below, 
http://login.salesforce.com/help/doc/en/identity_provider_examples.htm
Defining Service Providers