Auth0 · Schema

ConnectionFieldsMap

Mapping of user profile fields returned from the OAuth2 provider to Auth0 user attributes

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionfieldsmap-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionFieldsMap",
  "title": "ConnectionFieldsMap",
  "type": "object",
  "description": "Mapping of user profile fields returned from the OAuth2 provider to Auth0 user attributes",
  "maxProperties": 100,
  "additionalProperties": {
    "type": "string",
    "minLength": 1,
    "maxLength": 128
  }
}