Auth0 · Schema

ConnectionProfileEnabledFeatures

Enabled features for the connection profile.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionprofileenabledfeatures-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionProfileEnabledFeatures",
  "title": "ConnectionProfileEnabledFeatures",
  "type": "array",
  "description": "Enabled features for the connection profile.",
  "items": {
    "$ref": "#/components/schemas/EnabledFeaturesEnum"
  }
}