{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionTokenEndpointJwtcaAudFormatEnumOIDC", "title": "ConnectionTokenEndpointJwtcaAudFormatEnumOIDC", "type": "string", "description": "Specifies the format of the aud (audience) claim included in the JWT used for client authentication at the token endpoint. Accepted values are: 'issuer' (the aud claim is set to the OIDC issuer URL) or 'token_endpoint' (the aud claim is set to the token endpoint URL).", "enum": [ "issuer", "token_endpoint" ], "x-merge-priority": -5 }