Skip to content

Commit

Permalink
Corrected typo in cdr_arragement_id
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-work committed Mar 18, 2024
1 parent 32cf4cf commit d8d94df
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This release addresses the following minor defects raised on [Standards Staging]

This release addresses the following change requests raised on [Standards Maintenance](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues):

- [Standards Maintenance #XXX - Title](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/XXX)
- [Standards Maintenance #629 - Maintenance Iteration 18 Holistic Feedback](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/629)


### Decision Proposals
Expand Down Expand Up @@ -56,6 +56,7 @@ This release addresses the following Decision Proposals published on [Standards]
## Information Security Profile
|Change|Description|Link|
|------|-----------|----|
| Corrected typo | [**Standards Maintenance #629**](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/629#issuecomment-1920466440): Corrected typo in `cdr_arragement_id` | [Security Endpoints](../../#security-endpoints)


## Register Standards
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ Authorization: Bearer eyJhbGciOiJQUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjEyNDU2In0.ey

The location of the Data Recipient Software Product CDR Arrangement Revocation End Point is determined by the `RecipientBaseURI` provided by the Data Recipient Software Product in the client Software Statement Assertion (SSA).

```diff
Corrected typo in `cdr_arragement_id`
```

This end point will be implemented according to the following:

* Data Recipient Software Products **MUST** expose their CDR Arrangement Revocation End Point under their `recipient_base_uri` published in their Software Statement Assertion.
Expand All @@ -120,7 +124,7 @@ This end point will be implemented according to the following:
* **From March 31st 2022**, Data Recipients **MUST** support the "CDR Arrangement JWT" method.
* **From July 31st 2022**, Data Holders **MUST** send the `cdr_arrangement_id` using the "CDR Arrangement JWT" method.
* Data Holders **MAY** additionally send a duplicate of the `cdr_arrangement_id` as a form parameter.
* Data Recipient Software Products **MUST NOT** reject requests including the `cdr_arragement_id` as a form parameter.
* Data Recipient Software Products **MUST NOT** reject requests including the `cdr_arrangement_id` as a form parameter.
* If the `cdr_arrangement_id` is presented as a form parameter, Data Recipient Software Products **SHOULD** validate it is identical to the `cdr_arrangement_id` presented in the "CDR Arrangement JWT".
* **From November 15th 2022**, if the `cdr_arrangement_id` is presented as a form parameter, Data Recipient Software Products **MUST** validate it is identical to the `cdr_arrangement_id` presented in the "CDR Arrangement JWT".
* **From November 15th 2022**, if the Self-Signed JWT claims are presented in the "CDR Arrangement JWT", Data Recipient Software Products **MUST** validate in accordance with Data Holders calling Data Recipients using [Self-Signed JWT Client Authentication](#self-signed-jwt-client-authentication).
Expand Down

0 comments on commit d8d94df

Please sign in to comment.