Skip to content

Commit

Permalink
Merge pull request #314 from ConsumerDataStandardsAustralia/maintenan…
Browse files Browse the repository at this point in the history
…ce/611

Clarification of Energy PRD Obligations
  • Loading branch information
JamesMBligh authored Oct 8, 2023
2 parents f716d1b + 39ac95c commit 9506563
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 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):

- [Maintenance Issue xxx - Description](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/xxx)
- [Maintenance Issue 611 - Clarification of Energy PRD Obligations](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/611)

### Decision Proposals

Expand Down Expand Up @@ -54,6 +54,7 @@ This release addresses the following Decision Proposals published on [Standards]

|Change|Description|Link|
|------|-----------|----|
| Clarification of Energy PRD Obligations | **[Standards Maintenance #611](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/611):** Updated the description of the PublicBaseUri field to clarify requirements for the Energy sector | [Security Endpoints](../../#security-endpoints) |

## Register Standards

Expand Down
7 changes: 5 additions & 2 deletions slate/source/includes/security/endpoints/_register.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Register Endpoints
![image](https://github.com/ConsumerDataStandardsAustralia/standards-staging/assets/40985476/87db5359-6d31-476e-8589-ccdc8dc34599)### Register Endpoints

The CDR Register exposes an OIDC Configuration Endpoint with associated JWKS and token endpoints to facilitate issuance of access tokens to consume the protected Register APIs.

Expand Down Expand Up @@ -35,12 +35,15 @@ Host: cdr.register
```

```diff
Updated the description of the PublicBaseUri field to clarify requirements for the Energy sector
```

Participants will be required to register base URIs against each of their brands to facilitate the implementation of the Consumer Data Standards

| Base URI | DH Brand | ADR Brand | Description
|-----------|------|------|-----------------------------------------------------------------------------------------------|
|**PublicBaseUri**| <i class="icon-check"></i> | | Base URI for the Consumer Data Standard public endpoints. This should encompass all endpoints not requiring authentication |
|**PublicBaseUri**| <i class="icon-check"></i> | | Base URI for the Consumer Data Standard public endpoints. This should encompass all endpoints not requiring authentication.<br>Data Holders designated for the Energy sector are not required to expose energy product reference endpoints via their public base URI and are not required, but **MAY**, provide a redirect to the product reference endpoints hosted by the designated data holder. |
|**ResourceBaseUri**| <i class="icon-check"></i> | | Base URI for the Consumer Data Standard resource endpoints. This should encompass all CDS resource endpoints requiring authentication |
|**InfoSecBaseUri**| <i class="icon-check"></i> | | Base URI for the Consumer Data Standard InfoSec endpoints. This provides ADRs reference to the [OIDC Discovery Endpoint](https://openid.net/specs/openid-connect-discovery-1_0.html) |
|**AdminBaseUri**| <i class="icon-check"></i> | | Base URI for the Consumer Data Standard admin endpoints called by the CDR Register |
Expand Down

0 comments on commit 9506563

Please sign in to comment.