<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.17 (Ruby 2.6.10) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-maldant-spice-oidc-cwt-00" category="info" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.22.0 -->
  <front>
    <title abbrev="OIDC standard claims for CWT">OpenID Connect standard claims registration for CBOR Web Tokens</title>
    <seriesInfo name="Internet-Draft" value="draft-maldant-spice-oidc-cwt-00"/>
    <author fullname="Beltram Maldant">
      <organization>SimpleLogin</organization>
      <address>
        <email>beltram.ietf@pm.me</email>
      </address>
    </author>
    <date year="2024" month="July" day="12"/>
    <area>Security</area>
    <workgroup>Secure Patterns for Internet CrEdentials</workgroup>
    <keyword>openid connect</keyword>
    <keyword>oidc</keyword>
    <keyword>standard claims</keyword>
    <abstract>
      <?line 51?>

<t>This document registers OpenId Connect standards claims already used in JSON Web Tokens for CBOR Web Tokens.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://beltram.github.io/rfc-spice-oidc-cwt/draft-maldant-spice-oidc-cwt.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-maldant-spice-oidc-cwt/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        Secure Patterns for Internet CrEdentials Working Group mailing list (<eref target="mailto:spice@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/spice/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/spice/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/beltram/rfc-spice-oidc-cwt"/>.</t>
    </note>
  </front>
  <middle>
    <?line 56?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>OpenId Connect <xref target="OIDCCore"/> is an authentication standard including standard claims already in use for JSON Web Tokens (JWT) <xref target="RFC7519"/>. CBOR Web Tokens (CWT) <xref target="RFC8392"/> have a claims registry, but do not include most of these claims. This draft aims at unifying use of OIDC claims in JWTs and CWTs.</t>
    </section>
    <section anchor="conventions-and-definitions">
      <name>Conventions and Definitions</name>
      <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
      <?line -18?>

