<?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.29 (Ruby 3.4.4) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-spice-oidc-cwt-04" category="info" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.31.0 -->
  <front>
    <title abbrev="OpenID Connect Standard Claims for CWT">OpenID Connect Standard Claims Registration for CBOR Web Tokens</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-spice-oidc-cwt-04"/>
    <author fullname="Beltram Maldant">
      <organization>SimpleLogin</organization>
      <address>
        <email>beltram.ietf@pm.me</email>
      </address>
    </author>
    <author initials="M. B." surname="Jones" fullname="Michael B. Jones">
      <organization>Self-Issued Consulting</organization>
      <address>
        <postal>
          <country>United States</country>
        </postal>
        <email>michael_b_jones@hotmail.com</email>
        <uri>https://self-issued.info/</uri>
      </address>
    </author>
    <date year="2025" month="December" day="01"/>
    <area>Security</area>
    <workgroup>Secure Patterns for Internet CrEdentials</workgroup>
    <keyword>Openid Connect</keyword>
    <keyword>Standard Claims</keyword>
    <abstract>
      <?line 59?>

<t>This document registers OpenID Connect standard claims already used in JSON Web Tokens for use in 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://ietf-wg-spice.github.io/draft-ietf-spice-oidc-cwt/#go.draft-ietf-spice-oidc-cwt.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-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/ietf-wg-spice/draft-ietf-spice-oidc-cwt"/>.</t>
    </note>
  </front>
  <middle>
    <?line 64?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>OpenID Connect <xref target="OpenID.Core"/> 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 OpenID Connect 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="claims">
      <name>OpenID Connect Claims</name>
      <t>This section enumerates the OpenID Connect claims that are registered, including the fields necessary for registration with IANA; see <xref target="iana"/>.  The definitions of each field are taken from <xref target="OpenID.Core"/> verbatim.</t>
      <section anchor="name">
        <name>name</name>
        <dl spacing="compact">
          <dt>Claim Name:</dt>
          <dd>
            <t>name</t>
          </dd>
          <dt>Claim Description:</dt>
          <dd>
            <t>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>
          </dd>
          <dt>JWT Claim Name:</dt>
          <dd>
            <t>name</t>
          </dd>
          <dt>Claim Key:</dt>
          <dd>
            <t>TBD1 (170 suggested)</t>
          </dd>
          <dt>Claim Value Type(s):</dt>
          <dd>
            <t>text string</t>
          </dd>
          <dt>Change Controller:</dt>
          <dd>
            <t>IETF</t>
          </dd>
          <dt>Specification Document(s):</dt>
          <dd>
            <t>Section 5.1 of <xref target="OpenID.Core"/></t>
          </dd>
        </dl>
      </section>
      <section anchor="givenname">
        <name>given_name</name>
        <dl spacing="compact">
          <dt>Claim Name:</dt>
          <dd>
            <t>given_name</t>
          </dd>
          <dt>Claim Description:</dt>
          <dd>
            <t>Given name(s) or first name(s) of the End-User.</t>
          </dd>
          <dt>JWT Claim Name:</dt>
          <dd>
            <t>given_name</t>
          </dd>
          <dt>Claim Key:</dt>
          <dd>
            <t>TBD2 (171 suggested)</t>
          </dd>
          <dt>Claim Value Type(s):</dt>
          <dd>
            <t>text string</t>
          </dd>
          <dt>Change Controller:</dt>
          <dd>
            <t>IETF</t>
          </dd>
          <dt>Specification Document(s):</dt>
          <dd>
            <t>Section 5.1 of <xref target="OpenID.Core"/></t>
          </dd>
        </dl>
      </section>
      <section anchor="familyname">
        <name>family_name</name>
        <dl spacing="compact">
          <dt>Claim Name:</dt>
          <dd>
            <t>family_name</t>
          </dd>
          <dt>Claim Description:</dt>
          <dd>
            <t>Surname(s) or last name(s) of the End-User.</t>
          </dd>
          <dt>JWT Claim Name:</dt>
          <dd>
            <t>family_name</t>
          </dd>
          <dt>Claim Key:</dt>
          <dd>
            <t>TBD3 (172 suggested)</t>
          </dd>
          <dt>Claim Value Type(s):</dt>
          <dd>
            <t>text string</t>
          </dd>
          <dt>Change Controller:</dt>
          <dd>
            <t>IETF</t>
          </dd>
          <dt>Specification Document(s):</dt>
          <dd>
            <t>Section 5.1 of <xref target="OpenID.Core"/></t>
          </dd>
        </dl>
      </section>
      <section anchor="middlename">
        <name>middle_name</name>
        <dl spacing="compact">
          <dt>Claim Name:</dt>
          <dd>
            <t>middle_name</t>
          </dd>
          <dt>Claim Description:</dt>
          <dd>
            <t>Middle name(s) of the End-User.</t>
          </dd>
          <dt>JWT Claim Name:</dt>
          <dd>
            <t>middle_name</t>
          </dd>
          <dt>Claim Key:</dt>
          <dd>
            <t>TBD4 (173 suggested)</t>
          </dd>
          <dt>Claim Value Type(s):</dt>
          <dd>
            <t>text string</t>
          </dd>
          <dt>Change Controller:</dt>
          <dd>
            <t>IETF</t>
          </dd>
          <dt>Specification Document(s):</dt>
          <dd>
            <t>Section 5.1 of <xref target="OpenID.Core"/></t>
          </dd>
        </dl>
      </section>
      <section anchor="nickname">
        <name>nickname</name>
        <dl spacing="compact">
          <dt>Claim Name:</dt>
          <dd>
            <t>nickname</t>
          </dd>
          <dt>Claim Description:</dt>
          <dd>
            <t>Casual name of the End-User that may or may not be the same as the given_name.</t>
          </dd>
          <dt>JWT Claim Name:</dt>
          <dd>
            <t>nickname</t>
          </dd>
          <dt>Claim Key:</dt>
          <dd>
            <t>TBD5 (174 suggested)</t>
          </dd>
          <dt>Claim Value Type(s):</dt>
          <dd>
            <t>text string</t>
          </dd>
          <dt>Change Controller:</dt>
          <dd>
            <t>IETF</t>
          </dd>
          <dt>Specification Document(s):</dt>
          <dd>
            <t>Section 5.1 of <xref target="OpenID.Core"/></t>
          </dd>
        </dl>
      </section>
      <section anchor="preferredusername">
        <name>preferred_username</name>
        <dl spacing="compact">
          <dt>Claim Name:</dt>
          <dd>
            <t>preferred_username</t>
          </dd>
          <dt>Claim Description:</dt>
          <dd>
            <t>Shorthand name by which the End-User wishes to be referred to at the Resource Server.</t>
          </dd>
          <dt>JWT Claim Name:</dt>
          <dd>
            <t>preferred_username</t>
          </dd>
          <dt>Claim Key:</dt>
          <dd>
            <t>TBD6 (175 suggested)</t>
          </dd>
          <dt>Claim Value Type(s):</dt>
          <dd>
            <t>text string</t>
          </dd>
          <dt>Change Controller:</dt>
          <dd>
            <t>IETF</t>
          </dd>
          <dt>Specification Document(s):</dt>
          <dd>
            <t>Section 5.1 of <xref target="OpenID.Core"/></t>
          </dd>
        </dl>
      </section>
      <section anchor="profile">
        <name>profile</name>
        <dl spacing="compact">
          <dt>Claim Name:</dt>
          <dd>
            <t>profile</t>
          </dd>
          <dt>Claim Description:</dt>
          <dd>
            <t>URL of the End-User's profile page.</t>
          </dd>
          <dt>JWT Claim Name:</dt>
          <dd>
            <t>profile</t>
          </dd>
          <dt>Claim Key:</dt>
          <dd>
            <t>TBD7 (176 suggested)</t>
          </dd>
          <dt>Claim Value Type(s):</dt>
          <dd>
            <t>text string</t>
          </dd>
          <dt>Change Controller:</dt>
          <dd>
            <t>IETF</t>
          </dd>
          <dt>Specification Document(s):</dt>
          <dd>
            <t>Section 5.1 of <xref target="OpenID.Core"/></t>
          </dd>
        </dl>
      </section>
      <section anchor="picture">
        <name>picture</name>
        <dl spacing="compact">
          <dt>Claim Name:</dt>
          <dd>
            <t>picture</t>
          </dd>
          <dt>Claim Description:</dt>
          <dd>
            <t>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>
          </dd>
          <dt>JWT Claim Name:</dt>
          <dd>
            <t>picture</t>
          </dd>
          <dt>Claim Key:</dt>
          <dd>
            <t>TBD8 (177 suggested)</t>
          </dd>
          <dt>Claim Value Type(s):</dt>
          <dd>
            <t>text string</t>
          </dd>
          <dt>Change Controller:</dt>
          <dd>
            <t>IETF</t>
          </dd>
          <dt>Specification Document(s):</dt>
          <dd>
            <t>Section 5.1 of <xref target="OpenID.Core"/></t>
          </dd>
        </dl>
      </section>
      <section anchor="website">
        <name>website</name>
        <dl spacing="compact">
          <dt>Claim Name:</dt>
          <dd>
            <t>website</t>
          </dd>
          <dt>Claim Description:</dt>
          <dd>
            <t>URL of the End-User's Web page or blog.</t>
          </dd>
          <dt>JWT Claim Name:</dt>
          <dd>
            <t>website</t>
          </dd>
          <dt>Claim Key:</dt>
          <dd>
            <t>TBD9 (178 suggested)</t>
          </dd>
          <dt>Claim Value Type(s):</dt>
          <dd>
            <t>text string</t>
          </dd>
          <dt>Change Controller:</dt>
          <dd>
            <t>IETF</t>
          </dd>
          <dt>Specification Document(s):</dt>
          <dd>
            <t>Section 5.1 of <xref target="OpenID.Core"/></t>
          </dd>
        </dl>
      </section>
      <section anchor="email">
        <name>email</name>
        <dl spacing="compact">
          <dt>Claim Name:</dt>
          <dd>
            <t>email</t>
          </dd>
          <dt>Claim Description:</dt>
          <dd>
            <t>End-User's preferred e-mail address.</t>
          </dd>
          <dt>JWT Claim Name:</dt>
          <dd>
            <t>email</t>
          </dd>
          <dt>Claim Key:</dt>
          <dd>
            <t>TBD10 (179 suggested)</t>
          </dd>
          <dt>Claim Value Type(s):</dt>
          <dd>
            <t>text string</t>
          </dd>
          <dt>Change Controller:</dt>
          <dd>
            <t>IETF</t>
          </dd>
          <dt>Specification Document(s):</dt>
          <dd>
            <t>Section 5.1 of <xref target="OpenID.Core"/></t>
          </dd>
        </dl>
      </section>
      <section anchor="emailverified">
        <name>email_verified</name>
        <dl spacing="compact">
          <dt>Claim Name:</dt>
          <dd>
            <t>email_verified</t>
          </dd>
          <dt>Claim Description:</dt>
          <dd>
            <t>True if the End-User's e-mail address has been verified; otherwise false. When this Claim Value is true, this means
