{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionSigningCertSAML", "title": "ConnectionSigningCertSAML", "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.", "anyOf": [ { "$ref": "#/components/schemas/ConnectionSigningCertificatePemSAML" } ] }