<?xml version="1.0" encoding="UTF-8"?>
<reference anchor="I-D.ietf-jose-json-proof-token" target="https://datatracker.ietf.org/doc/html/draft-ietf-jose-json-proof-token-01">
   <front>
      <title>JSON Proof Token</title>
      <author initials="J." surname="Miller" fullname="Jeremie Miller">
         <organization>Ping Identity</organization>
      </author>
      <author initials="M. B." surname="Jones" fullname="Michael B. Jones">
         <organization>individual</organization>
      </author>
      <author initials="D." surname="Waite" fullname="David Waite">
         <organization>Ping Identity</organization>
      </author>
      <date month="July" day="10" year="2023" />
      <abstract>
	 <t>   JSON Proof Token (JPT) is a compact, URL-safe, privacy-preserving
   representation of claims to be transferred between three parties.
   The claims in a JPT are encoded as base64url-encoded JSON objects
   that are used as the payloads of a JSON Web Proof (JWP)
   (https://www.ietf.org/archive/id/draft-ietf-jose-json-web-proof-
   00.html) structure, enabling them to be digitally signed and
   selectively disclosed.  JPTs also support reusability and
   unlinkability when using Zero-Knowledge Proofs (ZKPs).

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-ietf-jose-json-proof-token-01" />
   
</reference>
