Auth0 · Schema

ConnectionClientIdFacebook

Your Facebook App ID. You can find this in your [Facebook Developers Console](https://developers.facebook.com/apps) under the App Settings section.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionclientidfacebook-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionClientIdFacebook",
  "title": "ConnectionClientIdFacebook",
  "description": "Your Facebook App ID. You can find this in your [Facebook Developers Console](https://developers.facebook.com/apps) under the App Settings section.",
  "allOf": [
    {
      "$ref": "#/components/schemas/ConnectionClientId"
    },
    {
      "minLength": 0,
      "maxLength": 4096
    }
  ]
}