Skip to content

Commit

Permalink
Merge pull request #65 from achamayou/update_transparency_config_with…
Browse files Browse the repository at this point in the history
…_scitt_ccf_sample

Update transparency-config with current sample produced by scitt-ccf-ledger implementation
  • Loading branch information
achamayou authored Feb 4, 2025
2 parents da7f7a7 + 4fafe53 commit d4e8fe6
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions draft-ietf-scitt-scrapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,27 +172,21 @@ Request:
~~~ http-message
GET /.well-known/transparency-configuration HTTP/1.1
Host: transparency.example
Accept: application/cose
Accept: application/cbor
~~~

Response:

~~~ http-message
HTTP/1.1 200 Ok
Content-Type: application/cose
Content-Type: application/cbor

Payload (in CBOR diagnostic notation)

18([ ; COSE_Sign1 structure with tag 18
h'44A123BEEFFACE', ; Protected header (example bytes)
{}, ; Unprotected header
{ ; Payload - CBOR map
"issuer": "https://transparency.example",
"base_url": "https://transparency.example/v1/scrapi"
"oidc_auth_endpoint": "https://transparency.example/auth"
},
h'ABCDEF1234567890ABCDEF1234567890' ; Signature
])
{
"issuer": "https://transparency.example",
"jwks_uri": "https://transparency.example/jwks"
}
~~~

Responses to this message are vendor-specific.
Expand Down

0 comments on commit d4e8fe6

Please sign in to comment.