Auth0 · Schema

ConnectionEndSessionEndpoint

URL of the identity provider's logout/end session endpoint. When configured as a static URL, users are redirected here after logging out from Auth0. Must use HTTPS scheme.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionendsessionendpoint-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionEndSessionEndpoint",
  "title": "ConnectionEndSessionEndpoint",
  "type": "string",
  "description": "URL of the identity provider's logout/end session endpoint. When configured as a static URL, users are redirected here after logging out from Auth0. Must use HTTPS scheme.",
  "format": "uri",
  "pattern": "^https:\\/\\/.*",
  "minLength": 8,
  "maxLength": 255
}