Auth0 · Schema

ScimMappingItem

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
auth0 string The field location in the auth0 schema
scim string The field location in the SCIM schema
View JSON Schema on GitHub

JSON Schema

auth0-scimmappingitem-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ScimMappingItem",
  "title": "ScimMappingItem",
  "type": "object",
  "additionalProperties": true,
  "properties": {
    "auth0": {
      "type": "string",
      "description": "The field location in the auth0 schema"
    },
    "scim": {
      "type": "string",
      "description": "The field location in the SCIM schema"
    }
  }
}