Skip to end of banner
Go to start of banner

Resolved Issues

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Issue

Description

Resolution

Register APIs use different field type definitions

The Register APIs define their own field types that are not consistent with the Common Field Types defined in the data standards. As part of porting the Register standards across to the primary data standards, the field types need to be re-aligned to use the common field type definitions. For example, string (data-time) should be changed to DataTime and integer(int32) should be changed to PositiveInteger.

Resolved in CDS v1.22

Incorrect endpoint addresses in Consumer Data Standards

The address of the Get OpenId Provider Config endpoint should be:

/idp/.well-known/openid-configuration

e.g. https://api.cdr.gov.au/idp/.well-known/openid-configuration

The address of the Get JWKS endpoint should be:

/cdr-register/v1/jwks

e.g. https://api.cdr.gov.au/cdr-register/v1/jwks

Resolved in CDS v1.25

  • No labels