diff --git a/slate/source/includes/releasenotes/releasenotes.1.30.0.html.md b/slate/source/includes/releasenotes/releasenotes.1.30.0.html.md index f5a017af..3a50eef0 100644 --- a/slate/source/includes/releasenotes/releasenotes.1.30.0.html.md +++ b/slate/source/includes/releasenotes/releasenotes.1.30.0.html.md @@ -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): @@ -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 diff --git a/slate/source/includes/security/_consent.md b/slate/source/includes/security/_consent.md index 23f3b174..ae1a8efb 100644 --- a/slate/source/includes/security/_consent.md +++ b/slate/source/includes/security/_consent.md @@ -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.