<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<!-- name="GENERATOR" content="github.com/mmarkdown/mmark Mmark Markdown Processor - mmark.miek.nl" -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" version="3" ipr="trust200902" docName="draft-ietf-cose-cwt-claims-in-headers-08" submissionType="IETF" category="std" xml:lang="en" indexInclude="true">

<front>
<title>CBOR Web Token (CWT) Claims in COSE Headers</title><seriesInfo value="draft-ietf-cose-cwt-claims-in-headers-08" status="standard" name="Internet-Draft"/>
<author initials="T." surname="Looker" fullname="Tobias Looker"><organization>Mattr</organization><address><postal><street/>
</postal><email>tobias.looker@mattr.global</email>
</address></author><author initials="M." surname="Jones" fullname="Michael B. Jones"><organization>Self-Issued Consulting</organization><address><postal><street/>
</postal><email>michael_b_jones@hotmail.com</email>
<uri>https://self-issued.info/</uri>
</address></author><date/>
<area>Internet</area>
<workgroup>COSE</workgroup>
<keyword>COSE</keyword>
<keyword>JOSE</keyword>

<abstract>
<t>This document describes how to include CBOR Web Token (CWT) claims in the header parameters of any COSE structure. This functionality helps to facilitate applications that wish to make use of CBOR Web Token (CWT) claims in encrypted COSE structures and/or COSE structures featuring detached signatures, while having some of those claims be available before decryption and/or without inspecting the detached payload.</t>
</abstract>

<note title="Discussion Venues" removeInRFC="true">
<t>Source for this draft and an issue tracker can be found at
    <eref target="https://github.com/tplooker/draft-ietf-cose-cwt-claims-in-headers"/>.</t>
</note>
</front>

<middle>

<section anchor="introduction"><name>Introduction</name>
<t>In some applications of COSE, it is useful to have a standard representation of CWT claims <xref target="RFC8392"/> available in the header parameters. These include encrypted COSE structures, which may or may not be an encrypted CWT and/or those featuring a detached signature.</t>
<t>Section 5.3 of JSON Web Token (JWT) <xref target="RFC7519"/> defined a similar mechanism for expressing selected JWT based claims as JOSE header parameters.  This JWT feature was motivated by the desire to have certain claims, such as the Issuer value, be visible to software processing the JWT, even though the JWT is encrypted.  No corresponding feature was standardized for CWTs, which was an omission that this specification corrects.</t>
<t>Directly including CWT claim values as COSE header parameter values would not work, since there are conflicts between the numeric header parameter assignments and the numeric CWT claim assignments.  Instead, this specification defines a single header parameter registered in the IANA "COSE Header Parameters" registry that creates a location to store CWT claims in a COSE header parameter.</t>

<section anchor="requirements-terminology"><name>Requirements Terminology</name>
<t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" 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>
</section>
</section>

<section anchor="representation"><name>Representation</name>
<t>This document defines the following COSE header parameter:</t>
<table>
<thead>
<tr>
<th>Name</th>
<th>Label</th>
<th>Value Type</th>
<th>Value Registry</th>
<th>Description</th>
</tr>
</thead>

<tbody>
<tr>
<td>CWT Claims</td>
<td>TBD (requested assignment 15)</td>
<td>map</td>
<td><xref target="IANA.COSE"/></td>
<td>Location for CWT Claims in COSE Header Parameters</td>
</tr>
</tbody>
</table><t>The following is a non-normative description for the value type of the CWT claim header parameter using CDDL <xref target="RFC8610"/>.</t>

<artwork><![CDATA[CWT-Claims = {
 * Claim-Label => any
}

Claim-Label = int / text
]]>
</artwork>
<t>In cases where CWT claims are present both in the payload and the header of a CWT, an application receiving such a structure MUST verify that their values are identical, unless the application defines other specific processing rules for these claims.</t>
<t>It is RECOMMENDED that the CWT Claims header parameter is used only in a protected header to avoid the contents being malleable. The header parameter MUST only occur once in either the protected or unprotected header of a COSE structure.</t>
<t>The CWT Claims header parameter MAY be used in any COSE object using header parameters, such as COSE_Sign objects.  Its use is not restricted to CWTs.</t>
</section>

<section anchor="privacy-considerations"><name>Privacy Considerations</name>
<t>Some of the registered CWT claims may contain privacy-sensitive information. Since CWT claims in COSE headers are not encrypted, when privacy-sensitive information is present in these claims, applications and protocols using them should ensure that these COSE objects are only made visible to parties for which it is appropriate for them to have access to this sensitive information.</t>
</section>

