Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrected typo in Description #375

Merged
merged 2 commits into from
Apr 23, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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 #XXX - Title](https://github.com/ConsumerDataStandardsAustralia/standards-staging/issues/XXX)
- [Standards Staging #361 - Typo in sector_identifier_uri description](https://github.com/ConsumerDataStandardsAustralia/standards-staging/issues/361)

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

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 Staging #361**](https://github.com/ConsumerDataStandardsAustralia/standards-staging/issues/361): Corrected typo in the Description of `sector_identifier_uri` | [Client Registration](../../#client-registration)


## Register Standards
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