I am reading the “basics” tutorial at this link: Create Tenants
It says “Auth0 sits between your app and the identity provider that authenticates your users (such as Google or Facebook).”
It then says “This relationship between Auth0 and the identity provider is referred to as a Connection.”
Therefore I assume that Google and Facebook are ‘identity providers’, right?
But it then says “Connections are sources of users and they can be of the following types:”, and one of the types is " * Social logins: Google, Facebook, Twitter, and more".
So what I want to know is, are Google and Facebook identity providers or connections? I’m currently using Auth0 in my React Native app and have the standard Auth0 login screen. So I’m wondering, in this case, what is my identity provider and what is my connection?
Thanks!