API endpoints for managing the social identity providers used for social login and registration.
In addition to reference information for each endpoint, this section of the documentation includes the following articles:
Tokens and Authentication
Endpoint | Methods |
---|---|
Authenticate a Social Login/auth_infoAuthenticate a user logging in by using a social login provider. |
|
Exchange a Social Login Token for an Access Token/signin/oauth_tokenExchange a social identity provider OAuth token or IDP token for an Identity Cloud social login token. |
|
Social Login Providers
Endpoint | Methods |
---|---|
List Your Social Login Providers/get_available_providersView the social login identity providers that can be used by an application. |
|
List Your Configured Social Login Providers/providersView the social login providers configured for an application |
|
Assign Social Login Providers/set_auth_providersUpdate the set of social login identity providers users can employ when logging on or registering. |
|
Social Login Settings and Configuration
Endpoint | Methods |
---|---|
Add a Domain to an Allow List/add_domain_patternsAdd a domain to an application allow list. If the allow list is configured, then only the domains included on that list are allowed to communicate with your social login application. |
|
List Your Social Login Application Settings/get_app_settingsView application properties such as the privacy policy and favicon URLs. |
|
View a Domain Allow List/get_domain_patternsView the domains on an application allow list. If the allow list is configured, then only the domains included on that list are allowed to communicate with your social login application. |
|
Modify Social Login Application Settings/set_app_settingsUpdate application properties such as the privacy policy and favicon URLs. |
|
Modify a Domain Allow List/set_domain_patternsUpdate the allow list for an application. If the allow list is configured, then only the domains included on that list are allowed to communicate with your social login application. |
|
User Profiles
Endpoint | Methods |
---|---|
Associate a Primary Key with a Social Login Provider/mapAssociate a primary key with a user's social identity. |
|
Remove a Social Login Provider from a Primary Key/unmapRemove a social login identity provider from a user's primary key. |
|