Skip to content

Commit 97cec25

Browse files
authored
Merge pull request #308 from camaraproject/jpengar/icm-release-r3.3
Public release r3.3
2 parents 5672af8 + 612c7d9 commit 97cec25

3 files changed

Lines changed: 46 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Table of Contents
44

5+
- **[r3.3](#r33)**
56
- **[r3.2](#r32)**
67
- **[r3.1](#r31)**
78
- **[r2.3](#r23)**
@@ -22,6 +23,45 @@ The below sections record the changes in each release as follows:
2223
* for subsequent release-candidate(s), only the delta to the previous release-candidate
2324
* for a public release, the consolidated changes since the previous public release
2425

26+
# r3.3
27+
28+
## Release Notes
29+
30+
This pre-release contains the definition and documentation of:
31+
32+
* "Identity and Consent Management" 0.4.0
33+
34+
The content of the release includes the "Identity And Consent Management" approved deliverables in **[documentation](https://github.com/camaraproject/IdentityAndConsentManagement/tree/r3.3/documentation)** folder.
35+
36+
### Added
37+
38+
* Mandatory fields in signed Authorization Code Flow request objects by @AxelNennker & @garciasolero in https://github.com/camaraproject/IdentityAndConsentManagement/pull/285
39+
* New JWT Bearer Flow specification in addition to the three previously supported flows: Authorization Code Flow, CIBA and Client Credentials by @jpengar, @AxelNennker & @subha5h in https://github.com/camaraproject/IdentityAndConsentManagement/pull/294
40+
* Statement of future adoption of OAuth 2.1 by @jpengar in https://github.com/camaraproject/IdentityAndConsentManagement/pull/303
41+
* Recommended value for the audience field of signed authentication requests for CIBA by @mhfoo in https://github.com/camaraproject/IdentityAndConsentManagement/pull/306
42+
43+
### Changed
44+
45+
* Further alignment of `CAMARA-API-access-and-user-consent.md` with CAMARA terms and definitions by @jpengar in https://github.com/camaraproject/IdentityAndConsentManagement/pull/280
46+
* Update request object errors by @garciasolero in https://github.com/camaraproject/IdentityAndConsentManagement/pull/287
47+
* Clarify protocols for CAMARA API access by @AxelNennker in https://github.com/camaraproject/IdentityAndConsentManagement/pull/281
48+
* Document when Authorization Code Flow is applicable with regards to involved devices by @Elisabeth-Ericsson in https://github.com/camaraproject/IdentityAndConsentManagement/pull/256
49+
* CIBA Flow descriptions to further clarify the Authentication request authorization process with regard to User privacy by @jpengar & @AxelNennker in https://github.com/camaraproject/IdentityAndConsentManagement/pull/293
50+
* Clarify and generalize login_hint usage to include Operator and Temporary Tokens (TS.43) in the ICM documentation by @AxelNennker in https://github.com/camaraproject/IdentityAndConsentManagement/pull/297
51+
* Client assertion audience clarification for CIBA by @jpengar in https://github.com/camaraproject/IdentityAndConsentManagement/pull/302
52+
53+
### Fixed
54+
55+
* Fix typo autenticate -> authenticate by @AxelNennker in https://github.com/camaraproject/IdentityAndConsentManagement/pull/274
56+
* Update the references to the OAuth 2.0 Security Best Practices (RFC 9700) by @AxelNennker in https://github.com/camaraproject/IdentityAndConsentManagement/pull/263
57+
* Consistent consent check statement in Authorization Code Flow and CIBA by @shilpa-padgaonkar in https://github.com/camaraproject/IdentityAndConsentManagement/pull/305
58+
59+
### Removed
60+
61+
N/A
62+
63+
**Full Changelog**: https://github.com/camaraproject/IdentityAndConsentManagement/compare/r2.3...r3.3
64+
2565
# r3.2
2666

2767
## Release Notes

README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,11 @@ Repository to describe, develop, document and test the Identity And Consent Mana
1616

1717
## Release Information
1818

19-
* `NEW`: The second "Fall25" pre-release of the "Identity and Consent Management" guidelines and documentation for the CAMARA APIs is available under the tag [r3.2](https://github.com/camaraproject/IdentityAndConsentManagement/tree/r3.2). It contains the release candidate [version](https://github.com/camaraproject/IdentityAndConsentManagement/blob/r3.2/VERSION.yaml) of the documents which are relevant for the [Fall25 meta-release](https://lf-camaraproject.atlassian.net/wiki/spaces/CAM/pages/36241429/Meta-release+Fall25), including:
20-
* [CAMARA APIs access and user consent management](https://github.com/camaraproject/IdentityAndConsentManagement/blob/r3.2/documentation/CAMARA-API-access-and-user-consent.md)
21-
* [CAMARA Security and Interoperability Profile](https://github.com/camaraproject/IdentityAndConsentManagement/blob/r3.2/documentation/CAMARA-Security-Interoperability.md)
22-
* The "Spring25" public release of the "Identity and Consent Management" guidelines and documentation for the CAMARA APIs is available under the tag [r2.3](https://github.com/camaraproject/IdentityAndConsentManagement/tree/r2.3). It contains the [version](https://github.com/camaraproject/IdentityAndConsentManagement/blob/r2.3/VERSION.yaml) of the documents which are relevant for the [Spring25 meta-release](https://lf-camaraproject.atlassian.net/wiki/spaces/CAM/pages/14560849/Meta-release+Spring25), including:
23-
* [CAMARA APIs access and user consent management](https://github.com/camaraproject/IdentityAndConsentManagement/blob/r2.3/documentation/CAMARA-API-access-and-user-consent.md)
24-
* [CAMARA Security and Interoperability Profile](https://github.com/camaraproject/IdentityAndConsentManagement/blob/r2.3/documentation/CAMARA-Security-Interoperability.md)
25-
>NOTE: the Working Group release numbering has been updated to adopt the same release notation as is used for API sub-projects.
26-
* The latest **public release** of guidelines and documentation for CAMARA APIs is available [here](https://github.com/camaraproject/IdentityAndConsentManagement/releases/latest).
27-
* For previous releases and changes see [CHANGELOG.md](/CHANGELOG.md)
19+
* `NEW`: The "Fall25" public release of the "Identity and Consent Management" guidelines and documentation for the CAMARA APIs is available under the tag [r3.3](https://github.com/camaraproject/IdentityAndConsentManagement/tree/r3.3). It contains the [version](https://github.com/camaraproject/IdentityAndConsentManagement/blob/r3.3/VERSION.yaml) of the documents which are relevant for the [Fall25 meta-release](https://lf-camaraproject.atlassian.net/wiki/spaces/CAM/pages/36241429/Meta-release+Fall25), including:
20+
* [CAMARA APIs access and user consent management](https://github.com/camaraproject/IdentityAndConsentManagement/blob/r3.3/documentation/CAMARA-API-access-and-user-consent.md)
21+
* [CAMARA Security and Interoperability Profile](https://github.com/camaraproject/IdentityAndConsentManagement/blob/r3.3/documentation/CAMARA-Security-Interoperability.md)
22+
* Previous releases and pre-releases are available [here](https://github.com/camaraproject/IdentityAndConsentManagement/releases).
23+
* For a detailed list of changes, see [CHANGELOG.md](/CHANGELOG.md).
2824

2925
## Contributing
3026
* Meetings

VERSION.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: 0.4.0-rc.1
1+
version: 0.4.0

0 commit comments

Comments
 (0)