that the OP took affirmative steps to ensure that this e-mail address was controlled by the End-User at the time the
verification was performed. The means by which an e-mail address is verified is context specific, and dependent upon
the trust framework or contractual agreements within which the parties are operating.</t>
          </dd>
          <dt>JWT Claim Name:</dt>
          <dd>
            <t>email_verified</t>
          </dd>
          <dt>Claim Key:</dt>
          <dd>
            <t>TBD11 (180 suggested)</t>
          </dd>
          <dt>Claim Value Type(s):</dt>
          <dd>
            <t>bool</t>
          </dd>
          <dt>Change Controller:</dt>
          <dd>
            <t>IETF</t>
          </dd>
          <dt>Specification Document(s):</dt>
          <dd>
            <t>Section 5.1 of <xref target="OpenID.Core"/></t>
          </dd>
        </dl>
      </section>
      <section anchor="gender">
        <name>gender</name>
        <dl spacing="compact">
          <dt>Claim Name:</dt>
          <dd>
            <t>gender</t>
          </dd>
          <dt>Claim Description:</dt>
          <dd>
            <t>End-User's defined gender. Values defined by this specification are <tt>female</tt> and <tt>male</tt>. Other values <bcp14>MAY</bcp14> be used when neither of the defined values are applicable.</t>
          </dd>
          <dt>JWT Claim Name:</dt>
          <dd>
            <t>gender</t>
          </dd>
          <dt>Claim Key:</dt>
          <dd>
            <t>TBD12 (181 suggested)</t>
          </dd>
          <dt>Claim Value Type(s):</dt>
          <dd>
            <t>text string</t>
          </dd>
          <dt>Change Controller:</dt>
          <dd>
            <t>IETF</t>
          </dd>
          <dt>Specification Document(s):</dt>
          <dd>
            <t>Section 5.1 of <xref target="OpenID.Core"/></t>
          </dd>
        </dl>
      </section>
      <section anchor="birthdate">
        <name>birthdate</name>
        <dl spacing="compact">
          <dt>Claim Name:</dt>
          <dd>
            <t>birthdate</t>
          </dd>
          <dt>Claim Description:</dt>
          <dd>
            <t>End-User's birthday, represented as an <xref target="ISO8601_1"/> <tt>YYYY-MM-DD</tt> format. The year <bcp14>MAY</bcp14> be <tt>0000</tt>, indicating that it is omitted.
