{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ClientAddonSAML", "title": "ClientAddonSAML", "type": "object", "description": "SAML2 addon indicator (no configuration settings needed for SAML2 addon).", "additionalProperties": true, "properties": { "mappings": { "$ref": "#/components/schemas/ClientAddonSAMLMapping" }, "audience": { "type": "string" }, "recipient": { "type": "string" }, "createUpnClaim": { "type": "boolean" }, "mapUnknownClaimsAsIs": { "type": "boolean" }, "passthroughClaimsWithNoMapping": { "type": "boolean" }, "mapIdentities": { "type": "boolean" }, "signatureAlgorithm": { "type": "string" }, "digestAlgorithm": { "type": "string" }, "issuer": { "type": "string" }, "destination": { "type": "string" }, "lifetimeInSeconds": { "type": "integer" }, "signResponse": { "type": "boolean" }, "nameIdentifierFormat": { "type": "string" }, "nameIdentifierProbes": { "type": "array", "items": { "type": "string", "minLength": 1 } }, "authnContextClassRef": { "type": "string" } } }