Register Token Diagnostics
Checks for the client assertion JWT sent to the CDR Register token endpoint.
Configuration
- client_id
- e83e4a45-a9e2-48f6-8ff5-62c5b63e8730
- key_id (kid)
- NDL
- token_endpoint
- https://secure.api.cdrsandbox.gov.au/idp/connect/token
- aud (MtlsBaseURI + /idp)
- https://secure.api.cdrsandbox.gov.au/idp
- register_base_uri
- https://api.cdrsandbox.gov.au
Key Checks
✔ Private key parse: RSA 2048-bit key
✔ Certificate parse: CN=ndl_client, Issuer=CDR Sandbox Intermediate CA
✔ Certificate validity: Valid until 2027-05-04T03:21:15Z
✔ Key pair match: Private key matches certificate public key
Generated JWT Header
{
"alg": "PS256",
"kid": "NDL",
"typ": "JWT"
}
Generated JWT Claims
{
"iss": "e83e4a45-a9e2-48f6-8ff5-62c5b63e8730",
"sub": "e83e4a45-a9e2-48f6-8ff5-62c5b63e8730",
"aud": "https://secure.api.cdrsandbox.gov.au/idp",
"jti": "(uuid)",
"exp": 1780348906,
"iat": 1780348606
}
Token Request Result
Token obtained successfully (900 chars)