Auth0 · Schema

ClientMyOrganizationConfigurationAllowedStrategiesEnum

The allowed connection strategy values for the My Organization Configuration.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-clientmyorganizationconfigurationallowedstrategiesenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ClientMyOrganizationConfigurationAllowedStrategiesEnum",
  "title": "ClientMyOrganizationConfigurationAllowedStrategiesEnum",
  "type": "string",
  "description": "The allowed connection strategy values for the My Organization Configuration.",
  "enum": [
    "pingfederate",
    "adfs",
    "waad",
    "google-apps",
    "okta",
    "oidc",
    "samlp"
  ]
}