Auth0 · Schema

ConnectionSignOutEndpointSAML

Identity provider's SAML SingleLogoutService endpoint URL where Auth0 sends logout requests for federated sign-out. When not provided, defaults to signInEndpoint. Only used if disableSignout is false.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionsignoutendpointsaml-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionSignOutEndpointSAML",
  "title": "ConnectionSignOutEndpointSAML",
  "description": "Identity provider's SAML SingleLogoutService endpoint URL where Auth0 sends logout requests for federated sign-out. When not provided, defaults to signInEndpoint. Only used if disableSignout is false.",
  "anyOf": [
    {
      "$ref": "#/components/schemas/ConnectionHttpsUrlWithHttpFallback2048"
    }
  ]
}