<?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.30 (Ruby 3.4.8) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-spice-oidc-cwt-05" 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-05"/>
    <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="March" day="02"/>
    <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 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="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 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="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 602?>

<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[
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>-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:
H4sIAAAAAAAAA9Vb/XYbt3L/H08xpc5p7ZSktNQXzXudRB9OIteyXEuuT26S
SuAuSCJaLnj3gzJju6ev0Dfos/RR+iSdGWA/tZTkm5tzVP2j5e5gBvhhMJgZ
DHq9nkh1GqoRdM4WKjo5hiMTRcpP4TyVUSDjAI5CqecJvFVTnaSxTLWJYGJi
ODo8ewvv1RguzLWKko6Q43Gslvdz4sbvLzrCl6mamng1Ah1NjBCB8SM5x74E
sZykPa3SSS9ZaF/1jA78nn+T9rZ2RZKN5zpJsBvpaoHEJy8uvgPYABkmBoXr
KFAoP1BR2ulCRwU6NbGWIf04OTjEfyi+c/L24ruOiLL5WMUjEWBHRsI3UYID
yZIRpHGmBA5lW8hYSeR6rvws1umqI25MfD2NTbbI3yp4I9NUxZEd2UlEzyqF
o/gFdQJFIzbXaoUNg5GAHhA8OsjhoTcNhMRSRRl2CODLBQFYVDrvsZ86msL3
xILez6UO8T0D+i1h2zfxlD7I2J/hh1maLpLR5ibR0Su9VP2cbJNebI5jc5Oo
TeawSS2nOp1lYwKdpupmamdrc+30UZsQsU7Sirxa275l2ddmPZfNjanpr/3a
n6XzsCOEzNKZiRnwSRaGVrE6hypEHZ7DqQwDGXGHUB+mMtK/sWaP4FzPF6F6
ZaY6oo/KwTa2DRmRbxfz/lyhDOgRSYX/qfZnUoVw2IeXJlIJf9YRatRpv/au
IVOFk95JkmSK1SLJwhSnjgmd/LllfDm+/JV4fDszKX3o+2bOZKicI8gRTYid
ZnZ9WlmbTOKbLEppsb2LdIqCUOlwJoSITDzHfixZ4QDs4u0fmdi9oL9UxlOV
lhIMq3AftQ+1QfmJe9HzrU7j/1j1vMstnoySS7ulIVHg9bcQKGy3MGRjUHFV
jA8SEtTwQafgwUsVBluD7Z436Hm7xYdivit/PbDT8lqiFZLXep7FspXgpZlF
cBjLIFSrVoLWiW0SHcYqMhAoOFWB0rFppzqaZf41nJo41XMcOdOcHLw+wJ/q
N+K9Hvabm5u+lpHkJUn0vd9qnckBJnZA34G/W/ROzs+Ge1ve//7nf3n3SEgM
C0icVdocesMtr30qK0w7xUj6aN371pSN7Atcl0KQKhaqJnq9Hsgx7ShoA8XF
TCeA9j+boyWDmPcaFSfQUJW8S+DbrUSGaJ6DFWQJKrSO4OX52evKnsR2Er/R
p8Z21Re2C3Md4KQLsUH2NDZB5tOSFKIh+OPHyrr4/BmwtzJinSPL69tdsegd
KnKYBaTE6zqMHaJ+Uf+afX7y8v3FUxT4zdvvjvZ3vWefP/ebnYcnR5bmH5Bm
uP1sgD2ayaUCmcuxCMarLoyzFIGFyKSuWwrmJknBTAA7j32wLfpgp4DMKtiu
ppBFerKiYVBfsUEDFCeLcH9/QYAEtK8TtBtEsyRo0Jrxh2M10Wh36DfNtgLc
EYG2xAQ6p+/OL2h7pv/w+oyf377413cnb18c0/P5DwevXhUPwlGc/3D27tVx
+VS2PDo7PX3x+tg2xrdQeyU6pwc/4hfqVefszcXJ2euDVx0aRVpTQtz5ITUw
Ju1BXVzEiqymTESgEj/WY6txh0dv/ue/vR03FwOP5iufGG9/B3/coIpYaSYK
V+4nQr8ScrFQMiYuMgzBlwud4h6OtAkkM3MTwUzFCtH86idC5pcR/HnsL7yd
r90LGnDtZY5Z7SVjdvvNrcYWxJZXLWIKNGvvG0jX+3vwY+13jnvl5Z+/CXWk
oOcNv/lakAo1twmrbR83rNp9dkYjUbxiAV2muYppSyNwc90MSO1o2hD+3Krg
z/Gqwb0vTor1YRlMtApROfGjShIZr3itxlUn2K4gUH/N9FKGpDKo/U6wYHVS
0KmvXLdw7VA6qCcNc4nqkq/cPq8S5sYbh11GVvcWbl2hhqI3TDaGvD9ULhKZ
IDGpEG6H1vI1bBcq1GuTom7PcIXfzHSobE+RU8fJ00mORQBuIKkch2wDikUv
zh3yu32PPjTEdIVOiVHF8ASs0LiifMlGmb/nFrGcnb8HdmJjg1ET4uMIfaQF
bjKfBdOhM4C7sBi5z/bdcQkrfXoRBb13iYr/KWHfjkkJiEAni1CuGArayyqG
XuZkCxmnuIYXBkOUcbiqkPCeaacxySYT/UElFIwErJHSR9/HkhkefaUPofFR
v7ghWqEJ0keolDhINLuwflD/olb06uLw2IMn3v4WSp1O0fdWwdOc5N9kmCm4
wIjhSfKUiFP1gXbZmNxPcTST0VTREsGdMQwpUrLhlhDn6PXpSb7xHTub6Zjc
rRg8N1N0AqLLe2aoStQ6T98TAY8ZJVNcN9Exbm3Fi0kNyVbAbssoYRsQbN5j
gm0i5zpc3YdbjaoVuPMsrqAWyi8ErUVAido2oTZ4TKhZH+8+1GpUraidMsUX
IdXCtERqh5DafkxIRdq/vs9sFiStGB3JJJPOFDYAsjvOXK5I5+gfbQ1j1di0
VGVJtpu4RgdKPHcJz53HhKc112jfL3HDi+9Bto24ffVioItY4nbAMI/JqcT4
tA72jU5m5MqwB5tzxp+tmK4XXaK7R+juPi50zUSHd0PqKFpxfPf2VVNHcbd1
bXAjn7YrYINpidA+IbT3qBDSfprFdyKUU/wtCNm2LnQkWg5LWJdI8TBC1nNE
EYi6C+g2z6wViPgru3aEMvg4dInhIflRrk078vXOlsgPCfn9x4T8jRonOr0L
+YLiC5AvEEMLOg7NtBWlBuMSpWeE0vAxocTZzTswct/vc9IL8wWqRy1ABkGM
YVsrPDWeFR95i9B59ujQuVyqGJlgWHQPTBXCVrwuYhyFvqVSdcRghpvwWKFX
nXP7Exhatrid4DqWYYLL/f1MuWRJFSD8SccmXftlrmSUCN7xSSBno+NcoylO
To25BolhkEsJIqBqwfsVncHELj5lXo0u3mAX/RxujuVrG5+TyOlPfBB2IG4S
qO1CxRS8qYAMl7I9LTdRNEANediDHAx6JtGsAG52uy4wd4dOkC1MJLgHcYZ+
9STGSaJDI1qz3G2cQHKR5DRWihQCR6RxnFFlF6cgUisb4ZuFshnx9dp8a+or
ak2x3/BBsd/YmPCPDfoIofiugM8R3Lfe86yOpe/boZSvWSMoNVTrL2F5NUG8
QnXFU3bFj304421paXmcHvxIDhMnlClVB5HS/N2pbi7DkRNTuViEKGQctm9a
9UFVZobCy+GjCi/HGv1KOmG5Y44qNPdNkyNd4dav0EQn2BfOoNIa+6lycvAL
XP2If73T097x8RXYUwK7OFeUIHVzcrWFf1dd0FHAQ6RcCdkIm0cyc50i+764
MKU4m3JNHaOulZNLsNmn0NxQqzIlZlcycTc2D5XR/IWcB1+EMqXGpIMIAQqi
48wAJlnE4HbJN1pqbv0rrf5cNPg4ZuxTFqac742QK/YRB2ITa3OczZlgQ0J4
JTYHxEeRNIV0FBIp9t8hldfK6vcEp8dQ/pi8KZ/P94jAN7gV+ikOHDtD2Uur
uJQabVXQWzNa0VEK5oePKpinEy1bLrBWRUuS9vCJO4mG2cz5dAouaKv4CzaC
Y4nTIXGns9nF4kiOc4tOp6ze1fbQ4qitFd9mdyrwUgZg+KgyADbXeAe4OcF9
i9/S3V76dGKys++OSHb3dvYQ2xCHk5Fbm8r2Xa4utAIghfzDxxXyz3C6L21l
yV1xV43s4Q5uqkLFbcG2bY+TWphXQKNIfvi4IvlKhx/i8K6h/xK/twri39fr
5W1E/G6vt9bBL/N5oerzigf4vHVhf4PDCy0Or/jdDq/D3OGratPuZoEzDiiF
j2O4E0YkqyiVH3LYr6ahGcuwZ5td0aboTvnt4RjZoe1ne2iHutXznGgFOGic
FTpqu3eV3eWBU1po+KC00B/ugbuQ5o6VVVA83CQtTJLKu2PuBtcKOJS5GT4o
czOXiz8OGwRnAw5cwMcdEORITrKYnX8cZua7TLX+zWW2NYPgjn5pSYRUTGMP
SLuuuCJD/ZlGfIyaqqmis5axCm1hik7JYJD2WL13ocVIiE8MXKV26BO8onb4
nwAp31amBz6JT73G36fG/9ZfKM36w7RDO76e+1+x//jrOzoLpXiTF4gFq1tp
TINyR6TgCm8o7iqa8NhdtpCP19mzd8k/mFPVG/q7QGUAyDdRaBTYu0Y7Fakb
ft2H1+6JPWpObZf+hQvV2M3wZRxr8ililWZxtMnFBRPyoRdSx/Ck83P8c9Th
8y+mT7CHTrgl82eSLJdiWqTsE8IEhlLpZZ4b+ASD9VBZ2iKPQCsOLUaUdp3h
o9HnNTkzQ3BZY9LNW1IivgtvqFznDPcM1MBD88GaX0arx71lM0Wn6w15Rb2V
if6fg87un05Xhd5vt4J+RCR0npmTF4hbNlQegApZLp+dVjZcGOkiucjnJzR1
nHnm4mHHpsHcWsFL3wTKMt1tZf4XvQCmQUbOcPLPBjdXrFl2da99xI6Mz4Fq
LD6OYANjmZ5Thh6vPVuC8LyTGzprjDpo/94rZspRIxraMtWh81KXstirYktb
remIiyEqRTh2U6c2tE1Q2VVhMzqsUU6F8ryLjnAnkAGyZrwpXg4C2xGKdB1z
dtBcmU6fLTh6IhTGBpfofq3f4apE7Q5j7kVVdrvKWmJfjI/MHac+nKAlX+bu
oITXVImk/WPKEMgyLVWBbmBhK8v3WnfN2z2tbJyUzB8+KJmfbz1cH0G1vzAJ
DTtYvYXBj1AECn+U4wF5+TxXN+tA2QqqZH3dp/qAD6Tjv7MAtFpGeUc1aL2U
krxTk6VkjKKpC/fReiVqToVWfmJ96GJMpNFvYr2UfnN8lPFZEDhLhesKoXFI
JYAxGDVD3/A2YHyTgbOKXMhkcxQNxh83qA4YseWPmiT9NWM9oCWS41iEHY1q
OPZ7/bxqypZbibvLrfLSqra6K+zlTz+BzaDZxBViCS/45sUI4E2oKKUSq7lZ
uswVrfDYOeHYhAcxMZSL46LZzKe01SQL7Zdq1R0t9RM0vsSRfHTn5BfLwFpT
1msMM0yG+x1XxnJ0x0Muw6ciXDp5cf49AY4W31X/FSpJOrPIxmGRRebsJY6v
Czn0Mrm2sMuEnD0olmqeJOZME3H19rd6g909iGmd9cUvv9ga5LH0r7lm9vj4
FZz7M9QzKnMMgvCzrZUtoamRfPyGfj4nxd3ztngmXQGj+iApdVh0AAehJHoc
uPjnCOB/FH/CXpuw6vEcPnIN9zfwj08SutcxeAr/Ds+/hhTR7+Z70Z/KqxuB
WtKdDSetUzS2he5kpdoYlHxeSsq5mUrLsvbDVmC1tncty1aVeiRbgrSm3zVR
ldIcW42zptELtIRRZWyu/MRWnKwZn+thWja7XWFhiypqDLDZr/2g2kl31G7L
C5q0+TQ4/O1FnTFaLncHpmBij83tSfmDmCxlKuP+IpqWTNypsj1IfgCTsqW7
wsJnrGv1gYaOiOHgv82Z4P7dYFJE2e5oy3GjsLlrmfDFrUKZ+OTFHbask4yC
7aFQKatIiLsc+Dol9J7het7a7g0GZds82evyu+1Sse0Buwhy85VJLg/QGoT5
NQ1iYtOdLsN5R8dxqbw7r8xzJSHhMn23G2Ozf/ae7Ax2n+7u7va8gTdoZ9DA
er+GdQNo52S6iN5RupeXdB+tW5CWPo1zYxw1+SGb1jHpun56+9tb3mB7a98T
aAer7GqWqvAlR1AzN6ICFLLZgR/Qiq5ujAngMFwGP0edKgXOA7h5gKMDeLY1
8LYaJO/OD0qo6nFg01S2iMStSC3Rc2nMMjoQI2jTsHqfylY2+hhBu2phq6NK
LytByQhuaRIS8zhL+uKOWIviWAyqd8do83V63KEp4krj57TLCa6epUdPcEko
PQ4E1zzS47bgcj163BFcW0aPu4KLqOhxT3BVDz3uCy5docehsIUa9PxM2NNt
fB6yPI8FDlmgxxKHLNFjkUMW6bHMIcv0WOiQhXosdchSPRY7ZLEeyx0Oqzsm
RVa0N/cSuw3nMZXdmysF+gQP77q8vXY4ywQHuHuYm1AFU86EIje73FTwvMOJ
5o7b8+19ttyHCfW1c65kdG3vJxQ+AZ2HLnWQSZdXYm9VcOZVjzPrL3LT5pH4
SLw1VIx1KmerrjilFGyEri2GTYmJunQaKY4lcob3EmedY6zC9Ycf0CUz8Yrg
aBkBXdQVX8EBHY1TZmKmFhit0R2MpVY3FKraRDB6YpU+lN3DZUOX1HroVWI4
H1H4ksgVFPUk9p7CrdsQvlmQODRdYxwhujrE4tTeQyIfjZrbiw6tNw8s/Vt2
VAMKFZLcv6QzYOs7IyHfhk5MFvsUBcRLyn6gM3/2xrY/mbMjiWFusZF0ql1t
UrVa3ZYW51K7IbCZTIqgp1Ma1Q7MKQc/Vi7Ua8hqCyVu7L2DBiVHDqTQNDK+
5mJ3Zc4A4LTSEfkHOOjTVO/QVJ9ys3xeiste9nSaGIxNULrrVTVkHtvE49hh
HNkAuposLZJo9oIK+rEYCXyFY+EJ56yIu5dFS+LKbv1Xjrzqh9++DdPbGpDw
dwxiXaewu1d1z+OqC1etE3Zl83JXxZxf5VFXlnAMSV1s7wHKxmgGzU3kbvq4
G/KVoM7dA2KRCffZ4/UV2uwyKaWOTGimK45eb4XNdby/olQ3NmveanXRjb0z
z1K2SMoJzaUMSVP4SjnfSrdXBbtAx+V0tc1d2p/bi9W37u0P+uL/AIQQCfpt
QAAA

-->

</rfc>
