Skip to content

Commit

Permalink
Updated links
Browse files Browse the repository at this point in the history
Addresses: #362
  • Loading branch information
nils-work committed Mar 15, 2024
1 parent 32cf4cf commit 2a8be7a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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 #362 - Update PPID link](https://github.com/ConsumerDataStandardsAustralia/standards-staging/issues/362)

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|
|------|-----------|----|
| 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)


## Register Standards
Expand Down
5 changes: 4 additions & 1 deletion slate/source/includes/security/_consent.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@ In addition to CDR data scopes the following scopes **MUST** be supported:

### Claims

```diff
Updated 'Pairwise Pseudonymous Identifier (PPID)' link
```

The following [normal](https://openid.net/specs/openid-connect-core-1_0.html#NormalClaims) **[[OIDC]](#nref-OIDC)** and [standard claims](https://openid.net/specs/openid-connect-core-1_0.html#StandardClaims) claims **MUST** be supported for the authenticated End-User*:

- `sub`: [Pairwise Pseudonymous Identifier (PPID)](#identifiers) for the End-User at the Data Holder.
- `sub`: [Pairwise Pseudonymous Identifier (PPID)](#identifiers-and-subject-types) for the End-User at the Data Holder.
- `acr`: Authentication Context Class Reference. **MUST** contain a valid [ordinal LoA value](#ordinal-loa).
- `auth_time`: Time when the End-User authentication occurred. Its value is a JSON number representing the number of seconds from 1970-01-01T00:00:00Z to the UTC `auth_time`. It **MUST** be returned by the Data Holder in the ID Token when the Data Recipient Software Product has requested it as an essential claim according to section 2 of the **[[OIDC]](#nref-OIDC)** standard. It **SHOULD NOT** be returned via the UserInfo endpoint.
- `name`: End-User's full name in displayable form including all name parts.
Expand Down

0 comments on commit 2a8be7a

Please sign in to comment.