Auth0 · Schema

LogSecurityContext

Information about security-related signals.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
ja3 string JA3 fingerprint value.
ja4 string JA4 fingerprint value.
View JSON Schema on GitHub

JSON Schema

auth0-logsecuritycontext-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LogSecurityContext",
  "title": "LogSecurityContext",
  "type": "object",
  "description": "Information about security-related signals.",
  "additionalProperties": true,
  "properties": {
    "ja3": {
      "type": "string",
      "description": "JA3 fingerprint value."
    },
    "ja4": {
      "type": "string",
      "description": "JA4 fingerprint value."
    }
  }
}