Skip to content

Commit

Permalink
Remove unnecessary 2.2.7 (#49)
Browse files Browse the repository at this point in the history
Closes #47
  • Loading branch information
achamayou authored Dec 3, 2024
1 parent 35274ef commit 39a0988
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions draft-ietf-scitt-scrapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ normative:
IANA.params:

informative:
I-D.draft-demarco-oauth-nonce-endpoint: Nonce-Endpoint
I-D.draft-ietf-oauth-sd-jwt-vc: SD-JWT-VC
RFC2046:
RFC6838:
Expand Down Expand Up @@ -681,34 +680,6 @@ Content-Type: application/json
}
~~~

### Request Nonce

This endpoint in inspired by {{-Nonce-Endpoint}}.

Authentication SHOULD NOT be implemented for this endpoint.
This endpoint is used to demonstrate proof of possession, which is the reason that authentication is not required.
Client holding signed statements that require demonstrating proof of possession MUST use this endpoint to obtain a nonce.

Request:

~~~ http-message

GET /nonce HTTP/1.1
Host: transparency.example
Accept: application/json
~~~

Response:

~~~ http-message
HTTP/1.1 200 OK
Content-Type: application/json

{
"nonce": "d2JhY2NhbG91cmVqdWFuZGFt"
}
~~~

# Privacy Considerations

TODO
Expand Down

0 comments on commit 39a0988

Please # to comment.