Salesforce Social Identity Provider Configuration Details
You can set up the Salesforce social identity provider through the Admin UI or in a conf/identityProvider-salesforce.json
file. IDM generates the identityProvider-salesforce.json
file when you configure and enable this social identity provider in the Admin UI. Alternatively, you can create the file manually.
The following table includes the information shown in the Admin UI Salesforce Provider pop-up window, along with associated information in the identityProvider-salesforce.json
file:
Salesforce Social Identity Provider Configuration Properties
Property (UI) | Property (JSON file) | Description |
---|---|---|
Client ID | clientId | The client identifier for your Salesforce App |
Client Secret | clientSecret | Used with the Client ID to access the applicable Salesforce API |
Scope | scope | An array of strings that allows access to user data |
Authorization Endpoint | authorizationEndpoint | A typical URL: https://login.salesforce.com/services/oauth2/authorize . |
Token Endpoint | tokenEndpoint | Endpoint that receives a one-time authorization code, and returns an access token; such as https://login.salesforce.com/services/oauth2/token |
User Info Endpoint | userInfoEndpoint | Endpoint that transmits scope-related fields; a typical URL: https://login.salesforce.com/services/oauth2/userinfo |
Not in the Admin UI | provider | Name of the social identity provider |
Not in the Admin UI | configClass | Configuration class for the authentication module |
Not in the Admin UI | basicAuth | Whether to use basic authentication |
Not in the Admin UI | propertyMap | Mapping between Salesforce and IDM |