<?xml version="1.0" encoding="UTF-8"?>
<reference anchor="I-D.ietf-oauth-json-web-token" target="https://datatracker.ietf.org/doc/html/draft-ietf-oauth-json-web-token-32">
   <front>
      <title>JSON Web Token (JWT)</title>
      <author initials="M. B." surname="Jones" fullname="Michael B. Jones">
         <organization>Microsoft</organization>
      </author>
      <author initials="J." surname="Bradley" fullname="John Bradley">
         <organization>Ping Identity</organization>
      </author>
      <author initials="N." surname="Sakimura" fullname="Nat Sakimura">
         <organization>NRI</organization>
      </author>
      <date month="December" day="9" year="2014" />
      <abstract>
	 <t>JSON Web Token (JWT) is a compact, URL-safe means of representing claims to be transferred between two parties.  The claims in a JWT are encoded as a JSON object that is used as the payload of a JSON Web Signature (JWS) structure or as the plaintext of a JSON Web Encryption (JWE) structure, enabling the claims to be digitally signed or integrity protected with a Message Authentication Code (MAC) and/or encrypted.
	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-ietf-oauth-json-web-token-32" />
   
</reference>
