<?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.2.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-spice-oidc-cwt-00" category="info" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.28.1 -->
  <front>
    <title abbrev="OIDC standard claims for CWT">OpenID Connect standard claims registration for CBOR Web Tokens</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-spice-oidc-cwt-00"/>
    <author fullname="Beltram Maldant">
      <organization>SimpleLogin</organization>
      <address>
        <email>beltram.ietf@pm.me</email>
      </address>
    </author>
    <date year="2025" month="April" day="23"/>
    <area>Security</area>
    <workgroup>Secure Patterns for Internet CrEdentials</workgroup>
    <keyword>openid connect</keyword>
    <keyword>oidc</keyword>
    <keyword>standard claims</keyword>
    <abstract>
      <?line 52?>

<t>This document registers OpenId Connect standards claims already used in JSON Web Tokens for CBOR Web Tokens.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://beltram.github.io/rfc-spice-oidc-cwt/draft-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/beltram/rfc-spice-oidc-cwt"/>.</t>
    </note>
  </front>
  <middle>
    <?line 57?>

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

</section>
    <section anchor="address-claim">
      <name>Address claim</name>
      <t>In order to further reduce the size of this prevalent and large claim, we register integer labels for it.
We strictly map the definition of claims in Section 5.1.1 of <xref target="OIDCCore"/>: all the claims are optional and "formatted" can either be used instead or in addition of all the other fields.</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>This document registers existing OpenID Connect standard claims already used in JSON Web Tokens <xref target="RFC7519"/> for use in CBOR Web Tokens <xref target="RFC8392"/> without changing their semantics. The Security and Privacy Considerations respectively of Sections 16 and 17 of <xref target="OIDCCore"/> also apply.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>All claims defined in this document are placed 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 anchor="name">
        <name>name</name>
        <ul spacing="normal">
          <li>
            <t>Claim Name: name</t>
          </li>
          <li>
            <t>Claim Description: End-User's full name in displayable form including all name parts, possibly including titles and suffixes, ordered according to the End-User's locale and preferences.</t>
          </li>
          <li>
            <t>JWT Claim Name: name</t>
          </li>
          <li>
            <t>Claim Key: TBD1 (170 suggested)</t>
          </li>
          <li>
            <t>Claim Value Type(s): text string</t>
          </li>
          <li>
            <t>Change Controller: IETF</t>
          </li>
          <li>
            <t>Specification Document(s): Section 5.1 of <xref target="OIDCCore"/></t>
          </li>
        </ul>
      </section>
      <section anchor="givenname">
        <name>given_name</name>
        <ul spacing="normal">
          <li>
            <t>Claim Name: given_name</t>
          </li>
          <li>
            <t>Claim Description: Given name(s) or first name(s) of the End-User.</t>
          </li>
          <li>
            <t>JWT Claim Name: given_name</t>
          </li>
          <li>
            <t>Claim Key: TBD2 (171 suggested)</t>
          </li>
          <li>
            <t>Claim Value Type(s): text string</t>
          </li>
          <li>
            <t>Change Controller: IETF</t>
          </li>
          <li>
            <t>Specification Document(s): Section 5.1 of <xref target="OIDCCore"/></t>
          </li>
        </ul>
      </section>
      <section anchor="familyname">
        <name>family_name</name>
        <ul spacing="normal">
          <li>
            <t>Claim Name: family_name</t>
          </li>
          <li>
            <t>Claim Description: Surname(s) or last name(s) of the End-User.</t>
          </li>
          <li>
            <t>JWT Claim Name: family_name</t>
          </li>
          <li>
            <t>Claim Key: TBD3 (172 suggested)</t>
          </li>
          <li>
            <t>Claim Value Type(s): text string</t>
          </li>
          <li>
            <t>Change Controller: IETF</t>
          </li>
          <li>
            <t>Specification Document(s): Section 5.1 of <xref target="OIDCCore"/></t>
          </li>
        </ul>
      </section>
      <section anchor="middlename">
        <name>middle_name</name>
        <ul spacing="normal">
          <li>
            <t>Claim Name: middle_name</t>
          </li>
          <li>
            <t>Claim Description: Middle name(s) of the End-User.</t>
          </li>
          <li>
            <t>JWT Claim Name: middle_name</t>
          </li>
          <li>
            <t>Claim Key: TBD4 (173 suggested)</t>
          </li>
          <li>
            <t>Claim Value Type(s): text string</t>
          </li>
          <li>
            <t>Change Controller: IETF</t>
          </li>
          <li>
            <t>Specification Document(s): Section 5.1 of <xref target="OIDCCore"/></t>
          </li>
        </ul>
      </section>
      <section anchor="nickname">
        <name>nickname</name>
        <ul spacing="normal">
          <li>
            <t>Claim Name: nickname</t>
          </li>
          <li>
            <t>Claim Description: Casual name of the End-User that may or may not be the same as the given_name.</t>
          </li>
          <li>
            <t>JWT Claim Name: nickname</t>
          </li>
          <li>
            <t>Claim Key: TBD5 (174 suggested)</t>
          </li>
          <li>
            <t>Claim Value Type(s): text string</t>
          </li>
          <li>
            <t>Change Controller: IETF</t>
          </li>
          <li>
            <t>Specification Document(s): Section 5.1 of <xref target="OIDCCore"/></t>
          </li>
        </ul>
      </section>
      <section anchor="preferredusername">
        <name>preferred_username</name>
        <ul spacing="normal">
          <li>
            <t>Claim Name: preferred_username</t>
          </li>
          <li>
            <t>Claim Description: Shorthand name by which the End-User wishes to be referred to at the Resource Server.</t>
          </li>
          <li>
            <t>JWT Claim Name: preferred_username</t>
          </li>
          <li>
            <t>Claim Key: TBD6 (175 suggested)</t>
          </li>
          <li>
            <t>Claim Value Type(s): text string</t>
          </li>
          <li>
            <t>Change Controller: IETF</t>
          </li>
          <li>
            <t>Specification Document(s): Section 5.1 of <xref target="OIDCCore"/></t>
          </li>
        </ul>
      </section>
      <section anchor="profile">
        <name>profile</name>
        <ul spacing="normal">
          <li>
            <t>Claim Name: profile</t>
          </li>
          <li>
            <t>Claim Description: URL of the End-User's profile page.</t>
          </li>
          <li>
            <t>JWT Claim Name: profile</t>
          </li>
          <li>
            <t>Claim Key: TBD7 (176 suggested)</t>
          </li>
          <li>
            <t>Claim Value Type(s): text string</t>
          </li>
          <li>
            <t>Change Controller: IETF</t>
          </li>
          <li>
            <t>Specification Document(s): Section 5.1 of <xref target="OIDCCore"/></t>
          </li>
        </ul>
      </section>
      <section anchor="picture">
        <name>picture</name>
        <ul spacing="normal">
          <li>
            <t>Claim Name: picture</t>
          </li>
          <li>
            <t>Claim Description: URL of the End-User's profile picture. This URL <bcp14>MUST</bcp14> refer to an image file, rather than to a Web page containing an image.</t>
          </li>
          <li>
            <t>JWT Claim Name: picture</t>
          </li>
          <li>
            <t>Claim Key: TBD8 (177 suggested)</t>
          </li>
          <li>
            <t>Claim Value Type(s): text string</t>
          </li>
          <li>
            <t>Change Controller: IETF</t>
          </li>
          <li>
            <t>Specification Document(s): Section 5.1 of <xref target="OIDCCore"/></t>
          </li>
        </ul>
      </section>
      <section anchor="website">
        <name>website</name>
        <ul spacing="normal">
          <li>
            <t>Claim Name: website</t>
          </li>
          <li>
            <t>Claim Description: URL of the End-User's Web page or blog.</t>
          </li>
          <li>
            <t>JWT Claim Name: website</t>
          </li>
          <li>
            <t>Claim Key: TBD9 (178 suggested)</t>
          </li>
          <li>
            <t>Claim Value Type(s): text string</t>
          </li>
          <li>
            <t>Change Controller: IETF</t>
          </li>
          <li>
            <t>Specification Document(s): Section 5.1 of <xref target="OIDCCore"/></t>
          </li>
        </ul>
      </section>
      <section anchor="email">
        <name>email</name>
        <ul spacing="normal">
          <li>
            <t>Claim Name: email</t>
          </li>
          <li>
            <t>Claim Description: End-User's preferred e-mail address.</t>
          </li>
          <li>
            <t>JWT Claim Name: email</t>
          </li>
          <li>
            <t>Claim Key: TBD10 (179 suggested)</t>
          </li>
          <li>
            <t>Claim Value Type(s): text string</t>
          </li>
          <li>
            <t>Change Controller: IETF</t>
          </li>
          <li>
            <t>Specification Document(s): Section 5.1 of <xref target="OIDCCore"/></t>
          </li>
        </ul>
      </section>
      <section anchor="emailverified">
        <name>email_verified</name>
        <ul spacing="normal">
          <li>
            <t>Claim Name: email_verified</t>
          </li>
          <li>
            <t>Claim Description: True if the End-User's e-mail address has been verified; otherwise false.</t>
          </li>
          <li>
            <t>JWT Claim Name: email_verified</t>
          </li>
          <li>
            <t>Claim Key: TBD11 (180 suggested)</t>
          </li>
          <li>
            <t>Claim Value Type(s): bool</t>
          </li>
          <li>
            <t>Change Controller: IETF</t>
          </li>
          <li>
            <t>Specification Document(s): Section 5.1 of <xref target="OIDCCore"/></t>
          </li>
        </ul>
      </section>
      <section anchor="gender">
        <name>gender</name>
        <ul spacing="normal">
          <li>
            <t>Claim Name: gender</t>
          </li>
          <li>
            <t>Claim Description: End-User's defined gender.</t>
          </li>
          <li>
            <t>JWT Claim Name: gender</t>
          </li>
          <li>
            <t>Claim Key: TBD12 (181 suggested)</t>
          </li>
          <li>
            <t>Claim Value Type(s): text string</t>
          </li>
          <li>
            <t>Change Controller: IETF</t>
          </li>
          <li>
            <t>Specification Document(s): Section 5.1 of <xref target="OIDCCore"/></t>
          </li>
        </ul>
      </section>
      <section anchor="birthdate">
        <name>birthdate</name>
        <ul spacing="normal">
          <li>
            <t>Claim Name: birthdate</t>
          </li>
          <li>
            <t>Claim Description: End-User's birthday, represented as an <xref target="ISO8601_1"/> YYYY-MM-DD format.</t>
          </li>
          <li>
            <t>JWT Claim Name: birthdate</t>
          </li>
          <li>
            <t>Claim Key: TBD13 (182 suggested)</t>
          </li>
          <li>
            <t>Claim Value Type(s): text string</t>
          </li>
          <li>
            <t>Change Controller: IETF</t>
          </li>
          <li>
            <t>Specification Document(s): Section 5.1 of <xref target="OIDCCore"/></t>
          </li>
        </ul>
      </section>
      <section anchor="zoneinfo">
        <name>zoneinfo</name>
        <ul spacing="normal">
          <li>
            <t>Claim Name: zoneinfo</t>
          </li>
          <li>
            <t>Claim Description: String from IANA Time Zone Database <xref target="IANAtimezones"/> representing the End-User's time zone.</t>
          </li>
          <li>
            <t>JWT Claim Name: zoneinfo</t>
          </li>
          <li>
            <t>Claim Key: TBD14 (183 suggested)</t>
          </li>
          <li>
            <t>Claim Value Type(s): text string</t>
          </li>
          <li>
            <t>Change Controller: IETF</t>
          </li>
          <li>
            <t>Specification Document(s): Section 5.1 of <xref target="OIDCCore"/></t>
          </li>
        </ul>
      </section>
      <section anchor="locale">
        <name>locale</name>
        <ul spacing="normal">
          <li>
            <t>Claim Name: locale</t>
          </li>
          <li>
            <t>Claim Description: End-User's locale, represented as a BCP47 <xref target="RFC5646"/> language tag.</t>
          </li>
          <li>
            <t>JWT Claim Name: locale</t>
          </li>
          <li>
            <t>Claim Key: TBD15 (184 suggested)</t>
          </li>
          <li>
            <t>Claim Value Type(s): text string</t>
          </li>
          <li>
            <t>Change Controller: IETF</t>
          </li>
          <li>
            <t>Specification Document(s): Section 5.1 of <xref target="OIDCCore"/></t>
          </li>
        </ul>
      </section>
      <section anchor="phonenumber">
        <name>phone_number</name>
        <ul spacing="normal">
          <li>
            <t>Claim Name: phone_number</t>
          </li>
          <li>
            <t>Claim Description: End-User's preferred telephone number.</t>
          </li>
          <li>
            <t>JWT Claim Name: phone_number</t>
          </li>
          <li>
            <t>Claim Key: TBD16 (185 suggested)</t>
          </li>
          <li>
            <t>Claim Value Type(s): text string</t>
          </li>
          <li>
            <t>Change Controller: IETF</t>
          </li>
          <li>
            <t>Specification Document(s): Section 5.1 of <xref target="OIDCCore"/></t>
          </li>
        </ul>
      </section>
      <section anchor="phonenumberverified">
        <name>phone_number_verified</name>
        <ul spacing="normal">
          <li>
            <t>Claim Name: phone_number_verified</t>
          </li>
          <li>
            <t>Claim Description:  True if the End-User's phone number has been verified; otherwise false.</t>
          </li>
          <li>
            <t>JWT Claim Name: phone_number_verified</t>
          </li>
          <li>
            <t>Claim Key: TBD17 (186 suggested)</t>
          </li>
          <li>
            <t>Claim Value Type(s): bool</t>
          </li>
          <li>
            <t>Change Controller: IETF</t>
          </li>
          <li>
            <t>Specification Document(s): Section 5.1 of <xref target="OIDCCore"/></t>
          </li>
        </ul>
      </section>
      <section anchor="address">
        <name>address</name>
        <ul spacing="normal">
          <li>
            <t>Claim Name: address</t>
          </li>
          <li>
            <t>Claim Description: End-User's preferred postal address.</t>
          </li>
          <li>
            <t>JWT Claim Name: address</t>
          </li>
          <li>
            <t>Claim Key: TBD18 (187 suggested)</t>
          </li>
          <li>
            <t>Claim Value Type(s): map</t>
          </li>
          <li>
            <t>Change Controller: IETF</t>
          </li>
          <li>
            <t>Specification Document(s): Section 5.1 of <xref target="OIDCCore"/></t>
          </li>
        </ul>
      </section>
      <section anchor="updatedat">
        <name>updated_at</name>
        <ul spacing="normal">
          <li>
            <t>Claim Name: updated_at</t>
          </li>
          <li>
            <t>Claim Description: Time the End-User's information was last updated. Its value is a number representing the number of seconds from 1970-01-01T00:00:00Z as measured in UTC until the date/time.</t>
          </li>
          <li>
            <t>JWT Claim Name: updated_at</t>
          </li>
          <li>
            <t>Claim Key: TBD19 (188 suggested)</t>
          </li>
          <li>
            <t>Claim Value Type(s): uint</t>
          </li>
          <li>
            <t>Change Controller: IETF</t>
          </li>
          <li>
            <t>Specification Document(s): Section 5.1 of <xref target="OIDCCore"/></t>
          </li>
        </ul>
      </section>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="OIDCCore" target="https://openid.net/specs/openid-connect-core-1_0.html">
          <front>
            <title>OpenID Connect Core 1.0 incorporating errata set 2</title>
            <author initials="N." surname="Sakimura" fullname="Nat Sakimura">
              <organization/>
            </author>
            <author initials="J." surname="Bradley" fullname="John Bradley">
              <organization/>
            </author>
            <author initials="M. B." surname="Jones" fullname="Michael B. Jones">
              <organization/>
            </author>
            <author initials="B. de" surname="Medeiros" fullname="Breno de Medeiros">
              <organization/>
            </author>
            <author initials="C." surname="Mortimore" fullname="Chuck Mortimore">
              <organization/>
            </author>
            <date year="2023" month="December" day="15"/>
          </front>
        </reference>
        <reference anchor="IANAtimezones" target="https://www.iana.org/time-zones">
          <front>
            <title>IANA time zones</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="ISO8601_1" target="https://www.iso.org/standard/81801.html">
          <front>
            <title>ISO8601‑1</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="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>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC7519">
          <front>
            <title>JSON Web Token (JWT)</title>
            <author fullname="M. Jones" initials="M." surname="Jones"/>
            <author fullname="J. Bradley" initials="J." surname="Bradley"/>
            <author fullname="N. Sakimura" initials="N." surname="Sakimura"/>
            <date month="May" year="2015"/>
            <abstract>
              <t>JSON Web Token (JWT) is a compact, URL-safe means of representing claims to be transferred between two parties. The claims in a JWT are encoded as a JSON object that is used as the payload of a JSON Web Signature (JWS) structure or as the plaintext of a JSON Web Encryption (JWE) structure, enabling the claims to be digitally signed or integrity protected with a Message Authentication Code (MAC) and/or encrypted.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7519"/>
          <seriesInfo name="DOI" value="10.17487/RFC7519"/>
        </reference>
      </references>
    </references>
    <?line 290?>

<section anchor="cddl">
      <name>CDDL Schema</name>
      <figure anchor="cddl-schema">
        <name>A CDDL description of each claim</name>
        <artwork><![CDATA[
{::include ./oidc-claims.cddl}
]]></artwork>
      </figure>
    </section>
  </back>
  <!-- ##markdown-source:
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

-->

</rfc>
