{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionSigningCertificatePemSAML", "title": "ConnectionSigningCertificatePemSAML", "description": "Base64-encoded X.509 certificate from the identity provider used to validate signatures in SAML responses and assertions. The certificate is decoded and used for cryptographic signature verification.", "type": "string", "minLength": 1, "maxLength": 10240 }