Facebook Social Identity Provider Configuration Details

You can set up the Facebook social identity provider through the Admin UI or in a conf/identityProvider-facebook.json file. IDM generates the identityProvider-facebook.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 Facebook Provider pop-up window, along with associated information in the identityProvider-facebook.json file:

Facebook Social Identity Provider Configuration Properties
Property (UI)Property (JSON file)Description
App IDclientIdThe client identifier for your Facebook App
App SecretclientSecretUsed with the App ID to access the applicable Facebook API
ScopescopeAn array of strings that allows access to user data; see Facebook's Permissions Reference Documentation.
Authorization EndpointauthorizationEndpointFor Facebook's implementation, see their documentation on how they Manually Build a Login Flow.
Token EndpointtokenEndpointEndpoint that receives a one-time authorization code, and returns an access token. For Facebook's implementation, see their documentation on how they Manually Build a Login Flow.
User Info EndpointuserInfoEndpointEndpoint that transmits scope-related fields through Facebook's API. The default endpoint includes the noted field properties as a list, as defined in Facebook's Permissions Reference.
Not in the Admin UInameName of the Social ID provider
Not in the Admin UItypeAuthentication module
Not in the Admin UIauthenticationIdAuthentication identifier, as returned from the User Info Endpoint for each social identity provider
Not in the Admin UIpropertyMapMapping between Facebook and IDM

For information on social identity provider buttons and badges, see "Social Identity Provider Button and Badge Properties".

Read a different version of :