{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionWaadProtocol", "title": "ConnectionWaadProtocol", "description": "The authentication protocol for Azure AD v1 endpoints. 'openid-connect' (default, recommended) uses modern OAuth 2.0/OIDC. 'ws-federation' is a legacy SAML-based protocol for older integrations. Only available with Azure AD v1 API.", "anyOf": [ { "$ref": "#/components/schemas/ConnectionWaadProtocolEnumAzureAD" } ] }