In Auth0, Connections are a source of user identity for logging in. Social Connection is the term we use for a consumer-level source of identity, like Google or Facebook. Customers can provide their users with the option of using one or more social connections on the login form, or just use a single provider by including a URL parameter when redirecting to the login form.Documentation Index
Fetch the complete documentation index at: https://docs-staging.auth0-mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.

In addition, to assist you in building your integration you can leverage our Social Connection Integration template.
Submit your Social Connection
If you are ready to become a partner and submit your integration, please create a partner account at the partner portal and do the following:- Complete the partner profile which includes a short description about your business, legal and marketing content, company logo, terms of service, privacy policy, contact info, and support email.
- Submit your integration which includes integration code, installation guide and details such as name and description. Optionally, you can add 3 value propositions to your integration.
- The Authorization and Token URLs that should be used; if your authorization server uses a tenant architecture, include the pattern to use, and we will include a Tenant Domain field or similar.
- A list of fields that the customer configuring the integration should see, including and
- A list of scopes that can be requested, including whether to require them and/or request them by default
- A profile mapping script (following the mapping script template). This script must map a unique identifier to
user_idand, if possible,email,email_verified, andname - An installation guide written in Markdown.