Auth0 · Schema

ConnectionIpsAD

Array of IP address ranges in CIDR notation used to determine if authentication requests originate from the corporate network for Kerberos or certificate authentication.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionipsad-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionIpsAD",
  "title": "ConnectionIpsAD",
  "description": "Array of IP address ranges in CIDR notation used to determine if authentication requests originate from the corporate network for Kerberos or certificate authentication.",
  "type": "array",
  "items": {
    "type": "string",
    "minLength": 2,
    "maxLength": 39
  },
  "minItems": 0,
  "maxItems": 256
}