Auth0 · Schema

ConnectionAuthenticationPurpose

Configure the purpose of a connection to be used for authentication during login.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
active boolean
View JSON Schema on GitHub

JSON Schema

auth0-connectionauthenticationpurpose-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionAuthenticationPurpose",
  "title": "ConnectionAuthenticationPurpose",
  "type": "object",
  "description": "Configure the purpose of a connection to be used for authentication during login.",
  "additionalProperties": false,
  "required": [
    "active"
  ],
  "x-release-lifecycle": "GA",
  "properties": {
    "active": {
      "type": "boolean"
    }
  }
}