To represent only the year, <tt>YYYY</tt> format is allowed.
Note that depending on the underlying platform's date related function, providing just year can result in varying month
and day, so the implementers need to take this factor into account to correctly process the dates.</t>
          </dd>
          <dt>JWT Claim Name:</dt>
          <dd>
            <t>birthdate</t>
          </dd>
          <dt>Claim Key:</dt>
          <dd>
            <t>TBD13 (182 suggested)</t>
          </dd>
          <dt>Claim Value Type(s):</dt>
          <dd>
            <t>text string</t>
          </dd>
          <dt>Change Controller:</dt>
          <dd>
            <t>IETF</t>
          </dd>
          <dt>Specification Document(s):</dt>
          <dd>
            <t>Section 5.1 of <xref target="OpenID.Core"/></t>
          </dd>
        </dl>
      </section>
      <section anchor="zoneinfo">
        <name>zoneinfo</name>
        <dl spacing="compact">
          <dt>Claim Name:</dt>
          <dd>
            <t>zoneinfo</t>
          </dd>
          <dt>Claim Description:</dt>
          <dd>
            <t>String from IANA Time Zone Database <xref target="IANAtimezones"/> representing the End-User's time zone.</t>
          </dd>
          <dt>JWT Claim Name:</dt>
          <dd>
            <t>zoneinfo</t>
          </dd>
          <dt>Claim Key:</dt>
          <dd>
            <t>TBD14 (183 suggested)</t>
          </dd>
          <dt>Claim Value Type(s):</dt>
          <dd>
            <t>text string</t>
          </dd>
          <dt>Change Controller:</dt>
          <dd>
            <t>IETF</t>
          </dd>
          <dt>Specification Document(s):</dt>
          <dd>
            <t>Section 5.1 of <xref target="OpenID.Core"/></t>
          </dd>
        </dl>
      </section>
      <section anchor="locale">
        <name>locale</name>
        <dl spacing="compact">
          <dt>Claim Name:</dt>
          <dd>
            <t>locale</t>
          </dd>
          <dt>Claim Description:</dt>
          <dd>
            <t>End-User's locale, represented as a BCP47 <xref target="RFC5646"/> language tag.</t>
          </dd>
          <dt>JWT Claim Name:</dt>
          <dd>
            <t>locale</t>
          </dd>
          <dt>Claim Key:</dt>
          <dd>
            <t>TBD15 (184 suggested)</t>
          </dd>
          <dt>Claim Value Type(s):</dt>
          <dd>
            <t>text string</t>
          </dd>
          <dt>Change Controller:</dt>
          <dd>
            <t>IETF</t>
          </dd>
          <dt>Specification Document(s):</dt>
          <dd>
            <t>Section 5.1 of <xref target="OpenID.Core"/></t>
          </dd>
        </dl>
      </section>
      <section anchor="phonenumber">
        <name>phone_number</name>
        <dl spacing="compact">
          <dt>Claim Name:</dt>
          <dd>
            <t>phone_number</t>
          </dd>
          <dt>Claim Description:</dt>
          <dd>
            <t>End-User's preferred telephone number.</t>
          </dd>
          <dt>JWT Claim Name:</dt>
          <dd>
            <t>phone_number</t>
          </dd>
          <dt>Claim Key:</dt>
          <dd>
            <t>TBD16 (185 suggested)</t>
          </dd>
          <dt>Claim Value Type(s):</dt>
          <dd>
            <t>text string</t>
          </dd>
          <dt>Change Controller:</dt>
          <dd>
            <t>IETF</t>
          </dd>
          <dt>Specification Document(s):</dt>
          <dd>
            <t>Section 5.1 of <xref target="OpenID.Core"/></t>
          </dd>
        </dl>
      </section>
      <section anchor="phonenumberverified">
        <name>phone_number_verified</name>
        <dl spacing="compact">
          <dt>Claim Name:</dt>
          <dd>
            <t>phone_number_verified</t>
          </dd>
          <dt>Claim Description:</dt>
          <dd>
            <t>True if the End-User's phone number has been verified; otherwise false. When this Claim Value is true, this means that
