Auth0 · Schema

UserAttributeProfileSamlMapping

SAML mapping override for this strategy

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

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