Auth0 · Schema

ConnectionRecipientUrlSAML

The URL where Auth0 will send SAML authentication requests (the Identity Provider's SSO URL). Must be a valid HTTPS URL.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionrecipienturlsaml-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionRecipientUrlSAML",
  "title": "ConnectionRecipientUrlSAML",
  "description": "The URL where Auth0 will send SAML authentication requests (the Identity Provider's SSO URL). Must be a valid HTTPS URL.",
  "anyOf": [
    {
      "$ref": "#/components/schemas/ConnectionHttpsUrlWithHttpFallback255"
    }
  ]
}