Skip to content

Commit

Permalink
Merge pull request #375 from ConsumerDataStandardsAustralia/defect/361
Browse files Browse the repository at this point in the history
Corrected typo in Description
  • Loading branch information
JamesMBligh authored Apr 23, 2024
2 parents 1700da6 + 9e5f78e commit 9ad6b82
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Release notes for version v1.30.0 of the [CDR Standards](../../index.html).
This release addresses the following minor defects raised on [Standards Staging](https://github.com/ConsumerDataStandardsAustralia/standards-staging/issues):

- [Standards Staging #310 - Review date format conventions](https://github.com/ConsumerDataStandardsAustralia/standards-staging/issues/310)
- [Standards Staging #361 - Typo in sector_identifier_uri description](https://github.com/ConsumerDataStandardsAustralia/standards-staging/issues/361)
- [Standards Staging #362 - Update PPID link](https://github.com/ConsumerDataStandardsAustralia/standards-staging/issues/362)
- [Standards Staging #370 - Add 'Consumer Experience Principles' to the Introduction text in the Principles section of the CDS and add CX acronym](https://github.com/ConsumerDataStandardsAustralia/standards-staging/issues/370)
- [Standards Staging #371 - Avoid scrollbars for long lines](https://github.com/ConsumerDataStandardsAustralia/standards-staging/issues/371)
Expand Down Expand Up @@ -64,6 +65,7 @@ This release addresses the following Decision Proposals published on [Standards]
## Information Security Profile
|Change|Description|Link|
|------|-----------|----|
| Corrected typo | [**Standards Staging #361**](https://github.com/ConsumerDataStandardsAustralia/standards-staging/issues/361): Corrected typo in the Description of `sector_identifier_uri` | [Client Registration](../../#client-registration)
| Updated link | [**Standards Staging #362**](https://github.com/ConsumerDataStandardsAustralia/standards-staging/issues/362): Updated 'Pairwise Pseudonymous Identifier (PPID)' link | [Scopes and Claims](../../#scopes-and-claims)
| Updates to 'Revoking consent' Standards | [**Standards Maintenance #631**](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/631): Updates to 'Revoking consent' requirements to align to rules | [Security Endpoints](../../#security-endpoints)
| Removed outdated statements | [**Standards Maintenance #632**](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/632): Removed two outdated statements relating to the introduction of concurrent consent and retrospectively generating a cdr_arrangement_id. | [Identifiers and Subject Types](../../#identifiers-and-subject-types)
Expand Down
6 changes: 5 additions & 1 deletion slate/source/includes/security/_client_registration.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ Decoded SSA

```

```diff
Corrected typo in the Description of `sector_identifier_uri`
```

The SSA will conform to the requirements of **[[DCR]](#nref-DCR)** with the following clarifications:

| Client Metadata | Required | Modifiable | Description
Expand All @@ -109,7 +113,7 @@ The SSA will conform to the requirements of **[[DCR]](#nref-DCR)** with the foll
|**client_description**| Required | <i class="icon-check"></i> | Human-readable string name of the software product description to be presented to the end user during authorization
|**client_uri**| Required | <i class="icon-check"></i> | URL string of a web page providing information about the client
|**redirect_uris**| Required | <i class="icon-check"></i> | Array of redirection URI strings for use in redirect-based flows
|**sector_identifier_uri**| Optional | <i class="icon-check"></i> | URL string referencing the client's sector identifier URI, used as an optional input to the Pairwise Identifier as described in described in [section 8](https://openid.net/specs/openid-connect-core-1_0.html#SubjectIDTypes) of **[[OIDC]](#nref-OIDC)**
|**sector_identifier_uri**| Optional | <i class="icon-check"></i> | URL string referencing the client's sector identifier URI, used as an optional input to the Pairwise Identifier as described in [section 8](https://openid.net/specs/openid-connect-core-1_0.html#SubjectIDTypes) of **[[OIDC]](#nref-OIDC)**
|**logo_uri**| Required | <i class="icon-check"></i> | URL string that references a logo for the client software product. The server **SHOULD** display this image to the end-user during approval
|**tos_uri**| Optional | <i class="icon-check"></i> | URL string that points to a human-readable terms of service document for the Software Product
|**policy_uri**| Optional | <i class="icon-check"></i> | URL string that points to a human-readable policy document for the Software Product
Expand Down

0 comments on commit 9ad6b82

Please sign in to comment.