Auth0 · Schema

ClientOIDCBackchannelLogoutInitiatorsEnum

The `selected_initiators` property contains the list of initiators to be enabled for the given application.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-clientoidcbackchannellogoutinitiatorsenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ClientOIDCBackchannelLogoutInitiatorsEnum",
  "title": "ClientOIDCBackchannelLogoutInitiatorsEnum",
  "type": "string",
  "description": "The `selected_initiators` property contains the list of initiators to be enabled for the given application.",
  "enum": [
    "rp-logout",
    "idp-logout",
    "password-changed",
    "session-expired",
    "session-revoked",
    "account-deleted",
    "email-identifier-changed",
    "mfa-phone-unenrolled",
    "account-deactivated"
  ]
}