</section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>This document registers existing OpenID Connect standard claims already used in JSON Web Tokens <xref target="RFC7519"/> for use in CBOR Web Tokens <xref target="RFC8392"/> without changing their semantics. The Security and Privacy Considerations respectively of Sections 16 and 17 of <xref target="OIDCCore"/> also apply.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <section anchor="name">
        <name>name</name>
        <ul spacing="normal">
          <li>
            <t>Claim Name: name</t>
          </li>
          <li>
            <t>Claim Description: End-User's full name in displayable form including all name parts, possibly including titles and suffixes, ordered according to the End-User's locale and preferences.</t>
          </li>
          <li>
            <t>JWT Claim Name: name</t>
          </li>
          <li>
            <t>Claim Key: 170</t>
          </li>
          <li>
            <t>Claim Value Type(s): text string</t>
          </li>
          <li>
            <t>Change Controller: IESG</t>
          </li>
          <li>
            <t>Specification Document(s): Section 5.1 of <xref target="OIDCCore"/></t>
          </li>
        </ul>
      </section>
      <section anchor="givenname">
        <name>given_name</name>
        <ul spacing="normal">
          <li>
            <t>Claim Name: given_name</t>
          </li>
          <li>
            <t>Claim Description: Given name(s) or first name(s) of the End-User.</t>
          </li>
          <li>
            <t>JWT Claim Name: given_name</t>
          </li>
          <li>
            <t>Claim Key: 171</t>
          </li>
          <li>
            <t>Claim Value Type(s): text string</t>
          </li>
          <li>
            <t>Change Controller: IESG</t>
          </li>
          <li>
            <t>Specification Document(s): Section 5.1 of <xref target="OIDCCore"/></t>
          </li>
        </ul>
      </section>
      <section anchor="familyname">
        <name>family_name</name>
        <ul spacing="normal">
          <li>
            <t>Claim Name: family_name</t>
          </li>
          <li>
            <t>Claim Description: Surname(s) or last name(s) of the End-User.</t>
          </li>
          <li>
            <t>JWT Claim Name: family_name</t>
          </li>
          <li>
            <t>Claim Key: 172</t>
          </li>
          <li>
            <t>Claim Value Type(s): text string</t>
          </li>
          <li>
            <t>Change Controller: IESG</t>
          </li>
          <li>
            <t>Specification Document(s): Section 5.1 of <xref target="OIDCCore"/></t>
          </li>
        </ul>
      </section>
      <section anchor="middlename">
        <name>middle_name</name>
        <ul spacing="normal">
          <li>
            <t>Claim Name: middle_name</t>
          </li>
          <li>
            <t>Claim Description: Middle name(s) of the End-User.</t>
          </li>
          <li>
            <t>JWT Claim Name: middle_name</t>
          </li>
          <li>
            <t>Claim Key: 173</t>
          </li>
          <li>
            <t>Claim Value Type(s): text string</t>
          </li>
          <li>
            <t>Change Controller: IESG</t>
          </li>
          <li>
            <t>Specification Document(s): Section 5.1 of <xref target="OIDCCore"/></t>
          </li>
        </ul>
      </section>
      <section anchor="nickname">
        <name>nickname</name>
        <ul spacing="normal">
          <li>
            <t>Claim Name: nickname</t>
          </li>
          <li>
            <t>Claim Description: Casual name of the End-User that may or may not be the same as the given_name.</t>
          </li>
          <li>
            <t>JWT Claim Name: nickname</t>
          </li>
          <li>
            <t>Claim Key: 174</t>
          </li>
          <li>
            <t>Claim Value Type(s): text string</t>
          </li>
          <li>
            <t>Change Controller: IESG</t>
          </li>
          <li>
            <t>Specification Document(s): Section 5.1 of <xref target="OIDCCore"/></t>
          </li>
        </ul>
      </section>
      <section anchor="preferredusername">
        <name>preferred_username</name>
        <ul spacing="normal">
          <li>
            <t>Claim Name: preferred_username</t>
          </li>
          <li>
            <t>Claim Description: Shorthand name by which the End-User wishes to be referred to at the Resource Server.</t>
          </li>
          <li>
            <t>JWT Claim Name: preferred_username</t>
          </li>
          <li>
            <t>Claim Key: 175</t>
          </li>
          <li>
            <t>Claim Value Type(s): text string</t>
          </li>
          <li>
            <t>Change Controller: IESG</t>
          </li>
          <li>
            <t>Specification Document(s): Section 5.1 of <xref target="OIDCCore"/></t>
          </li>
        </ul>
      </section>
      <section anchor="profile">
        <name>profile</name>
        <ul spacing="normal">
          <li>
            <t>Claim Name: profile</t>
          </li>
          <li>
            <t>Claim Description: URL of the End-User's profile page.</t>
          </li>
          <li>
            <t>JWT Claim Name: profile</t>
          </li>
          <li>
            <t>Claim Key: 176</t>
          </li>
          <li>
            <t>Claim Value Type(s): text string</t>
          </li>
          <li>
            <t>Change Controller: IESG</t>
          </li>
          <li>
            <t>Specification Document(s): Section 5.1 of <xref target="OIDCCore"/></t>
          </li>
        </ul>
      </section>
      <section anchor="picture">
        <name>picture</name>
        <ul spacing="normal">
          <li>
            <t>Claim Name: picture</t>
          </li>
          <li>
            <t>Claim Description: URL of the End-User's profile picture. This URL <bcp14>MUST</bcp14> refer to an image file, rather than to a Web page containing an image.</t>
          </li>
          <li>
            <t>JWT Claim Name: picture</t>
          </li>
          <li>
            <t>Claim Key: 177</t>
          </li>
          <li>
            <t>Claim Value Type(s): text string</t>
          </li>
          <li>
            <t>Change Controller: IESG</t>
          </li>
          <li>
            <t>Specification Document(s): Section 5.1 of <xref target="OIDCCore"/></t>
          </li>
        </ul>
      </section>
      <section anchor="website">
        <name>website</name>
        <ul spacing="normal">
          <li>
            <t>Claim Name: website</t>
          </li>
          <li>
            <t>Claim Description: URL of the End-User's Web page or blog.</t>
          </li>
          <li>
            <t>JWT Claim Name: website</t>
          </li>
          <li>
            <t>Claim Key: 178</t>
          </li>
          <li>
            <t>Claim Value Type(s): text string</t>
          </li>
          <li>
            <t>Change Controller: IESG</t>
          </li>
          <li>
            <t>Specification Document(s): Section 5.1 of <xref target="OIDCCore"/></t>
          </li>
        </ul>
      </section>
      <section anchor="email">
        <name>email</name>
        <ul spacing="normal">
          <li>
            <t>Claim Name: email</t>
          </li>
          <li>
            <t>Claim Description: End-User's preferred e-mail address.</t>
          </li>
          <li>
            <t>JWT Claim Name: email</t>
          </li>
          <li>
            <t>Claim Key: 179</t>
          </li>
          <li>
            <t>Claim Value Type(s): text string</t>
          </li>
          <li>
            <t>Change Controller: IESG</t>
          </li>
          <li>
            <t>Specification Document(s): Section 5.1 of <xref target="OIDCCore"/></t>
          </li>
        </ul>
      </section>
      <section anchor="emailverified">
        <name>email_verified</name>
        <ul spacing="normal">
          <li>
            <t>Claim Name: email_verified</t>
          </li>
          <li>
            <t>Claim Description: True if the End-User's e-mail address has been verified; otherwise false.</t>
          </li>
          <li>
            <t>JWT Claim Name: email_verified</t>
          </li>
          <li>
            <t>Claim Key: 180</t>
          </li>
          <li>
            <t>Claim Value Type(s): text string</t>
          </li>
          <li>
            <t>Change Controller: IESG</t>
          </li>
          <li>
            <t>Specification Document(s): Section 5.1 of <xref target="OIDCCore"/></t>
          </li>
        </ul>
      </section>
      <section anchor="gender">
        <name>gender</name>
        <ul spacing="normal">
          <li>
            <t>Claim Name: gender</t>
          </li>
          <li>
            <t>Claim Description: End-User's defined gender.</t>
          </li>
          <li>
            <t>JWT Claim Name: gender</t>
          </li>
          <li>
            <t>Claim Key: 181</t>
          </li>
          <li>
            <t>Claim Value Type(s): text string</t>
          </li>
          <li>
            <t>Change Controller: IESG</t>
          </li>
          <li>
            <t>Specification Document(s): Section 5.1 of <xref target="OIDCCore"/></t>
          </li>
        </ul>
      </section>
      <section anchor="birthdate">
        <name>birthdate</name>
        <ul spacing="normal">
          <li>
            <t>Claim Name: birthdate</t>
          </li>
          <li>
            <t>Claim Description: End-User's birthday, represented as an <xref target="ISO8601_1"/> YYYY-MM-DD format.</t>
          </li>
          <li>
            <t>JWT Claim Name: birthdate</t>
          </li>
          <li>
            <t>Claim Key: 182</t>
          </li>
          <li>
            <t>Claim Value Type(s): text string</t>
          </li>
          <li>
            <t>Change Controller: IESG</t>
          </li>
          <li>
            <t>Specification Document(s): Section 5.1 of <xref target="OIDCCore"/></t>
          </li>
        </ul>
      </section>
      <section anchor="zoneinfo">
        <name>zoneinfo</name>
        <ul spacing="normal">
          <li>
            <t>Claim Name: zoneinfo</t>
          </li>
          <li>
            <t>Claim Description: String from IANA Time Zone Database <xref target="IANAtimezones"/> representing the End-User's time zone.</t>
          </li>
          <li>
            <t>JWT Claim Name: zoneinfo</t>
          </li>
          <li>
            <t>Claim Key: 183</t>
          </li>
          <li>
            <t>Claim Value Type(s): text string</t>
          </li>
          <li>
            <t>Change Controller: IESG</t>
          </li>
          <li>
            <t>Specification Document(s): Section 5.1 of <xref target="OIDCCore"/></t>
          </li>
        </ul>
      </section>
      <section anchor="locale">
        <name>locale</name>
        <ul spacing="normal">
          <li>
            <t>Claim Name: locale</t>
          </li>
          <li>
            <t>Claim Description: End-User's locale, represented as a BCP47 <xref target="RFC5646"/> language tag.</t>
          </li>
          <li>
            <t>JWT Claim Name: locale</t>
          </li>
          <li>
            <t>Claim Key: 184</t>
          </li>
          <li>
            <t>Claim Value Type(s): text string</t>
          </li>
          <li>
            <t>Change Controller: IESG</t>
          </li>
          <li>
            <t>Specification Document(s): Section 5.1 of <xref target="OIDCCore"/></t>
          </li>
        </ul>
      </section>
      <section anchor="phonenumber">
        <name>phone_number</name>
        <ul spacing="normal">
          <li>
            <t>Claim Name: phone_number</t>
          </li>
          <li>
            <t>Claim Description: End-User's preferred telephone number.</t>
          </li>
          <li>
            <t>JWT Claim Name: phone_number</t>
          </li>
          <li>
            <t>Claim Key: 185</t>
          </li>
          <li>
            <t>Claim Value Type(s): text string</t>
          </li>
          <li>
            <t>Change Controller: IESG</t>
          </li>
          <li>
            <t>Specification Document(s): Section 5.1 of <xref target="OIDCCore"/></t>
          </li>
        </ul>
      </section>
      <section anchor="phonenumberverified">
        <name>phone_number_verified</name>
        <ul spacing="normal">
          <li>
            <t>Claim Name: phone_number_verified</t>
          </li>
          <li>
            <t>Claim Description:  True if the End-User's phone number has been verified; otherwise false.</t>
          </li>
          <li>
            <t>JWT Claim Name: phone_number_verified</t>
          </li>
          <li>
            <t>Claim Key: 186</t>
          </li>
          <li>
            <t>Claim Value Type(s): text string</t>
          </li>
          <li>
            <t>Change Controller: IESG</t>
          </li>
          <li>
            <t>Specification Document(s): Section 5.1 of <xref target="OIDCCore"/></t>
          </li>
        </ul>
      </section>
      <section anchor="address">
        <name>address</name>
        <ul spacing="normal">
          <li>
            <t>Claim Name: address</t>
          </li>
          <li>
            <t>Claim Description: End-User's preferred postal address.</t>
          </li>
          <li>
            <t>JWT Claim Name: address</t>
          </li>
          <li>
            <t>Claim Key: 187</t>
          </li>
          <li>
            <t>Claim Value Type(s): text string (the content is a JSON array)</t>
          </li>
          <li>
            <t>Change Controller: IESG</t>
          </li>
          <li>
            <t>Specification Document(s): Section 5.1 of <xref target="OIDCCore"/></t>
          </li>
        </ul>
      </section>
      <section anchor="updatedat">
        <name>updated_at</name>
        <ul spacing="normal">
          <li>
            <t>Claim Name: updated_at</t>
          </li>
          <li>
            <t>Claim Description: Time the End-User's information was last updated. Its value is a number representing the number of seconds from 1970-01-01T00:00:00Z as measured in UTC until the date/time.</t>
          </li>
          <li>
            <t>JWT Claim Name: updated_at</t>
          </li>
          <li>
            <t>Claim Key: 188</t>
          </li>
          <li>
            <t>Claim Value Type(s): uint</t>
          </li>
          <li>
            <t>Change Controller: IESG</t>
          </li>
          <li>
            <t>Specification Document(s): Section 5.1 of <xref target="OIDCCore"/></t>
          </li>
        </ul>
      </section>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="OIDCCore" target="https://openid.net/specs/openid-connect-core-1_0.html">
          <front>
            <title>OpenID Connect Core 1.0 incorporating errata set 2</title>
            <author initials="N." surname="Sakimura" fullname="Nat Sakimura">
              <organization/>
            </author>
            <author initials="J." surname="Bradley" fullname="John Bradley">
              <organization/>
            </author>
            <author initials="M. B." surname="Jones" fullname="Michael B. Jones">
              <organization/>
            </author>
            <author initials="B. de" surname="Medeiros" fullname="Breno de Medeiros">
              <organization/>
            </author>
            <author initials="C." surname="Mortimore" fullname="Chuck Mortimore">
              <organization/>
            </author>
            <date year="2023" month="December" day="15"/>
          </front>
        </reference>
        <reference anchor="IANAtimezones" target="https://www.iana.org/time-zones">
          <front>
            <title>IANA time zones</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="ISO8601_1" target="https://www.iso.org/standard/81801.html">
          <front>
            <title>ISO8601‑1</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="RFC8392">
          <front>
            <title>CBOR Web Token (CWT)</title>
            <author fullname="M. Jones" initials="M." surname="Jones"/>
            <author fullname="E. Wahlstroem" initials="E." surname="Wahlstroem"/>
            <author fullname="S. Erdtman" initials="S." surname="Erdtman"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <date month="May" year="2018"/>
            <abstract>
              <t>CBOR Web Token (CWT) is a compact means of representing claims to be transferred between two parties. The claims in a CWT are encoded in the Concise Binary Object Representation (CBOR), and CBOR Object Signing and Encryption (COSE) is used for added application-layer security protection. A claim is a piece of information asserted about a subject and is represented as a name/value pair consisting of a claim name and a claim value. CWT is derived from JSON Web Token (JWT) but uses CBOR rather than JSON.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8392"/>
          <seriesInfo name="DOI" value="10.17487/RFC8392"/>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="RFC5646">
          <front>
            <title>Tags for Identifying Languages</title>
            <author fullname="A. Phillips" initials="A." role="editor" surname="Phillips"/>
            <author fullname="M. Davis" initials="M." role="editor" surname="Davis"/>
            <date month="September" year="2009"/>
            <abstract>
              <t>This document describes the structure, content, construction, and semantics of language tags for use in cases where it is desirable to indicate the language used in an information object. It also describes how to register values for use in language tags and the creation of user-defined extensions for private interchange. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="47"/>
          <seriesInfo name="RFC" value="5646"/>
          <seriesInfo name="DOI" value="10.17487/RFC5646"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC7519">
          <front>
            <title>JSON Web Token (JWT)</title>
            <author fullname="M. Jones" initials="M." surname="Jones"/>
            <author fullname="J. Bradley" initials="J." surname="Bradley"/>
            <author fullname="N. Sakimura" initials="N." surname="Sakimura"/>
            <date month="May" year="2015"/>
            <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="RFC" value="7519"/>
          <seriesInfo name="DOI" value="10.17487/RFC7519"/>
        </reference>
      </references>
    </references>
  </back>
  <!-- ##markdown-source:
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
XonS/Cl+oF+6hiy9jf4PGED7AesgAAA=

-->

</rfc>
