Auth0 · Schema

NativeSocialLoginFacebook

Native Social Login support for the Facebook connection

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
enabled boolean Determine whether or not to allow signing in natively using Facebook
View JSON Schema on GitHub

JSON Schema

auth0-nativesocialloginfacebook-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NativeSocialLoginFacebook",
  "title": "NativeSocialLoginFacebook",
  "type": "object",
  "description": "Native Social Login support for the Facebook connection",
  "additionalProperties": false,
  "minProperties": 1,
  "properties": {
    "enabled": {
      "type": "boolean",
      "description": "Determine whether or not to allow signing in natively using Facebook",
      "default": false
    }
  }
}