Auth0 · Schema

ConnectionSignInEndpointAD

The sign-in endpoint type for the AD-LDAP connector agent (managed by the AD Connector agent).

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionsigninendpointad-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionSignInEndpointAD",
  "title": "ConnectionSignInEndpointAD",
  "description": "The sign-in endpoint type for the AD-LDAP connector agent (managed by the AD Connector agent).",
  "anyOf": [
    {
      "$ref": "#/components/schemas/ConnectionHttpsUrlWithHttpFallback255"
    }
  ]
}