Auth0 · Schema

TenantSettingsDynamicClientRegistrationSecurityMode

Sets the `third_party_security_mode` assigned to clients created via Dynamic Client Registration. `strict` applies enhanced security controls. `permissive` preserves pre-existing behavior and is only available to tenants with prior third-party client usage.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-tenantsettingsdynamicclientregistrationsecuritymode-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TenantSettingsDynamicClientRegistrationSecurityMode",
  "title": "TenantSettingsDynamicClientRegistrationSecurityMode",
  "type": "string",
  "description": "Sets the `third_party_security_mode` assigned to clients created via Dynamic Client Registration. `strict` applies enhanced security controls. `permissive` preserves <a href=\"https://auth0.com/docs/get-started/applications/third-party-applications/permissive-mode#dynamic-client-registration-in-permissive-mode\">pre-existing behavior</a> and is only available to tenants with prior third-party client usage.",
  "enum": [
    "strict",
    "permissive"
  ],
  "x-release-lifecycle": "GA"
}