Auth0 · Schema

TenantOIDCLogoutSettings

Settings related to OIDC RP-initiated Logout

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
rp_logout_end_session_endpoint_discovery boolean Enable the end_session_endpoint URL in the .well-known discovery configuration
View JSON Schema on GitHub

JSON Schema

auth0-tenantoidclogoutsettings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TenantOIDCLogoutSettings",
  "title": "TenantOIDCLogoutSettings",
  "type": "object",
  "description": "Settings related to OIDC RP-initiated Logout",
  "additionalProperties": false,
  "properties": {
    "rp_logout_end_session_endpoint_discovery": {
      "type": "boolean",
      "description": "Enable the end_session_endpoint URL in the .well-known discovery configuration",
      "default": true
    }
  }
}