Instagram Social Identity Provider Configuration Details
You can set up the Instagram social identity provider through the Admin UI or in a conf/identityProvider-instagram.json
file. IDM generates the identityProvider-instagram.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 Instagram Provider pop-up window, along with associated information in the identityProvider-instagram.json
file:
Instagram Social Identity Provider Configuration Properties
Property (UI) | Property (JSON file) | Description |
---|---|---|
Client ID | clientId | Your Instagram App client identifier |
Client Secret | clientSecret | Used with the Client ID to access the Instagram API |
Scope | scope | An array of strings that allows access to user data |
Authorization Endpoint | authorizationEndpoint | Typically https://api.instagram.com/oauth/authorize/ ; known as an Instagram Authorize URL |
Token Endpoint | tokenEndpoint | Endpoint that receives a one-time authorization code, and returns an access token; typically https://api.instagram.com/oauth/access_token |
User Info Endpoint | userInfoEndpoint | Endpoint that transmits scope-related fields; typically https://graph.instagram.com/me?fields=id,username |
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 Instagram and IDM |
For information on social identity provider buttons and badges, see "Social Identity Provider Button and Badge Properties".