{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionSignInEndpointSAML", "title": "ConnectionSignInEndpointSAML", "description": "Identity provider's SAML SingleSignOnService endpoint URL where Auth0 sends SAML authentication requests. This is the primary login URL for the SAML connection. Required unless using metadataUrl or metadataXml.", "anyOf": [ { "$ref": "#/components/schemas/ConnectionHttpsUrlWithHttpFallback2048" } ] }