Skip to main content
Feedback

REST Client changelog

Changelog

2026-01 (Version 11, Current)

  • Added support for the connector to use selectable request and response profiles for the following operations: GET, HEAD, POST, DELETE, PUT, PATCH, OPTIONS, and TRACE. The selectable profiles will use the default profileType, which is JSON or XML. (CON-10627)

  • Added support for the display of a new Client Assertion Type radio button field to add via the descriptor for the Client Credentials grant type. The new field has two selectable options:

    • Client Secret
    • JWT Token

Users can continue using the Client Secret option to use a shared password, which was the default or use the JWT Token option to use a digitally-signed token for advanced security and key-based authentication. Users can also provide <helptext> to these fields in the descriptor. (CON-10685)

  • Added client-side JWT ID (jti) claim support for the existing JWT Bearer grant type and the Client Credentials grant type, only if the Client Assertion type is JWT Token. This feature enables integration with third-party services that require jti claims for authentication. The client will generate unique jti values for each JWT assertion. Typically, these are UUIDs and can be selected in the ID Claim Generator field in the OAuth 2.0 tab. (CON-10596)

  • Added support for the following opt-in JWT parameter fields: (CON-10672)

    • kid (Key ID) Header Parameter
    • x5t#S256 (X.509 Certificate SHA-256 thumbprint Header Parameter)
    • x5t (X.509 Certificate SHA-1 thumbprint)
    • jku (JWK Set URL) Header Parameter
    • x5u (X.509 URL) Header Parameter

2024-09 (Version 10)

  • Amazon IAM Roles Anywhere Authentication is now available for this connector.

  • The AWS4 signature will not be miscalculated when a Port Number or semicolon is included in the connection URL.

2023-11 (Version 9)

  • Overridable fields now include Access Token parameters, Authorization parameters, and Extended JWT Claims (if supported by the connector).

2023-10

  • Supports choosing the document tracking direction for the operation, either Input Documents or Output Documents.
On this Page