<?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.39 (Ruby 3.4.9) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-spice-oidc-cwt-06" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.34.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-06"/>
    <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="2026" month="July" day="23"/>
    <area>Security</area>
    <workgroup>Secure Patterns for Internet CrEdentials</workgroup>
    <keyword>Openid Connect</keyword>
    <keyword>Standard Claims</keyword>
    <keyword>CBOR Web Token</keyword>
    <keyword>CWT</keyword>
    <abstract>
      <?line 68?>

<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 73?>

<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 claims defined and registered by OpenID Connect.
It includes the fields necessary for registration of the equivalent CWT claims
in the "CBOR Web Token (CWT) Claims" <xref target="IANA.CWT.Claims"/> registry.
The claim names and descriptions are substantially the same as those in <xref target="OpenID.Core"/>.</t>
      <t>Note that while the "sub" claim is included in the table of claims in
Section 5.1 of <xref target="OpenID.Core"/>,
it is not included here because it is already registered
in the "CBOR Web Token (CWT) Claims" <xref target="IANA.CWT.Claims"/> registry.</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.</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 issuer of the CWT 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 the year can result in an unpredictable 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="IANA.TimeZones"/> 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 issuer of the CWT 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> conform the to
syntax of the <tt>global-number</tt> production in <xref target="RFC3966"/>, including any extensions.</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 of, or in addition to 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 finite 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>IANA is requested to register the CWT claims defined in <xref target="claims"/> in the
"CBOR Web Token (CWT) Claims" registry <xref target="IANA.CWT.Claims"/>.</t>
      <t>[[ Note to the RFC Editor:  Please remove this instruction to IANA following successful IANA registrations.</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="IANA.TimeZones" target="https://www.iana.org/time-zones">
          <front>
            <title>Time Zones</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="ISO8601_1" target="https://www.iso.org/standard/81801.html">
          <front>
            <title>ISO8601‑1: Date and time — Representations for information interchange — Part 1: Basic rules</title>
            <author>
              <organization>ISO</organization>
            </author>
            <date year="2022" month="October"/>
          </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="RFC8610">
          <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>
        <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>
    <?line 611?>

<section anchor="cddl">
      <name>CDDL Schema</name>
      <t>The following CDDL Schema <xref target="RFC8610"/> includes example values for each item.</t>
      <figure anchor="cddl-schema">
        <name>A CDDL description of each claim</name>
        <artwork><![CDATA[
oidc-claims = {
    ? &(sub: 2) ^ => tstr,        ; "https://device.example"
    ? &(name: TBD1) ^ => tstr,               ; "Jane Doe"
    ? &(given_name: TBD2) ^ => tstr,         ; "Jane"
    ? &(family_name: TBD3) ^ => tstr,        ; "Doe"
    ? &(middle_name: TBD4) ^ => tstr,        ; "Ellen"
    ? &(nickname: TBD5) ^ => tstr,           ; "Janet"
    ? &(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: TBD18) ^ => address_type,
    ? &(updated_at: TBD19) ^ => int / float,     ; 1730123071
}

address_type = {
    ? &(formatted: 1) ^ => tstr,
        ; "1234 Hollywood Blvd\n"
        ; "Los Angeles CA 90210\n"
        ; "USA"
    ? &(street_address: 2) ^ => tstr, ; "1234 Hollywood Boulevard"
    ? &(locality: 3) ^ => tstr,       ; "Los Angeles"
    ? &(region: 4) ^ => tstr,         ; "CA"
    ? &(postal_code: 5) ^ => tstr,    ; "90210"
    ? &(country: 6) ^ => tstr,        ; "United States of America"
}

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:
Rohan Mahy,
Martin Thompson,
and
David Waite.</t>
    </section>
    <section numbered="false" anchor="document-history">
      <name>Document History</name>
      <t>-06</t>
      <ul spacing="normal">
        <li>
          <t>Changed from informational to standards track.</t>
        </li>
      </ul>
      <t>-05</t>
      <ul spacing="normal">
        <li>
          <t>Applied shepherd review comments by Rohan Mahy, specifically:
          </t>
          <ul spacing="normal">
            <li>
              <t>No longer say that the claim descriptions are copied verbatim.</t>
            </li>
            <li>
              <t>Mentioned that "sub" is already registered.</t>
            </li>
            <li>
              <t>Removed uses of the undefined terms Resource Server and OP.</t>
            </li>
            <li>
              <t>Improved "birthdate" description.</t>
            </li>
            <li>
              <t>Improved "phone_number_verified" description.</t>
            </li>
            <li>
              <t>Said that floats used in "updated_at" must be finite.</t>
            </li>
            <li>
              <t>Improved IANA Considerations wording.</t>
            </li>
            <li>
              <t>Improved the CDDL and the examples in Appendix A.</t>
            </li>
          </ul>
        </li>
      </ul>
      <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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
H7BZN+w0QQAA

-->

</rfc>