the OP took affirmative steps to ensure that this phone number was controlled by the End-User at the time the verification
was performed. The means by which a phone number is verified is context specific, and dependent upon the trust framework
or contractual agreements within which the parties are operating. When true, the phone_number Claim <bcp14>MUST</bcp14> be in E.164
format and any extensions <bcp14>MUST</bcp14> be represented in <xref target="RFC3966"/> format.</t>
          </dd>
          <dt>JWT Claim Name:</dt>
          <dd>
            <t>phone_number_verified</t>
          </dd>
          <dt>Claim Key:</dt>
          <dd>
            <t>TBD17 (186 suggested)</t>
          </dd>
          <dt>Claim Value Type(s):</dt>
          <dd>
            <t>bool</t>
          </dd>
          <dt>Change Controller:</dt>
          <dd>
            <t>IETF</t>
          </dd>
          <dt>Specification Document(s):</dt>
          <dd>
            <t>Section 5.1 of <xref target="OpenID.Core"/></t>
          </dd>
        </dl>
      </section>
      <section anchor="address">
        <name>address</name>
        <dl spacing="compact">
          <dt>Claim Name:</dt>
          <dd>
            <t>address</t>
          </dd>
          <dt>Claim Description:</dt>
          <dd>
            <t>End-User's preferred postal address.</t>
          </dd>
          <dt>JWT Claim Name:</dt>
          <dd>
            <t>address</t>
          </dd>
          <dt>Claim Key:</dt>
          <dd>
            <t>TBD18 (187 suggested)</t>
          </dd>
          <dt>Claim Value Type(s):</dt>
          <dd>
            <t>map</t>
          </dd>
          <dt>Change Controller:</dt>
          <dd>
            <t>IETF</t>
          </dd>
          <dt>Specification Document(s):</dt>
          <dd>
            <t>Section 5.1 of <xref target="OpenID.Core"/></t>
          </dd>
        </dl>
        <section anchor="address-claim">
          <name>Address Claim</name>
          <t>To further reduce the size of this prevalent and large claim, these unsigned integer labels for its members are defined:</t>
          <table anchor="tab-address-label">
            <name>Address labels</name>
            <thead>
              <tr>
                <th align="left">Name</th>
                <th align="left">Label</th>
                <th align="left">Type</th>
                <th align="left">Description</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">formatted</td>
                <td align="left">1</td>
                <td align="left">text string</td>
                <td align="left">Full mailing address, formatted for display or use on a mailing label. This field <bcp14>MAY</bcp14> contain multiple lines, separated by newlines. Newlines can be represented either as a carriage return/line feed pair ("\r\n") or as a single line feed character ("\n").</td>
              </tr>
              <tr>
                <td align="left">street_address</td>
                <td align="left">2</td>
                <td align="left">text string</td>
                <td align="left">Full street address component, which <bcp14>MAY</bcp14> include house number, street name, Post Office Box, and multi-line extended street address information. This field <bcp14>MAY</bcp14> contain multiple lines, separated by newlines. Newlines can be represented either as a carriage return/line feed pair ("\r\n") or as a single line feed character ("\n").</td>
              </tr>
              <tr>
                <td align="left">locality</td>
                <td align="left">3</td>
                <td align="left">text string</td>
                <td align="left">City or locality component.</td>
              </tr>
              <tr>
                <td align="left">region</td>
                <td align="left">4</td>
                <td align="left">text string</td>
                <td align="left">State, province, prefecture, or region component.</td>
              </tr>
              <tr>
                <td align="left">postal_code</td>
                <td align="left">5</td>
                <td align="left">text string</td>
                <td align="left">Zip code or postal code component.</td>
              </tr>
              <tr>
                <td align="left">country</td>
                <td align="left">6</td>
                <td align="left">text string</td>
                <td align="left">Country name component.</td>
              </tr>
            </tbody>
          </table>
          <t>We strictly map the definition of claims in Section 5.1.1 of <xref target="OpenID.Core"/>: all the claims are optional and "formatted" can either be used instead or in addition of all the other fields.</t>
        </section>
      </section>
      <section anchor="updatedat">
        <name>updated_at</name>
        <dl spacing="compact">
          <dt>Claim Name:</dt>
          <dd>
            <t>updated_at</t>
          </dd>
          <dt>Claim Description:</dt>
          <dd>
            <t>Time the End-User's information was last updated. Its value is a NumericDate as defined in Section 2 of <xref target="RFC8392"/>.</t>
          </dd>
          <dt>JWT Claim Name:</dt>
          <dd>
            <t>updated_at</t>
          </dd>
          <dt>Claim Key:</dt>
          <dd>
            <t>TBD19 (188 suggested)</t>
          </dd>
          <dt>Claim Value Type(s):</dt>
          <dd>
            <t>integer or floating-point number</t>
          </dd>
          <dt>Change Controller:</dt>
          <dd>
            <t>IETF</t>
          </dd>
          <dt>Specification Document(s):</dt>
          <dd>
            <t>Section 5.1 of <xref target="OpenID.Core"/></t>
          </dd>
        </dl>
      </section>
    </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="OpenID.Core"/> also apply.</t>
    </section>
    <section anchor="iana">
      <name>IANA Considerations</name>
      <t>All claims defined in <xref target="claims"/> are registered in the (CBOR Web Token (CWT) Claims) <xref target="IANA.CWT.Claims"/> Registry (part of the eponymous registry group). No new IANA registry is created.</t>
      <t>In case any of the suggested code points would have been claimed by the time the IESG approves the document for publication as an RFC, IANA is asked to assign Claim Key values from the 170-256 range.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="OpenID.Core" 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="IANA.CWT.Claims" target="https://www.iana.org/assignments/cwt">
          <front>
            <title>CBOR Web Token (CWT) Claims</title>
            <author>
              <organization>IANA</organization>
            </author>
          </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>
        <reference anchor="RFC3966">
          <front>
            <title>The tel URI for Telephone Numbers</title>
            <author fullname="H. Schulzrinne" initials="H." surname="Schulzrinne"/>
            <date month="December" year="2004"/>
            <abstract>
              <t>This document specifies the URI (Uniform Resource Identifier) scheme "tel". The "tel" URI describes resources identified by telephone numbers. This document obsoletes RFC 2806. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3966"/>
          <seriesInfo name="DOI" value="10.17487/RFC3966"/>
        </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>
        <reference anchor="CDDL">
          <front>
            <title>Concise Data Definition Language (CDDL): A Notational Convention to Express Concise Binary Object Representation (CBOR) and JSON Data Structures</title>
            <author fullname="H. Birkholz" initials="H." surname="Birkholz"/>
            <author fullname="C. Vigano" initials="C." surname="Vigano"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="June" year="2019"/>
            <abstract>
              <t>This document proposes a notational convention to express Concise Binary Object Representation (CBOR) data structures (RFC 7049). Its main goal is to provide an easy and unambiguous way to express structures for protocol messages and data formats that use CBOR or JSON.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8610"/>
          <seriesInfo name="DOI" value="10.17487/RFC8610"/>
        </reference>
      </references>
    </references>
    <?line 590?>