<section anchor="security-considerations"><name>Security Considerations</name>
<t>Implementers should also review the security considerations for CWT, which are documented in Section 8 of <xref target="RFC8392"/>.</t>
<t>As described in <xref target="RFC9052"/>, if the COSE payload is transported separately ("detached content"), then it is the responsibility of the application to ensure that it will be transported without changes.</t>
<t>The reason for applications to verify that CWT claims that are present both in the payload and the header of a CWT are identical, unless it defines other specific processing rules for these claims, is to eliminate potential confusion that might arise by having different values for the same claim, which could result in inconsistent processing of such claims.</t>
<t>Profiles define how to use CWT claims for particular applications, whether they are in the COSE payload or the CWT Claims header parameter, or both.  Therefore, understanding how to process the CWT Claims requires unambiguously knowing the profile being used.  A recommended way to include this information in the COSE structure is use of the <tt>typ</tt> (type) Header Parameter <xref target="I-D.ietf-cose-typ-header-parameter"/>.  Other methods for determining the profile can also be used.</t>
</section>

<section anchor="iana-considerations"><name>IANA Considerations</name>
<t>IANA is requested to register the new COSE header parameter "CWT Claims" in the table in <xref target="representation"/> in the "COSE Header Parameters" registry <xref target="IANA.COSE"/>.</t>
</section>

</middle>

<back>
<references><name>References</name>
<references><name>Normative References</name>
<reference anchor="IANA.COSE" target="https://www.iana.org/assignments/cose/cose.xhtml#header-parameters">
  <front>
    <title>COSE Header Parameters</title>
    <author>
      <organization>IANA</organization>
    </author>
  </front>
</reference>
<xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml"/>
<xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml"/>
<xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8392.xml"/>
</references>
<references><name>Informative References</name>
<xi:include href="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-cose-typ-header-parameter.xml"/>
<xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7519.xml"/>
<xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8610.xml"/>
<xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9052.xml"/>
</references>
</references>

<section anchor="Acknowledgements"><name>Acknowledgements</name>
<t>We would like to thank
Daisuke Ajitomi,
Claudio Allocchio,
Carsten Bormann,
Laurence Lundblade,
Ivaylo Petrov,
Ines Robles,
Orie Steele,
Hannes Tschofenig,
Paul Wouters,
and
Peter Yee
for their valuable contributions to this specification.</t>
</section>

<section anchor="document-history"><name>Document History</name>
<t>-08</t>

<ul spacing="compact">
<li>Added Security Consideration about profiles and processing CWT claims.</li>
</ul>
<t>-07</t>

<ul spacing="compact">
<li>Added Privacy Consideration about unencrypted claims in header parameters.</li>
<li>Added Security Consideration about detached content.</li>
<li>Added Security Consideration about claims that are present both in the payload and the header of a CWT.</li>
<li>Changed requested IANA COSE Header Parameter assignment number from 13 to 15 due to subsequent assignments of 13 and 14.</li>
<li>Acknowledged last call reviewers.</li>
</ul>
<t>-06</t>

<ul spacing="compact">
<li>Changed requested IANA COSE Header Parameter assignment number from 11 to 13 due to Countersignature being allocated 11.</li>
<li>Reference correct registry IANA COSE Header Parameters.</li>
</ul>
<t>-05</t>

<ul spacing="compact">
<li>Added Acknowledgements section.</li>
<li>Addressed WGLC feedback.  Specifically...</li>
<li>Added statement about being able to use the header parameter in any COSE object.</li>
<li>Moved statment about verifing that claim values present in both the header and payload are identical from the Security Considerations to the body of the specification.</li>
</ul>
<t>-04</t>

<ul spacing="compact">
<li>Update author affiliation.</li>
<li>Add standard reference to RFC terminology.</li>
<li>Added reference to security considerations from RFC8392.</li>
</ul>
<t>-03</t>

<ul spacing="compact">
<li>Added recommendation around header treatment in protected vs unprotected.</li>
</ul>
<t>-02</t>

<ul spacing="compact">
<li>Added CDDL description for CWT claim value.</li>
</ul>
<t>-01</t>

<ul spacing="compact">
<li>Changed example from Key ID to Issuer.</li>
</ul>
<t>-00</t>

<ul spacing="compact">
<li>Created draft-ietf-cose-cwt-claims-in-headers-00 from draft-looker-cose-cwt-claims-in-headers-00 following working group adoption.</li>
</ul>
</section>

</back>

</rfc>
