Skip to content

r1.2

Choose a tag to compare

@hdamker hdamker released this 18 Sep 10:05
· 40 commits to main since this release
74c06b4

Release Notes

This release contains the definition and documentation of

  • consent-info v0.1.0

The API definition(s) are based on

  • Commonalities r3.3
  • Identity and Consent Management r3.3

consent-info v0.1.0

consent-info v0.1.0 is the first public version of this API.

Version 0.1.0 provides the initial API definition and documentation for the consent-info API, which is part of the Identity and Consent Management (ICM) Working Group.

  • This API version provides the API consumer with the ability to:

    • Check the validity of data processing: The API returns statusValidForProcessing, a boolean flag that indicates whether the requested data processing is currently permitted (true) or not (false).
    • Understand why processing is not allowed: If data processing is not permitted, the response includes a statusReason field to explain why.
    • Retrieve a Capture URL (if requested): If the status is not valid because user action is required, and the API Consumer sets requestCaptureUrl to true, the API will return a captureUrl field that can be presented to the user. This URL directs them to the API Provider's secure consent capture channel, where they can provide or renew their consent.
  • API definition with inline documentation:

Added

  • Initial consent-info API definition and documentation

Changed

  • N/A

Fixed

  • N/A

Removed

  • N/A

Full Changelog: https://github.com/camaraproject/ConsentInfo/commits/r1.2