Auth0 · Schema

UserAttributeProfileUserIdSamlMapping

SAML mapping for user ID

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-userattributeprofileuseridsamlmapping-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UserAttributeProfileUserIdSamlMapping",
  "title": "UserAttributeProfileUserIdSamlMapping",
  "type": "array",
  "description": "SAML mapping for user ID",
  "minItems": 1,
  "items": {
    "type": "string",
    "description": "SAML mapping field",
    "minLength": 1,
    "maxLength": 128
  }
}