{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionOptionsIdpInitiatedClientProtocolEnumSAML", "title": "ConnectionOptionsIdpInitiatedClientProtocolEnumSAML", "description": "The response protocol used to communicate with the default application.", "type": "string", "enum": [ "oidc", "samlp", "wsfed" ] }