<section anchor="cddl">
      <name>CDDL Schema</name>
      <t>The following CDDL Schema <xref target="CDDL"/> includes example values for each item.</t>
      <figure anchor="cddl-schema">
        <name>A CDDL description of each claim</name>
        <artwork><![CDATA[
name = (TBD1 => tstr) ; "Jane Doe"
given_name = (TBD2 => tstr) ; "Jane"
family_name = (TBD3 => tstr) ; "Doe"
middle_name = (TBD4 => tstr) ; "Ellen"
nickname = (TBD5 => tstr) ; "Jane D."
preferred_username = (TBD6 => tstr) ; "j.doe"
profile = (TBD7 => tstr) ; "https://example.org/about.html"
picture = (TBD8 => tstr) ; "https://example.org/avatar.png"
website = (TBD9 => tstr) ; "https://example.org"
email = (TBD10 => tstr) ; "janedoe@example.com"
email_verified = (TBD11 => bool) ; true
gender = (TBD12 => tstr) ; "female"
birthdate = (TBD13 => tstr) ; "1970-03-22"
zoneinfo = (TBD14 => tstr) ; "America/Los_Angeles"
locale = (TBD15 => tstr) ; "en_US"
phone_number = (TBD16 => tstr) ; "+1 (425) 555-1212"
phone_number_verified = (TBD17 => bool) ; true
address = {
    &(formatted: 1) ^ => tstr,
    ; "1234 Hollywood Blvd. Los Angeles CA,"
    ; " 90210 United States of America"
    &(street_address: 2) ^ => tstr, ; "1234 Hollywood Blvd."
    &(locality: 3) ^ => tstr, ; "Los Angeles"
    &(region: 4) ^ => tstr, ; "CA"
    &(postal_code: 5) ^ => tstr, ; "90210"
    &(country: 6) ^ => tstr, ; "United States of America"
}
updated_at = (TBD19 => int / float) ; 1730123071

TBD1 = 170
TBD2 = 171
TBD3 = 172
TBD4 = 173
TBD5 = 174
TBD6 = 175
TBD7 = 176
TBD8 = 177
TBD9 = 178
TBD10 = 179
TBD11 = 180
TBD12 = 181
TBD13 = 182
TBD14 = 183
TBD15 = 184
TBD16 = 185
TBD17 = 186
TBD18 = 187
TBD19 = 188
]]></artwork>
      </figure>
    </section>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>The authors would like to thank the following individuals for their
