Changelog

Keep track of every change to the Adatree Consent API

This changelog lists all additions and updates to the Adatree Consent APIs, in chronological order.

December 13, 2023

  • Add new enum DATA_COLLECTION_COMPLETED to /consents/events endpoint response. This new event type indicates the completion of initial data collection (configurable)
  • Add new query parameter consentId to /consents/events endpoint

September 22, 2023

  • Add state to /tokens endpoint response. This allows clients that rely on the state parameter to access it when Data Holders encrypt the authorization response parameter.

July 12, 2023

  • Add features to Use Case response

July 10, 2023

  • Cut-over to use Auth Code Flow

May 1, 2023

  • Add support for Auth Code Flow. Now the /tokens endpoint will accept the response from Data Holder if provided instead of the combination of code, state and id_token for a Hybrid Flow. At the same time, the combination of code, state and id_token is also supported for backward-compatibility with the Hybrid Flow

January 12, 2023

  • Add support for the combineScopes query parameter to the /use-cases API. This combines the use case language data clusters that are combinable according to the CDS Experience Standards e.g. Account name, type and balance and Account numbers and features data clusters are combined to Account balance and details resulting in one less click for the consumer on the consent page.

January 1, 2023

  • API Changelog created