---
title: Social identity providers
description: /openidm/identityProviders
component: pingidm
version: 7.5
page_id: pingidm:rest-api-reference:endpoints/rest-social-id
canonical_url: https://docs.pingidentity.com/pingidm/7.5/rest-api-reference/endpoints/rest-social-id.html
keywords: ["REST API", "Social Identity"]
---

# Social identity providers

| URI                                              | HTTP Operation | Description                                                                                                                                                                                                                                     |
| ------------------------------------------------ | -------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| /openidm/identityProviders                       | GET            | Returns JSON details for all configured social identity providers.                                                                                                                                                                              |
| /openidm/authentication                          | GET            | Returns JSON details for all configured social identity providers, if the `SOCIAL_PROVIDERS` module is enabled.	Social authentication is deprecated and will be removed in a future release of IDM. For more information, refer to Deprecation. |
| /openidm/managed/social\_identity\_provider      | multiple       | Supports access to social identity provider information.                                                                                                                                                                                        |
| /openidm/managed/user/social\_identity\_provider | GET            | Supports a list of users associated with a specific social identity provider.                                                                                                                                                                   |
| /openidm/managed/user/User\_UUID/idps            | multiple       | Supports management of social identity providers by UUID.                                                                                                                                                                                       |