contributions to this specification:
Martin Thompson
and
David Waite.</t>
    </section>
    <section numbered="false" anchor="document-history">
      <name>Document History</name>
      <t>-04</t>
      <ul spacing="normal">
        <li>
          <t>Moved claim definitions into the body of the specification.</t>
        </li>
      </ul>
      <t>-03</t>
      <ul spacing="normal">
        <li>
          <t>Defined numeric labels for address claim items.</t>
        </li>
        <li>
          <t>Copied text describing <tt>gender</tt> claim values from <xref target="OpenID.Core"/>.</t>
        </li>
      </ul>
      <t>-02</t>
      <ul spacing="normal">
        <li>
          <t>Update descriptions of <tt>email_verified</tt>, <tt>phone_number_verified</tt>, and <tt>birthdate</tt> claims using text from <xref target="OpenID.Core"/>.</t>
        </li>
        <li>
          <t>Use TBDn names for CWT requested claim numbers.</t>
        </li>
      </ul>
      <t>-01</t>
      <ul spacing="normal">
        <li>
          <t>Aligned terminology with OpenID Connect specification.</t>
        </li>
        <li>
          <t>Added Michael B. Jones as an editor.</t>
        </li>
      </ul>
      <t>-00</t>
      <ul spacing="normal">
        <li>
          <t>Initial working group draft, based on draft-maldant-spice-oidc-cwt-02.</t>
        </li>
      </ul>
    </section>
  </back>
  <!-- ##markdown-source:
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
KBZ385V6bE0h6yemBCZHZ8Xtlpx68eKWqU6Z2hwdnv9EwKG5dj1ppWrR3s/z
UVRWdbmaiHu+ZiWkE5teuxvvlCI1KM9aUbTlMhDN6u/0Ov2tbUjovHRtV+tI
BtfchXlwcAznwRSVhRrnwjC6t92XY0M1Q1KnGsnd9/T1DWnftt+jPlcbBtAZ
kFTUK7njCri1TWeKOtb+vfwTbPPfwCq3br35DjLE+hV8C95bSZUqozyxbJJw
hP0HhJ6o9Ok4qo0aFc9UaVFxRJs1okO0HLEnirYLR7PVIlfXEw87Bhz9do3+
125IrIsbY0uyUyMp2qkdavYnFCM8xu7XCe7S140dPD/2RmYy6c7jiSfcVagb
+/q5sZ7g25ViR3r1peDScTE/FPTonhx9mTgWA3kvKRGkgfz7GHsnULyvb6G9
ovBEWaMtyOp76L9G5e1tdPp9TxTlxoKyvpG77L7k+rFJL3dR0SNqa3e9hW5A
fVdRwT6cI9LVTNwR1rfzH31Y3exvvYKtra2O3/f79UEPgNh5AEQR2L6BO+6B
//vVMo4Ygv8K/rXgt8avad39jU34Gc/g4taYEPaiG/TYuDRwS4P93TWvIIbX
vT7uW+1nG2SiHCSe41nPAIbQrzJ+jGkxuAhNh7DRHFYRq6C2keYQNpu0+7sF
SSXsHMJWk45XVJCWP0zZbpI9vuR7sQxEio3ho0AhxLqNKWh//J2NHq67t+Oj
3WODRPZSWJODH31h7Qp+7AtrPWiMsEYCP24Ke/7x45aw5xw/bgt7bPHjjrCn
ED8OhDth+Pm1cIcG/AHz85nhgBn6zHHAHH1mOWCWPvMcME+fmQ6Yqc9cB8zV
Z7YDZusz38Ggan4pwCZD30mtTS9Ca2vow0piXnQnswPzuNgAu2gnzW2kwgnX
v3A2ewpU+MbjeqLnHIj9uU3hDSN9rWzvr4yvbRt16WDoputGh7l05QWOXwTX
2/QotxEED21edg7FCRXbYgxwMGpOTUz3TOJA4mTwUaJmcIRdxn/wM3p1kywI
gRah6aeD4hs4QW/sArZaqzZfRpHgIxMuA4CqOORaexs0x4GLbWIbU1drJ2VO
zQzIOWIe8A0GTHPNRfBPmduCEUFzZU3olSOvevZGGMbM+8T8A+t9dSP5ZFzV
rfbVGly1WrErm6ZflYb5qojY8pSjSxKxXQLkjfERqp3tWi5/yIkB1b/lLk7i
dViWKcvsk8y7kS02YdQ307GJzGRhu+ibAXUd72+o8oXDmj++cvGS/Wknc+kR
lyPaS8zkbt0vHzn2s79oWQO6HaNfYLjfls7s7/8e/Ly03xX/C/L9oxcUOwAA

-->

</rfc>
