Settings related to OIDC RP-initiated Logout
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/auth0/main/json-schema/auth0-tenant-schema.json", "title": "Auth0 Tenant", "description": "Settings related to OIDC RP-initiated Logout", "type": "object", "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 } } }