Does auth0 support multiple apps for social login?

We are using 1 auth0 account for 3 apps having different facebook and google ids for social login. How can we handle this in auth0 as we can add only 1 facebook and google id in social tab.

1 Like

In the dashboard, Auth0 only supports 1 social id of each kind (meaning, 1 facebook connection, 1 google connection).

You can either create a new account for the other app+social connection or check the Custom Social Connections

Where you can create custom social connections and specify to which client this connection will be enabled.

Though the dashboard supports creating one social connection for each different social connection type (E.g. Google, Facebook), using the create a connection management API you may create multiple social connections of the same type and then enable those connections for different applications from the dashboard.

2 Likes