Skip to content

Commit

Permalink
Discuss issued and presented forms of JPTs
Browse files Browse the repository at this point in the history
  • Loading branch information
selfissued committed Aug 7, 2024
1 parent 8da217b commit 5827a5c
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions draft-ietf-jose-json-proof-token.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,18 +128,16 @@ The following is an example JWP Protected Header that includes a `cid`:

<{{./fixtures/template/jpt-issuer-protected-header-with-cid.json}}

# Payloads
# Presented Claims and Proofs

> Editor's Note: This section is incomplete. Use it only as an indicator of the intended direction.
Application resolves each claim as required when processing the JPT. Resolution can result in one of three things:
Each claim in the issued form of the JPT results in one of three things in the presented form of the JPT:
1. A disclosed JSON value.
1. An indicator that the value was not disclosed.
1. An algorithm-specific proof method.

## Disclosed

A disclosed payloads are represented as a base64url-encoded UTF-encoded octet string
A disclosed payload is represented as a base64url-encoded UTF-encoded octet string
representing a valid JSON value.

## Undisclosed
Expand Down Expand Up @@ -214,7 +212,7 @@ for his valuable contributions to this specification.
[[ To be removed from the final specification ]]

* Update reference to new repository home
* Enhance JPT payload description.
* Fixed #99: Discussed issued and presented forms of JPTs.

-05

Expand Down

0 comments on commit 5827a5c

Please sign in to comment.