<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc version 1.6.16 (Ruby 2.6.0) -->


<!DOCTYPE rfc  [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">

]>


<rfc ipr="trust200902" docName="draft-ietf-stir-passport-rcd-23" category="std" consensus="true" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title abbrev="RCD">PASSporT Extension for Rich Call Data</title>

    <author initials="C." surname="Wendt" fullname="Chris Wendt">
      <organization>Somos Inc.</organization>
      <address>
        <email>chris-ietf@chriswendt.net</email>
      </address>
    </author>
    <author initials="J." surname="Peterson" fullname="Jon Peterson">
      <organization>Neustar Inc.</organization>
      <address>
        <email>jon.peterson@neustar.biz</email>
      </address>
    </author>

    <date year="2022" month="November" day="07"/>

    <area>art</area>
    
    <keyword>Identity</keyword>

    <abstract>


<t>This document extends PASSporT, a token for conveying cryptographically-signed call information about personal communications, to include rich meta-data about a call and caller that can be signed and integrity protected, transmitted, and subsequently rendered to the called party. This framework is intended to include and extend caller and call specific information beyond human-readable display name comparable to the "Caller ID" function common on the telephone network and is also enhanced with a integrity mechanism that is designed to protect the authoring and transport of this information for different authoritative use-cases.</t>



    </abstract>



  </front>

  <middle>


<section anchor="introduction"><name>Introduction</name>

<t>PASSporT <xref target="RFC8225"/> is a token format based on JWT <xref target="RFC7519"/> for conveying cryptographically-signed information about the parties involved in personal communications; it is used to convey a signed assertion of the identity of the participants in real-time communications established via a protocol like SIP <xref target="RFC8224"/>. The STIR problem statement <xref target="RFC7340"/> declared securing the display name of callers outside of STIR's initial scope. This document extends the use of JWT and PASSporT in the overall STIR framework by defining a PASSporT extension and the associated STIR procedures to protect additional caller and call related information.  This is additional information beyond the calling party originating identity (e.g. telephone number or SIP URI) that is intended to be rendered to assist a called party in determining whether to accept or trust incoming communications. This includes information such as the name of the person or entity on one side of a communications session, for example, the traditional "Caller ID" of the telephone network along with related display information that would be rendered to the called party during alerting or potentially used by an automaton to determine whether and how to alert a called party to a call and whom is calling.</t>

<t>Traditional telephone network signaling protocols have long supported delivering a 'calling name' from the originating side, though in practice, the terminating side is often left to determine a name from the calling party number by consulting a local address book or an external database. SIP, for example, similarly can carry this information in a 'display-name' in the From header field value from the originating to terminating side, or alternatively in the Call-Info header field. In this document, we utilize the STIR framework to more generally extend the assertion of an extensible set of identity information not limited to but including calling name.</t>

<t>As such, based on some use-cases, this document extends PASSporT to provide cryptographic protection for the "display-name" field of SIP requests, or similar name fields in other protocols, as well as further "rich call data" (RCD) about the caller, which includes the contents of the Call-Info header field or other data structures that can be added to the PASSporT. In addition, Section 12 describes use-cases that enable external third-party authorities to convey rich information associated with a calling number via a "rcd" PASSporT while clearly identifying the third-party as the source of the Rich Call Data information. Finally, this document describes how to preserve the integrity of the RCD in scenarios where there may be non-authoritative users initiating and signing RCD and therefore a constraint on the RCD data that a PASSporT can attest via certificate-level controls.</t>

</section>
<section anchor="terminoloygy"><name>Terminology</name>

<t>The keywords "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 anchor="overview-of-the-use-of-the-rich-call-data-passport-extension"><name>Overview of the use of the Rich Call Data PASSporT extension</name>

<t>This document defines Rich Call Data (RCD) which is a PASSporT extension <xref target="RFC8225"/> that defines an extensible claim for asserting information about the call beyond the telephone number. This includes information such as more detailed information about the calling party or calling number being presented or the purpose of the call. There are many use-cases that will be described in this document around the entities responsible for the signing and integrity of this information, whether it is the entity that originates a call, a service provider acting on behalf of a caller or use-cases where third-party services may be authoritative over the rich call data on behalf of the caller.</t>

<t>The RCD associated with the identity of the calling party described in this document is of two main categories. The first data is a more traditional set of info about a caller associated with "display-name" in SIP <xref target="RFC3261"/>, typically a textual description of the caller, or alternate presentation numbers often used in From Header field <xref target="RFC3261"/> or P-Asserted-Identity <xref target="RFC3325"/>, or an icon associated with the caller. The second category is a set of RCD that is defined as part of the jCard definitions or extensions to that data. <xref target="I-D.ietf-sipcore-callinfo-rcd"/> describes the optional use of jCard in Call-Info header field as RCD with the "jcard" Call-Info purpose token. Either or both of these two types of data can be incorporated into an "rcd" claim defined in this document.</t>

<t>Additionally, in relation to the description of the specific communications event itself (versus the identity description in previous paragraph), <xref target="I-D.ietf-sipcore-callinfo-rcd"/> also describes a "call-reason" parameter intended for description of the intent or reason for a particular call. A new PASSporT claim "crn", or call reason, can contain a string that describes the intent of the call. This claim is intentionally kept separate from the "rcd" claim because it is envisioned that call reason is not the same as information associated with the caller and may change on a more frequent, per call, type of basis.</t>

</section>
<section anchor="rcdintegrity"><name>Overview of Rich Call Data Integrity</name>

<t>When incorporating call data that represents a user, even in traditional calling name services today, often there are policy and restrictions around what data is allowed to be used. Whether preventing offensive language or icons or enforcing uniqueness, potential trademark or copyright violations or other policy enforcement, there might be the desire to pre-certify or "vet" the specific use of rich call data. This document defines a mechanism that allows for a direct or indirect party that controls the policy to approve or certify the content, create a cryptographic digest that can be used to validate that data and applies a constraint in the certificate to allow the recipient and verifier to validate that the specific content of the RCD is as intended at its creation and approval or certification.</t>

<t>There are two mechanisms that are defined to accomplish that for two distinct categories of purposes. The first of the mechanisms include the definition of an integrity claim. The RCD integrity mechanism is a process of generating a sufficiently strong cryptographic digest for each resource referenced by a URI within a claim value (e.g., an image file referenced by "jcd" or a jCard referenced by "jcl"). This mechanism is inspired by and based on the W3C Subresource Integrity specification (http://www.w3.org/TR/SRI/). The second of the mechanisms uses the capability called JWT Claim Constraints, defined in <xref target="RFC8226"/> and extended in <xref target="RFC9118"/>. The JWT Claim Constraints specifically guide the verifier within the certificate used to compute the signature in the PASSporT for the inclusion (or exclusion) of specific claims and their values, so that the content intended by the signer can be verified to be accurate.</t>

<t>Both of these mechanisms, integrity digests and JWT Claims Constraints, can be used together or separately depending on the intended purpose. The first category of purpose is whether the rich call data conveyed in the PASSporT claims is pass-by-value or pass-by-reference; i.e., is the information contained in the PASSporT claims and therefore integrity protected by the PASSporT signature, or is the information contained in an external resource referenced by a URI in the PASSporT. The second category of purpose is whether the signer is authoritative or has responsibility for the accuracy of the RCD based on the policies of the eco-system the "rcd" PASSporTs or "rcd" claims are being used.</t>

<t>The following table provides an overview of the framework for how integrity should be used with RCD. ("Auth" represents "authoritative" in this table.)</t>

<figure><artwork><![CDATA[
+----------+---------------------+--------------------------------+
|   Modes  |  No URI refs        |      Includes URI refs         |
+----------+---------------------+--------------------------------+
|   Auth   | 1: No integrity req | 2: RCD Integrity               |
+----------+---------------------+--------------------------------+
| Non-Auth | 3: JWT Claim Const. | 4: RCD Integ./JWT Claim Const. |
+----------+---------------------+--------------------------------+
]]></artwork></figure>

<t>The first and simplest mode is exclusively for when all RCD content is directly included as part of the claims (i.e. no URIs referencing external content are included in the content) and when the signer is authoritative over the content. In this mode, integrity protection is not required and the set of claims is simply protected by the signature of the standard PASSporT <xref target="RFC8225"/> and SIP identity header <xref target="RFC8224"/> procedures. The second mode is an extension of the first where the signer is authoritative and an "rcd" claim contents include a URI identifying external resources. In this mode, an RCD Integrity or "rcdi" claim MUST be included. This integrity claim is defined later in this document and provides a digest of the "rcd" claim content so that, particularly for the case where there are URI references in the RCD, the content of that RCD can be comprehensively validated that it was received as intended by the signer of the PASSporT.</t>

<t>The third and fourth mode cover cases where there is a different authoritative entity responsible for the content of the RCD, separate from the signer of the PASSporT itself, allowing the ability, in particular when delegating signing authority for PASSporT, to enable a mechanism for allowing agreed or vetted content included in or referenced by the RCD claim contents. The primary framework for allowing the separation of authority and the signing of PASSporTs by non-authorized entities is detailed in <xref target="RFC9060"/> although other cases may apply. As with the first and second modes, the third and fourth modes differ with the absence or inclusion of referenced external content using URIs.</t>

</section>
<section anchor="passport-claim-rcd-definition-and-usage"><name>PASSporT Claim "rcd" Definition and Usage</name>

<section anchor="syntax"><name>PASSporT "rcd" Claim</name>

<t>This document defines a new JSON Web Token claim for "rcd", Rich Call Data, the value of which is a JSON object that can contain one or more key value pairs. This document defines a default set of key values.</t>

<section anchor="nam-key"><name>"nam" key</name>

<t>The "nam" key value is a display name, associated with the originator of personal communications, which may for example match the display-name component of the From header field value of a SIP request or alternatively from the P-Asserted-Identity header field value, or a similar field in other PASSporT using protocols. This key MUST be included once as part of the "rcd" claim value JSON object. If there is no string associated with a display name, the claim value MUST then be an empty string.</t>

</section>
<section anchor="apn-key"><name>"apn" key</name>

<t>The "apn" key value is an optional alternate presentation number associated with the originator of personal communications, which may for example match the user component of the From header field value of a SIP request (in cases where a network number is carried in the P-Asserted-Identity <xref target="RFC3325"/>), or alternatively from the Additional-Identity header field value [3GPP TS 24.229 v16.7.0], or a similar field in other PASSporT using protocols. Its intended semantics are to convey a number that the originating user is authorized to show to called parties in lieu of their default number, such as cases where a remote call agent uses the main number of a call center instead of their personal telephone number. The "apn" key value is a canonicalized telephone number per <xref target="RFC8224"/> Section 8.3. If present, this key MUST be included once as part of the "rcd" claim value JSON object.</t>

<t>The use of the optional "apn" key is intended for cases where the signer of an "rcd" PASSporT or "rcd" claims authorizes the use of an alternate presentation number by the user. How the signer determines that a user is authorized to present the number in question is a policy decision outside the scope of this document, however, the vetting of the alternate presentation number should follow the same level of vetting as telephone identities or any other information contained in an "rcd" PASSporT or "rcd" claims. This usage is intended as an alternative to conveying the presentation number in the "tel" key value of a jCard, in situations where no other rich jCard data needs to be conveyed with the call. Only one "apn" key may be present. "apn" MUST be used when it is the intent of the caller or signer to display the alternate presentation number even if "jcd" or "jcl" keys are present in a PASSporT with a "tel" key value.</t>

</section>
<section anchor="icn-key"><name>"icn" key</name>

<t>The "icn" key value is an optional URI reference to an image that can be used to pictorially represent the originator of personal communications. This icon key value should be used as a base or default method of associating an image with a calling party.</t>

<t>When being used for SIP <xref target="RFC3261"/> this claim key value used to protect the Call-Info header field with a purpose parameter value of "icon" as described in Section 20.9 <xref target="RFC3261"/>.  Example as follows:</t>

<figure><artwork><![CDATA[
Call-Info: <http://wwww.example.com/alice/photo.jpg>; 
  purpose=icon
]]></artwork></figure>

<t>Note that <xref target="I-D.ietf-sipcore-callinfo-rcd"/> extends the specific usage of "icon" in SIP in the context of the larger rich call data framework with specific guidance on referencing images and image types, sizes and formats.</t>

<t>It should be also noted that with jCard, as described in the following "jcd" and "jcl" key value sections and in <xref target="I-D.ietf-sipcore-callinfo-rcd"/>, there are alternative ways of including photos and logos as URI references. The "icn" key should be then considered a base or default image and jCard usage should be considered for profiles and extensions that provide more direct guidance on the usage of specific defined usage of what each image type represents for the proper rendering to end users.</t>

</section>
<section anchor="jcd-key"><name>"jcd" key</name>

<t>The "jcd" key value is defined to contain a jCard <xref target="RFC7095"/> JSON object. The jCard is defined in this specification as an extensible object format used to contain RCD information about the call initiator. This object is intended to directly match the Call-Info header field value defined in <xref target="I-D.ietf-sipcore-callinfo-rcd"/> with a type of "jcard" where the format of the jCard and properties used should follow the normative usage and formatting rules and procedures in that document. It is an extensible object where the calling party can provide both the standard types of information defined in jCard or can use the built-in extensibility of the jCard specification to add additional information. The "jcd" key is optional. The "jcd" or "jcl" keys MAY only appear once in the "rcd" claim but MUST be mutually exclusive.</t>

<t>The jCard object value for "jcd" MUST be a jCard JSON object that MAY have URI referenced content, but that URI referenced content MAY NOT further reference URIs. Future specifications may extend this capability, but as stated in <xref target="I-D.ietf-sipcore-callinfo-rcd"/> it constrains the security properties of RCD information and the integrity of the content referenced by URIs.</t>

<t>Note: even though we refer to <xref target="I-D.ietf-sipcore-callinfo-rcd"/> as the definition of the jcard properties for usage in "rcd" claims, using Call-Info as protocol with the addition of an identity header carrying the PASSPorT is not required.  The identity header carrying a PASSporT with "rcd" claim including a "jcd" value can be used as the primary and only transport of the RCD information.</t>

</section>
<section anchor="jcl-key"><name>"jcl" key</name>

<t>The "jcl" key value is an HTTPS URL that refers to a jCard <xref target="RFC7095"/> JSON object on a web server. The web server MUST use the MIME media type for JSON text as application/json with a default encoding of UTF-8 <xref target="RFC7159"/>. This link may correspond to the Call-Info header field value defined in <xref target="I-D.ietf-sipcore-callinfo-rcd"/> with a type of "jcard". As also defined in <xref target="I-D.ietf-sipcore-callinfo-rcd"/>, format of the jCard and properties used should follow the normative usage and formatting rules and procedures. The "jcl" key is optional. The "jcd" or "jcl" keys MAY only appear once in the "rcd" claim but MUST be mutually exclusive.</t>

<t>The jCard object referenced by the URI value for "jcl" MUST be a jCard JSON object that MAY have URI referenced content, but that URI referenced content MAY NOT further reference URIs. Future specifications may extend this capability, but as stated in <xref target="I-D.ietf-sipcore-callinfo-rcd"/> it constrains the security properties of RCD information and the integrity of the content referenced by URIs.</t>

</section>
</section>
</section>
<section anchor="rcdi-rcd-integrity-claim-definition-and-usage"><name>"rcdi" RCD Integrity Claim Definition and Usage</name>

<t>The "rcdi" claim is included for the second and fourth modes described in the integrity overview <xref target="rcdintegrity"/> of this document. "rcdi" and "rcd" claims MAY each appear once in a PASSporT, but if "rcdi" is included the "rcd" MUST correspondingly be present also. The value of the "rcdi" claim is a JSON object that is defined as follows.</t>

<t>The claim value of "rcdi" claim key is a JSON object with a set of JSON key/value pairs. These objects correspond to each of the elements of the "rcd" claim object that require integrity protection with an associated digest over the content referenced by the key string. The individual digest of different elements of the "rcd" claim data and URI referenced external content is kept specifically separate to allow the ability to verify the integrity of only the elements that are ultimately retrieved or downloaded or rendered to the end-user.</t>

<t>The key value references a specific object within the "rcd" claim value using a JSON pointer defined in <xref target="RFC6901"/> with a minor additional rule to support URI references to external content that include JSON objects themselves, for the specific case of the use of "jcl", defined in <xref target="jcl_element"/>. JSON pointer syntax is the key value that documents exactly the part of JSON that is used to generate the digest which produce the resulting string that makes up the value for the corresponding key. Detailed procedures are provided below, but an example "rcdi" is provided here:</t>

<figure><artwork><![CDATA[
"rcdi" : {
  "/jcl": "sha256-7kdCBZqH0nqMSPsmABvsKlHPhZEStgjojhdSJGRr3rk",
  "/jcl/1/2/3": "sha256-jL4f47fF82LuwcrOrSyckA4SWrlElfARHkW6kYo1JdI"
}
]]></artwork></figure>

<t>The values of each key/value pair consists of a digest across either the direct values or indirectly referenced resources, combined with a string that defines the crypto algorithm used to generate the digest. RCD implementations MUST support the following hash algorithms, "SHA256", "SHA384", and "SHA512". The SHA-256, SHA-384, and SHA-512 are part of the SHA-2 set of cryptographic hash functions defined by the National Institute of Standards and Technologies (NIST). Implementations MAY support additional algorithms, but MUST NOT support known weak algorithms such as MD5 or SHA-1. In the future, the list of algorithms may be re-evaluated based on security best practices. The algorithms are represented in the text by "sha256", "sha384", or "sha512". The character following the algorithm string MUST be a hyphen character, "-", or ASCII 45. The subsequent characters are the base64 encoded <xref target="RFC4648"/> digest of a canonicalized and concatenated string or binary data based on the JSON pointer referenced elements of "rcd" claim or the URI referenced content contained in the claim. The details of the determination of the input string used to determine the digest are defined in the next section.</t>

<section anchor="creation-of-the-rcd-element-digests"><name>Creation of the "rcd" element digests</name>

<t>"rcd" claim objects can contain "nam", "apn", "icn", "jcd", or "jcl" keys as part of the "rcd" JSON object claim value. This document defines the use of JSON pointer <xref target="RFC6901"/> as a mechanism to reference specific "rcd" claim elements.</t>

<t>In order to facilitate proper verification of the digests and whether the "rcd" elements or content referenced by URIs were modified, the input to the digest must be completely deterministic at three points in the process. First, at the certification point where the content is evaluated to conform to the application policy and the JWT Claim Constraints is applied to the certificate containing the digest. Second, when the call is signed at the Authentication Service, there may be a local policy to verify that the provided "rcd" claim corresponds to each digest. Third, when the "rcd" data is verified at the Verification Service, the verification is performed for each digest by constructing the input digest string for the element being verified and referenced by the JSON pointer string.</t>

<t>The procedure for the creation of each "rcd" element digest string corresponding to a JSON pointer string key is as follows.</t>

<t><list style="numbers">
  <t>The JSON pointer either refers to a value that is a part or the whole of a JSON object or to a string that is a URI referencing an external resource.</t>
  <t>For a JSON value, serialize the JSON to remove all white space and line breaks.  The procedures of this deterministic JSON serialization are defined in <xref target="RFC8225"></xref>, Section 9.  The resulting string is the input for the hash function.</t>
  <t>For any URI referenced content, the bytes of the body of the HTTP response is the input for the hash function.</t>
</list></t>

<t>Note that the digest is computed on the Json representation of the string, which necessarily includes the beginning and ending double-quote characters.</t>

<section anchor="nam_apn_element"><name>"nam" and "apn" elements</name>

<t>In the case of "nam" and "apn", the only allowed value is a string. For both of these key values an "rcdi" JSON pointer or integrity digest is optional because the direct value is protected by the signature and can be constrained directly with JWTClaimConstraints.</t>

</section>
<section anchor="icn_element"><name>"icn" elements</name>

<t>In the case of "icn", the only allowed value is a URI value that references an image file. If the URI references externally linked content there would need to be a JSON pointer and digest entry for the content in that linked resource. In order to reference the "icn" value for a digest, the JSON pointer string would be "/icn" and the digest string would be created using the image file data following the rules of JSON pointer. Even though this is probably not the typical case, an "rcdi" JSON pointer or integrity digest is optional if the image value is directly included via a data URI <xref target="RFC2397"/>. However, even though the direct value can be protected by the signature and can be constrained directly with JWTClaimConstraints, since the length of the image data is likely much larger than the integrity digest, the use of the "rcdi" JSON pointer and integrity digest as the constraint value in JWTClaimConstraints over the image data is RECOMMENDED.</t>

</section>
<section anchor="jcd_element"><name>"jcd" elements</name>

<t>In the case of "jcd", the value associated is a jCard JSON object, which happens to be a JSON array with sub-arrays. JSON pointer notation uses numeric indices into elements of arrays, including when those elements are arrays themselves.</t>

<t>As example, for the following "rcd" claim:</t>

<figure><artwork><![CDATA[
"rcd": {
  "jcd": ["vcard",
    [ ["version",{},"text","4.0"],
      ["fn",{},"text","Q Branch"],
      ["org",{},"text","MI6;Q Branch Spy Gadgets"],
      ["photo",{},"uri",
        "https://example.com/photos/quartermaster-256x256.png"],
      ["logo",{},"uri",
        "https://example.com/logos/mi6-256x256.jpg"],
      ["logo",{},"uri",
        "https://example.com/logos/mi6-64x64.jpg"]
    ]
  ],
  "nam": "Q Branch Spy Gadgets"
}
]]></artwork></figure>

<t>In order to use JSON pointer to refer to the URIs, the following example "rcdi" claim includes a digest for the entire "jcd" array string as well as three additional digests for the URIs, where, as defined in <xref target="RFC6901"/> zero-based array indices are used to reference the URI strings.</t>

<figure><artwork><![CDATA[
"rcdi": {
  "/jcd": "sha256-7kdCBZqH0nqMSPsmABvsKlHPhZEStgjojhdSJGRr3rk",
  "/jcd/1/3/3": "sha256-RojgWwU6xUtI4q82+kHPyHm1JKbm7+663bMvzymhkl4",
  "/jcd/1/4/3": "sha256-jL4f47fF82LuwcrOrSyckA4SWrlElfARHkW6kYo1JdI",
  "/jcd/1/5/3": "sha256-GKNxxqlLRarbyBNh7hc/4lbZAdK6B0kMRf1AMRWPkSo"
  }
}
]]></artwork></figure>

<t>The use of a JSON pointer and integrity digest for the "jcd" claim key and value is optional. The "jcd" value is the directly included jCard array and can be protected by the signature and can be constrained directly with JWTClaimConstraints.  However, for data length reasons (as with "icn" above) or more importantly for potential privacy and/or security considerations with a publically accessible certificate, the use of the "rcdi" JSON pointer and integrity digest as the constraint value in JWTClaimConstraints over the jCard data is RECOMMENDED.</t>

<t>It is important to remember the array indices for JSON Pointer are dependent on the order of the elements in the jCard. The use of digest for the "/jcd" corresponding to the entire jCard array string can be included as a redundant mechanism to avoid any possibility of substitution, insertion attacks, or other potential techniques that may be possible to avoid integrity detection.</t>

<t>Each URI referenced in the jCard array string MUST have a corresponding JSON pointer string key and digest value.</t>

</section>
<section anchor="jcl_element"><name>"jcl" elements</name>

<t>In the case of the use of a "jcl" URI reference to an external jCard, the procedures are similar to "jcd" with the exception and the minor modification to JSON pointer, where "/jcl" is used to refer to the external jCard array string and any following numeric array indices added to the "jcl" (e.g., "/jcl/1/2/3") are treated as if the external content referenced by the jCard was directly part of the overall "rcd" claim JSON object. The following example illustrates a "jcl" version of the above "jcd" example.</t>

<figure><artwork><![CDATA[
"rcd": {
  "jcl": "https://example.com/qbranch.json",
  "nam": "Q Branch Spy Gadgets"
},
"rcdi": {
  "/jcl": "sha256-7kdCBZqH0nqMSPsmABvsKlHPhZEStgjojhdSJGRr3rk",
  "/jcl/1/3/3": "sha256-RojgWwU6xUtI4q82+kHPyHm1JKbm7+663bMvzymhkl4",
  "/jcl/1/4/3": "sha256-jL4f47fF82LuwcrOrSyckA4SWrlElfARHkW6kYo1JdI",
  "/jcl/1/5/3": "sha256-GKNxxqlLRarbyBNh7hc/4lbZAdK6B0kMRf1AMRWPkSo"
}
]]></artwork></figure>

<t>The following is the example contents of resource pointed to by https://example.com/qbranch.json used to calculate the above digest for "/jcl"</t>

<figure><artwork><![CDATA[
["vcard",
  [ ["version",{},"text","4.0"],
    ["fn",{},"text","Q Branch"],
    ["org",{},"text","MI6;Q Branch Spy Gadgets"],
    ["photo",{},"uri",
      "https://example.com/photos/quartermaster-256x256.png"],
    ["logo",{},"uri",
      "https://example.com/logos/mi6-256x256.jpg"],
    ["logo",{},"uri",
      "https://example.com/logos/mi6-64x64.jpg"]
  ]
]
]]></artwork></figure>

</section>
</section>
<section anchor="jwt-claim-constraints-for-rcd-claims"><name>JWT Claim Constraints for "rcd" claims</name>

<t>When using JWT Claim Constraints for "rcd" claims the procedure when creating the signing certificate should follow the following guidelines.</t>

<t>The "permittedValues" for the "rcd" claim can contain a single entry or optionally contain multiple entries with the intent of supporting cases where the certificate holder is authorized to use different sets of rich call data corresponding to different call scenarios.</t>

<t>Only including "permittedValues" for "rcd", with no "mustInclude", provides the ability for the construction a valid PASSPorT that can either have no "rcd" claim within or only the set of constrained "permittedValues" values for an included "rcd" claim.</t>

</section>
<section anchor="jwt-claim-constraints-usage-for-rcd-and-rcdi-claims"><name>JWT Claim Constraints usage for "rcd" and "rcdi" claims</name>

<t>The use of JWT Claim Constraints with an "rcdi" claim is for cases where URI referenced content is to be protected by the authoritative certificate issuer. The objective for the use of JWT Claim Constraints for the combination of both "rcd" and "rcdi" claims is to constrain the signer to only construct the "rcd" and "rcdi" claims inside a PASSporT to contain and reference only a pre-determined set of content. Once both the contents of the "rcd" claim and any referenced content is certified by the party that is authoritative for the certificate being issued to the signer, the "rcdi" claim is constructed and linked to the STIR certificate associated with the signature in the PASSporT via JWT Claim Constraints extension as defined in <xref target="RFC8226"/> Section 8 and extended in <xref target="RFC9118"/>. It should be recognized that the "rcdi" set of digests is intended to be unique for only a specific combination of "rcd" content and URI referenced external content, and therefore provides a robust integrity mechanism for an authentication service being performed by a non-authoritative party. This would often be associated with the use of delegate certificates <xref target="RFC9060"/> for the signing of calls by the calling party directly as an example, even though the "authorized party" is not necessarily the subject of a STIR certificate.</t>

<t>For the cases that there should always be both "rcd" and "rcdi" claims included in the PASSporT, the certificate JWT Claims Constraint extension MUST include both of the following:</t>

<t><list style="symbols">
  <t>a "mustInclude" for the "rcd" claim, which simply constrains the fact that an "rcd" must be included</t>
  <t>a "mustInclude" for the "rcdi" claim and a "permittedValues" equal to the created "rcdi" claim value string.</t>
</list></t>

<t>Note that optionally the "rcd" claims may be included in the "permittedValues" however it is recognized that this may be redundant with the "rcdi" permittedValues because the "rcdi" digest will imply the content of the "rcd" claims themselves.</t>

<t>The "permittedValues" for the "rcdi" claims (or "rcd" claims more generally) may contain multiple entries, to support the case where the certificate holder is authorized to use different sets of rich call data.</t>

</section>
</section>
<section anchor="passport-crn-claim-call-reason-definition-and-usage"><name>PASSporT "crn" claim - Call Reason Definition and Usage</name>

<t>This document defines a new JSON Web Token claim for "crn", Call Reason, the value of which is a single string that can contain information as defined in <xref target="I-D.ietf-sipcore-callinfo-rcd"/> corresponding to the "call-reason" parameter for the Call-Info header. This claim is optional.</t>

<figure><artwork><![CDATA[
Example "crn" claim with "rcd":

"crn" : "For your ears only",
"rcd": { "nam": "James Bond",
         "jcl": "https://example.org/james_bond.json"}
]]></artwork></figure>

<section anchor="jwt-constraint-for-crn-claim"><name>JWT Constraint for "crn" claim</name>

<t>The integrity of the "crn" claim can optionally be protected by the authoritative certificate creator using JWT Constraints in the certificate. If the intent of the issuer of the certificate is to always including a call reason, a "mustInclude" for the "crn" claim indicates that a "crn" claim MUST be present. If the issuer of the certificate wants to constrain the contents of "crn", then it may set "permittedValues" for "crn" in the certificate.</t>

</section>
</section>
<section anchor="rich-call-data-claims-usage-rules"><name>Rich Call Data Claims Usage Rules</name>

<t>The "rcd" or "crn" claims MAY appear in any PASSporT claims object as optional elements. The creator of a PASSporT MAY also add a PASSporT extension ("ppt") value, defined in <xref target="RFC8225"/> Section 8.1, of "rcd" to the header of a PASSporT as well, in which case the PASSporT claims MUST contain at least one or both an "rcd" or "crn" claim. Any entities verifying the PASSporT claims defined in this document are required to understand the PASSporT extension in order to process the PASSporT in question. An example PASSporT header with the PASSporT extension ("ppt") value of "rcd" included is shown as follows:</t>

<figure><artwork><![CDATA[
{ "typ":"passport",
  "ppt":"rcd",
  "alg":"ES256",
  "x5u":"https://www.example.com/cert.cer" }
]]></artwork></figure>

<t>The PASSporT claims object contains the "rcd" key with its corresponding value. The value of "rcd" is an array of JSON objects, of which one, the "nam" object, is mandatory. The key syntax of "nam" follows the display-name ABNF given in <xref target="RFC3261"/>.</t>

<t>After the header and claims PASSporT objects have been constructed, their signature is computed normally per the guidance in <xref target="RFC8225"/>.</t>

<section anchor="rcd_passport_verification"><name>"rcd" PASSporT Verification</name>

<t>A verifier that successfully verifies a PASSportT that contains an "rcd" claim MUST ensure the following about the PASSporT:</t>

<t><list style="symbols">
  <t>it has a valid signature</t>
  <t>it abides by all rules set forth in the proper construction of the claims</t>
  <t>it abides by JWT Claims Constraint rules defined in <xref target="RFC8226"/> Section 8 or extended in <xref target="RFC9118"/> if present in the certificate used to compute the signature in the PASSporT</t>
</list></t>

<t>Consistent with the verification rules of PASSporTs more generally <xref target="RFC8225"/>, if any of the above criteria is not met, relying parties MUST NOT use any of the claims in the PASSporT.</t>

</section>
<section anchor="rcdi-integrity-verification"><name>"rcdi" Integrity Verification</name>

<t>If the "rcdi" claim exists, any party that dereferences a URI (i.e. downloading content for display to users) from the "rcd" claim MUST perform integrity validation of the content against the corresponding digest. Consequently, if URIs with contents covered by integrity digests are passed to another entity, the corresponding integrity digest MUST also be included, for example by passing the PASSporT. Entities that pass on the content without the URI do not have to pass on the corresponding integrity digest. An entity that does not otherwise need to dereference a URI from the "rcd" claim is NOT RECOMMENDED to unnecessarily dereference the URI solely to perform integrity verification.</t>

<t>If there is any issue with completing the integrity verification procedures for referenced external content, including HTTP or HTTPS errors, the referenced content MUST be considered not verified.  This SHOULD NOT however impact the result of base PASSporT verification for claims content that is directly included in the claims of the PASSporT.</t>

</section>
<section anchor="example-rcd-passports"><name>Example "rcd" PASSporTs</name>

<t>An example of a "nam" only PASSporT claims object is shown next (with line breaks for readability only).</t>

<figure><artwork><![CDATA[
{  "orig":{"tn":"12025551000"},
   "dest":{"tn":["12025551001"]},
   "iat":1443208345,
   "rcd":{"nam":"James Bond"} }
]]></artwork></figure>

<t>An example of a "nam", "apn", and "icn" using an https URI PASSporT claims object is shown next (with line breaks for readability only). Note, in this example, there is no integrity protection over the "icn" element in the "rcd" claim.</t>

<figure><artwork><![CDATA[
{  "orig":{"tn":"12025551000"},
   "dest":{"tn":["12155551001"]},
   "iat":1443208345,
   "rcd":{
     "apn":"12025559990",
     "icn":"https://example.com/photos/quartermaster-256x256.png",
     "nam":"Her Majesty's Secret Service" } }
]]></artwork></figure>

<t>An example of a "nam", "apn", and "icn" using data URI PASSporT claims object is shown next (with line breaks for readability only). Note, in this example, the "icn" data is incorporated directly in the "rcd" claim and therefore separate integrity protection is not required.</t>

<figure><artwork><![CDATA[
{  "orig":{"tn":"12025551000"},
   "dest":{"tn":["12155551001"]},
   "iat":1443208345,
   "rcd":{
     "apn":"12025559990",
     "icn":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAY
       AAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OH
       wAAAABJRU5ErkJggg==",
     "nam":"Her Majesty's Secret Service" } }
]]></artwork></figure>

<t>An example of an "rcd" claims object that includes the "jcd" and also contains URI references to content which requires the inclusion of an "rcdi" claim and corresponding digests. Note, in this example, the "rcdi" claim includes integrity protection of the URI referenced content.</t>

<figure><artwork><![CDATA[
{
  "crn": "Rendezvous for Little Nellie",
  "orig": { "tn": "12025551000"},
  "dest": { "tn": ["12155551001"]},
  "iat": 1443208345,
  "rcd": {
    "jcd": ["vcard",
    [ ["version",{},"text","4.0"],
      ["fn",{},"text","Q Branch"],
      ["org",{},"text","MI6;Q Branch Spy Gadgets"],
      ["photo",{},"uri","https://example.com/photos/q-256x256.png"],
      ["logo",{},"uri","https://example.com/logos/mi6-256x256.jpg"],
      ["logo",{},"uri","https://example.com/logos/mi6-64x64.jpg"]
    ] ],
    "nam": "Q Branch Spy Gadgets"
  },
  "rcdi": {
    "/jcd/1/3/3": "sha256-RojgWwU6xUtI4q82+kHPyHm1JKbm7+663bMvzymhkl4",
    "/jcd/1/4/3": "sha256-jL4f47fF82LuwcrOrSyckA4SWrlElfARHkW6kYo1JdI",
    "/jcd/1/5/3": "sha256-GKNxxqlLRarbyBNh7hc/4lbZAdK6B0kMRf1AMRWPkSo"
  }
}
]]></artwork></figure>

<t>In an example PASSporT, where a jCard is linked via HTTPS URL using "jcl", a jCard file served at a particular URL.</t>

<t>An example jCard JSON file hosted at the example web address of https://example.com/qbranch.json is shown as follows:</t>

<figure><artwork><![CDATA[
["vcard",
  [ ["version",{},"text","4.0"],
    ["fn",{},"text","Q Branch"],
    ["org",{},"text","MI6;Q Branch Spy Gadgets"],
    ["photo",{},"uri","https://example.com/photos/q-256x256.png"],
    ["logo",{},"uri","https://example.com/logos/mi6-256x256.jpg"],
    ["logo",{},"uri","https://example.com/logos/mi6-64x64.jpg"]
  ]
]
]]></artwork></figure>

<t>For the above referenced jCard, the corresponding PASSporT claims object would be as follows:</t>

<figure><artwork><![CDATA[
{
  "crn": "Rendezvous for Little Nellie",
  "orig": {"tn": "12025551000"},
  "dest": {"tn": ["12155551001"]},
  "iat": 1443208345,
  "rcd": {
    "nam": "Q Branch Spy Gadgets",
    "jcl": "https://example.com/qbranch.json"
  },
  "rcdi": {
    "/jcl": "sha256-qCn4pEH6BJu7zXndLFuAP6DwlTv5fRmJ1AFkqftwnCs",
    "/jcl/1/3/3": "sha256-RojgWwU6xUtI4q82+kHPyHm1JKbm7+663bMvzymhkl4",
    "/jcl/1/4/3": "sha256-jL4f47fF82LuwcrOrSyckA4SWrlElfARHkW6kYo1JdI",
    "/jcl/1/5/3": "sha256-GKNxxqlLRarbyBNh7hc/4lbZAdK6B0kMRf1AMRWPkSo"
  }
}
]]></artwork></figure>

<t>An example "rcd" PASSporT that uses "nam" and "icn" keys with "rcdi" for calling name and referenced icon image content:</t>

<figure><artwork><![CDATA[
{
  "crn": "Rendezvous for Little Nellie",
  "orig": {"tn": "12025551000"},
  "dest": {"tn": ["12155551001"]},
  "iat": 1443208345,
  "rcd": {
    "nam": "Q Branch Spy Gadgets",
    "icn": "https://example.com/photos/q-256x256.png"
  },
  "rcdi": {
    "/nam": "sha256-sM275lTgzCte+LHOKHtU4SxG8shlOo6OS4ot8IJQImY",
    "/icn": "sha256-RojgWwU6xUtI4q82+kHPyHm1JKbm7+663bMvzymhkl4"
  }
}
]]></artwork></figure>

</section>
</section>
<section anchor="compact-form-of-rcd-passport"><name>Compact form of "rcd" PASSporT</name>

<section anchor="compact-form-of-the-rcd-passport-claim"><name>Compact form of the "rcd" PASSporT claim</name>

<t>The specific usage of compact form of an "rcd" PASSporT claim, defined in <xref target="RFC8225"/> Section 7, has some restrictions that will be enumerated below, but mainly follows standard PASSporT compact form procedures. Compact form only provides the signature from the PASSporT, requiring the re-construction of the other PASSporT claims from the SIP header fields as discussed in <xref target="RFC8224"/> Section 4.1.</t>

<t>The re-construction of the "nam" claim, if using SIP protocol, should use the display-name string in the From header field. For other protocols, if there is a display name field that exists, the string should be used, otherwise the string should be an empty string, e.g., "". "jcl" and "jcd" MUST NOT be used with compact form due to integrity rules and URI reference rules in this document leading to too restrictive of a set of constraints. Future specifications may revisit this to propose a consistent and comprehensive way of addressing integrity and security of information and to provide specific guidance for other protocol usage.</t>

</section>
<section anchor="compact-form-of-the-rcdi-passport-claim"><name>Compact form of the "rcdi" PASSporT claim</name>

<t>The use of compact form of a PASSporT using an "rcdi" claim is not supported, so if "rcdi" is required compact form MUST NOT be used.</t>

</section>
<section anchor="compact-form-of-the-crn-passport-claim"><name>Compact form of the "crn" PASSporT claim</name>

<t>Compact form of a "crn" PASSporT claim shall be re-constructed using the "call-reason" parameter of a Call-Info header as defined by <xref target="I-D.ietf-sipcore-callinfo-rcd"/>.</t>

</section>
</section>
<section anchor="parties"><name>Third-Party Uses</name>

<t>While rich data about the call can be provided by an originating authentication service, an intermediary in the call path could also acquire rich call data by querying a third-party service. Such a service effectively acts as a STIR Authentication Service, generating its own PASSporT, and that PASSporT could be attached to a call by either the originating or terminating side. This third-party PASSporT attests information about the calling number, rather than the call or caller itself, and as such its RCD MUST NOT be used when a call lacks a first-party PASSporT that assures verification services that the calling party number is not spoofed. It is intended to be used in cases when the originating side does not supply a display-name for the caller, so instead some entity in the call path invokes a third-party service to provide rich caller data for a call.</t>

<t>In telephone operations today, a third-party information service is commonly queried with the calling party's number in order to learn the name of the calling party, and potentially other helpful information could also be passed over that interface. The value of using a PASSporT to convey this information from third parties lies largely in the preservation of the third party's signature over the data, and the potential for the PASSporT to be conveyed from intermediaries to endpoint devices. Effectively, these use cases form a sub-case of out-of-band <xref target="RFC8816"/> use cases. The manner in which third-party services are discovered is outside the scope of this document.</t>

<t>An intermediary use case might look as follows using SIP protocol for this example: a SIP INVITE carries a display name in its From header field value and an initial PASSporT object without the "rcd" claim. When a terminating verification service implemented at a SIP proxy server receives this request, and determines that the signature is valid, it might query a third-party service that maps telephone numbers to calling party names. Upon receiving the PASSporT in a response from that third-party service, the terminating side could add a new Identity header field to the request for the PASSporT object provided by the third-party service. It would then forward the INVITE to the terminating user agent. If the display name in the PASSporT object matches, or is string equivelent to, the display name in the INVITE, then the name would presumably be rendered to the end user by the terminating user agent.</t>

<t>A very similar flow could be followed by an intermediary closer to the origination of the call. Presumably such a service could be implemented at an originating network in order to decouple the systems that sign for calling party numbers from the systems that provide rich data about calls.</t>

<t>In an alternative use case, the terminating user agent might query a third-party service. In this case, no new Identity header field would be generated, though the terminating user agent might receive a PASSporT object in return from the third-party service, and use the "rcd" field in the object as a calling name to render to users while alerting.</t>

<t>While in the traditional telephone network, the business relationship between calling customers and their telephone service providers is the ultimate root of information about a calling party's name, some other forms of data like crowdsourced reputation scores might derive from third parties. When those elements are present, they MUST be in a third-party "rcd" PASSporT using "iss" claim described in the next section.</t>

<section anchor="thirdsign"><name>Signing as a Third Party</name>

<t>A third-party PASSporT contains an "iss" element to distinguish its PASSporTs from first-party PASSporTs. Third-party "rcd" PASSporTs are signed with credentials that do not have authority over the identity that appears in the "orig" element of the PASSporT claims. The presence of "iss" signifies that a different category of credential is being used to sign a PASSporT than the <xref target="RFC8226"/> certificates used to sign STIR calls; it is instead a certificate that identifies the source of the "rcd" data. How those credentials are issued and managed is outside the scope of this document; the value of "iss" however MUST reflect the Subject of the certificate used to sign a third-party PASSporT. The explicit mechanism for reflecting the subject field of the certificate is out of scope of this document and left to the certificate governance policies that define how to map the "iss" value in the PASSporT to the subject field in the certificate. Relying parties in STIR have always been left to make their own authorization decisions about whether to trust the signers of PASSporTs, and in the third-party case, where an entity has explicitly queried a service to acquire the PASSporT object, it may be some external trust or business relationship that induces the relying party to trust a PASSporT.</t>

<t>An example of a Third Party issued PASSporT claims object is as follows.</t>

<figure><artwork><![CDATA[
{  "orig":{"tn":"12025551000"},
   "dest":{"tn":["12025551001"]},
   "iat":1443208345,
   "iss":"Zorin Industries",
   "rcd":{"nam":"James St. John Smythe"} }
]]></artwork></figure>

</section>
<section anchor="verification-using-third-party-rcd"><name>Verification using Third Party RCD</name>

<t>The third-party "rcd" PASSporT cases must be considered in the verification service, as an attacker could attempt to cut-and-paste such a third-party PASSporT into a SIP request in an effort to get the terminating user agent to render the display name or confidence values it contains to a call that should have no such assurance. Following the rules of <xref target="RFC8225"/> and in particular if there is multiple identity headers, for example with the case of the inclusion of an "rcd" and "shaken" PASSporTs from two different signing providers, a verification service MUST determine that the calling party number shown in the "orig" of the "rcd" PASSporT corresponds to the calling party number of the call it has received, and that the "iat" field of the "rcd" PASSporT is within the date interval that the verification service would ordinarily accept for a PASSporT. It is possible that if there is multiple identity headers are present, only the verified identity information should be considered when presenting call information to an end user.</t>

<t>Verification services may alter their authorization policies for the credentials accepted to sign PASSporTs when third parties generate PASSporT objects, per <xref target="thirdsign"/>. This may include accepting a valid signature over a PASSporT even if it is signed with a credential that does not attest authority over the identity in the "orig" claim of the PASSporT, provided that the verification service has some other reason to trust the signer. No further guidance on verification service authorization policy is given here.</t>

</section>
</section>
<section anchor="loa"><name>Levels of Assurance</name>

<t>As "rcd" can be provided by either first party providers that are directly authorized to sign PASSporTs in the STIR eco-system or third party providers that are indirectly or delegated authority to sign PASSporTs. Relying parties could benefit from an additional claim that indicates the identification, in the form of a uniquely identifiable name, of the attesting party to the caller. Even in first party cases, the Communications Service Provider (CSP) to which a number was assigned might in turn delegate the number to a reseller, who would then sell the number to an enterprise, in which case the CSP might have little insight into the caller's name. In third party cases, a caller's name could be determined from any number of data sources, on a spectrum between public data scraped from web searches to a direct business relationship to the caller. As multiple PASSporTs can be associated with the same call, potentially a verification service could receive attestations of the caller name from multiple sources, which have different levels of granularity or accuracy. Therefore, third-party PASSporTs that carry "rcd" data MUST also carry an indication of the relationship of the generator of the PASSporT to the caller in the form of the "iss" claim. As stated in the previous section, the use of "iss" MUST reflect the subject field of the certificate used to sign a third-party PASSporT to represent that relationship.</t>

</section>
<section anchor="use"><name>Use of "rcd" PASSporTs in SIP</name>

<t>This section documents SIP-specific usage for "rcd" PASSporTs and in the SIP Identity header field value. Other using protocols of PASSporT may define their own usages for the "rcd" PASSporTs.</t>

<section anchor="authentication-service-behavior-for-sip-protocol"><name>Authentication Service Behavior for SIP protocol</name>

<t>An authentication service creating a PASSporT containing an "rcd" claim MAY include a PASSporT extension ("ppt" value) of "rcd" or not. Third-party authentication services following the behavior in <xref target="thirdsign"/> MUST include a PASSporT extension value of "rcd". If PASSporT extension does contain an "rcd", then any SIP authentication services MUST add a PASSporT extension "ppt" parameter to the Identity header field containing that PASSporT with a value of "rcd". The resulting Identity header field might look as follows:</t>

<figure><artwork><![CDATA[
Identity: sv5CTo05KqpSmtHt3dcEiO/1CWTSZtnG3iV+1nmurLXV/HmtyNS7Ltrg9
       dlxkWzoeU7d7OV8HweTTDobV3itTmgPwCFjaEmMyEI3d7SyN21yNDo2ER/Ovgt
       w0Lu5csIppPqOg1uXndzHbG7mR6Rl9BnUhHufVRbp51Mn3w0gfUs=;
       info=<https://biloxi.example.org/biloxi.cer>;alg=ES256;
       ppt="rcd"
]]></artwork></figure>

<t>This document assumes that by default when using the SIP protocol, an authentication service determines the value of "rcd", specifically only for the "nam" key value, from the display-name component of the From header field value of the request, alternatively for some calls this may come from the P-Asserted-ID header. It is however a matter of authentication service policy to decide how it populates the value of "nam" key, which MAY also match or be determined by other fields in the request, from customer profile data, or from access to external services. If the authentication service generates an "rcd" claim containing "nam" with a value that is not string equivalent to the From header field display-name value, it MUST use the full form of the PASSporT object in SIP.</t>

<t>In addition, {I-D.ietf-sipcore-callinfo-rcd}} defines a Call-Info header field that MAY be used as a source of RCD information that an authentication services uses to construct the appropriate PASSporT RCD claim types used. Note that the information that is included in a signed PASSporT is RECOMMENDED to be vetted by an entity that is authoritative over determining the accuracy of that information, so how that information is received by the authentication service is important and the use of Call-Info as a source of RCD information on the authentication side is likely NOT RECOMMENDED best practice.</t>

</section>
<section anchor="verification-service-behavior-for-sip-protocol"><name>Verification Service Behavior for SIP protocol</name>

<t><xref target="RFC8224"/> Section 6.2 Step 5 requires that future specifications defining PASSporT extension ("ppt") values describe any additional verifier behavior specific to the SIP protocol. The general verification proceedures defined in <xref target="rcd_passport_verification"/>
should be followed, but the following paragraphs describe some of the specifics needed to implement a verification service using the SIP protocol.</t>

<t>If the PASSporT is in compact form, then the verification service MUST extract the display-name from the From header field value, if any, and MUST use that as the string value for the "nam" key when it recomputes the header and claims of the PASSporT object. Additionally, if there exists a Call-Info header field as defined in <xref target="I-D.ietf-sipcore-callinfo-rcd"/>, the "jcard" JSON object value MUST be used to construct the "jcd" key value when it recomputes the header and claims of the PASSporT object. If the signature validates over the recomputed object, then the verification is considered successful.</t>

<t>If the PASSporT is in full form with a PASSporT extension value of "rcd", then the verification service MUST extract the value associated with the "rcd" claim "nam" key in the object. If the PASSporT signature is verified successfully then the verification service MUST additionally compare the string value of the "rcd" claim "nam" key value with the From header field value or the preferred value.  The preferred value depends on local policy of the SIP network technique that conveys the display name string through a field other than the From header field to interoperate with this specification (e.g. P-Asserted-Identity) as discussed in <xref target="RFC8224"/>. Similarly, "jcd" or "jcl" jcard information, "icn", "apn", or "crn" can be optionally, based on local policy for devices that support it, used to populate a Call-Info header field following the format of <xref target="I-D.ietf-sipcore-callinfo-rcd"/>. If future defined PASSporT RCD claims types are present, they should follow similar defined proceedures and policies.</t>

<t>The behavior of a SIP UAS upon receiving an INVITE or other type of session initiation request containing a PASSporT object with an "rcd" claim largely remains a matter of implementation policy. In most cases, implementations would render this calling party name information to the user while alerting. Any user interface additions to express confidence in the veracity of this information are outside the scope of this specification.</t>

</section>
</section>
<section anchor="using-rcd-and-rcdi-as-additional-claims-to-other-passport-extensions"><name>Using "rcd" and "rcdi" as additional claims to other PASSporT extensions</name>

<t>Rich Call Data, including calling name information, as a common example, is often data that is additive to the personal communications information defined in the core PASSporT data required to support the security properties defined in <xref target="RFC8225"/>. For cases where the entity originating the personal communications is supporting the authentication service for the calling identity and is the authority of the Rich Call Data, rather than creating multiple Identity header fields corresponding to multiple PASSporT extensions, the authentication service can alternatively directly add the "rcd" claim to a PASSporT that authenticates the calling identity.</t>

<t>Note: There is one very important caveat to this capability, because generally if there is URI referenced content in an "rcd" PASSporT there is often the requirement to use "rcdi" and JWT Claims Constraints. So, it is important for the user of this specification to recognize that the certificates used should include the necessary JWT Claims Constraints for proper integrity and security of the values in the "rcd" claim incorporated into PASSporTs that are not "rcd".</t>

<section anchor="procedures-for-applying-rcd-as-claims-only"><name>Procedures for applying "rcd" as claims only</name>

<t>For a given PASSporT using some other extension than "rcd", the Authentication Service MAY additionally include the "rcd" claim as defined in this document. This would result in a set of claims that correspond to the original intended extension with the addition of the "rcd" claim.</t>

<t>The Verification service that receives the PASSporT, if it supports this specification and chooses to, should interpret the "rcd" claim as simply just an additional claim intended to deliver and/or validate delivered Rich Call Data.</t>

</section>
<section anchor="example-for-applying-rcd-as-claims-only"><name>Example for applying "rcd" as claims only</name>

<t>In the case of <xref target="RFC8588"/> which is the PASSporT extension supporting the SHAKEN specification <xref target="ATIS-1000074.v002"/>, a common case for an Authentication service to co-exist in a CSP network along with the authority over the calling name used for the call. Rather than require two identity headers, the CSP Authentication Service can apply both the SHAKEN PASSporT claims and extension and simply add the "rcd" required claims defined in this document.</t>

<t>For example, the PASSporT claims for the "shaken" PASSporT with "rcd" claims would be as follows:</t>

<figure><artwork><![CDATA[
Protected Header
{
   "alg":"ES256",
   "typ":"passport",
   "ppt":"shaken",
   "x5u":"https://cert.example.org/passport.cer"
}
Payload
{
   "attest":"A",
   "dest":{"tn":["12025551001"]},
   "iat":1443208345,
   "orig":{"tn":"12025551000"},
   "origid":"123e4567-e89b-12d3-a456-426655440000",
   "rcd":{"nam":"James Bond"}
}
]]></artwork></figure>

<t>A Verification Service that supports "rcd" and "shaken" PASSporT extensions is able to receive the above PASSporT and interpret both the "shaken" claims as well as the "rcd" defined claim.</t>

<t>If the Verification Service only understands the "shaken" PASSporT extension claims and doesn't support "rcd" PASSporT extension, then the "rcd" claim is used during PASSporT signature validation but is otherwise ignored and disregarded.</t>

</section>
</section>
<section anchor="extend"><name>Further Information Associated with Callers</name>

<t>Beyond naming information and the information that can be contained in a jCard <xref target="RFC7095"/> object, there may be additional human-readable information about the calling party that should be rendered to the end user in order to help the called party decide whether or not to pick up the phone. This is not limited to information about the caller, but includes information about the call itself, which may derive from analytics that determine based on call patterns or similar data if the call is likely to be one the called party wants to receive. Such data could include:</t>

<t><list style="symbols">
  <t>information related to the location of the caller, or</t>
  <t>any organizations or institutions that the caller is associated with, or even categories of institutions (is this a government agency, or a bank, or what have you), or</t>
  <t>hyperlinks to images, such as logos or pictures of faces, or to similar external profile information, or</t>
  <t>information processed by an application before rendering it to a user, like social networking data that shows that an unknown caller is a friend-of-a-friend, or reputation scores derived from crowdsourcing, or confidence scores based on broader analytics about the caller and callee.</t>
</list></t>

<t>All of these data elements would benefit from the secure attestations provided by the STIR and PASSporT frameworks. A new IANA registry has been defined to hold potential values of the "rcd" array; see <xref target="rcdtypes"/>. Specific extensions to the "rcd" PASSporT claim are left for future specification.</t>

<t>There is a few ways RCD can be extended in the future, jCard is an extensible object and the key/values in the RCD claim object can also be extended. General guidance for future extensibility that were followed by the authors is that jCard generally should refer to data that references the caller as an individual or entity, where other claims, such as "crn" refer to data regarding the specific call. There may be other considerations discovered in the future, but this logical grouping of data to the extent possible should be followed for future extensibility.</t>

</section>
<section anchor="acknowledgements"><name>Acknowledgements</name>

<t>We would like to thank David Hancock, Robert Sparks, Russ Housley, Eric Burger, Alec Fenichel, Ben Campbell, Jack Rickard, Jordan Simpson for helpful suggestions, review, and comments.</t>

</section>
<section anchor="IANA"><name>IANA Considerations</name>

<section anchor="json-web-token-claim"><name>JSON Web Token Claim</name>

<t>This document requests that the IANA add three new claims to the JSON Web Token Claims registry as defined in <xref target="RFC7519"/>.</t>

<t>Claim Name: "rcd"</t>

<t>Claim Description: Rich Call Data Information</t>

<t>Change Controller: IESG</t>

<t>Specification Document(s): [RFCThis]</t>

<t>Claim Name: "rcdi"</t>

<t>Claim Description: Rich Call Data Integrity Information</t>

<t>Change Controller: IESG</t>

<t>Specification Document(s): [RFCThis]</t>

<t>Claim Name: "crn"</t>

<t>Claim Description: Call Reason</t>

<t>Change Controller: IESG</t>

<t>Specification Document(s): [RFCThis]</t>

</section>
<section anchor="personal-assertion-token-passport-extensions"><name>Personal Assertion Token (PASSporT) Extensions</name>

<t>This document requests that the IANA add a new entry to the Personal Assertion Token (PASSporT) Extensions registry for the type "rcd" which is specified in [RFCThis].</t>

</section>
<section anchor="rcdtypes"><name>PASSporT RCD Claim Types</name>

<t>This document requests that the IANA create a new registry for PASSporT RCD claim types. This new registry should be added to the "Personal Assertion Token (PASSporT)" group. Registration of new PASSporT RCD claim types shall be under the Specification Required policy.</t>

<t>This registry is to be initially populated with five claim name values, "nam", "apn", "icn", "jcd", and "jcl", which are specified in [RFCThis]. Any new registrations should consist only of a name and a reference document. There is an obligation for expert review, where the designated expert should validate that the proposed new PASSporT RCD claim type has a scope that doesn't potentially conflict or overlap with the usage or interpretation of the other existing types in the registry.</t>

</section>
</section>
<section anchor="Security"><name>Security Considerations</name>

<t>The process of signing information contained in a "rcd" PASSporT, whether the identities, identifiers, alternate identities or identifiers, images, logos, physical addresses, or otherwise should follow some vetting process in which an authoritative entity should follow an appropriate consistent policy defined and governed by the eco-system using RCD and the STIR framework. This can be of many forms, depending on the setup and constraints of the policy requirements of the eco-system and is therefore out-of-scope of this document. However, the general chain of trust that signers of "rcd" PASSporT are either directly authoritative or have been delegated authority through certificates using JWT Claim Constraints and integrity mechanisms defined in this and related documents is critical to maintain the integrity of the eco-system utilizing this and other STIR related specifications.</t>

<t>Revealing information such as the name, location, and affiliation of a person necessarily entails certain privacy risks. Baseline PASSporT has no particular confidentiality requirement, as the information it signs in many current base communications protocols, for example SIP, is information that carried in the clear anyway. Transport-level security can hide those SIP fields from eavesdroppers, and the same confidentiality mechanisms would protect any PASSporT(s) carried in SIP.</t>

<t>The use of JWTClaimConstraints, a mechanism defined in <xref target="RFC8226"/> and extended in <xref target="RFC9118"/> to constrain any of the RCD information in the public certificate by including that information in the certificate, depending on the availability in the deployment of the PKI system, may present a privacy issue. The use of "rcdi" claim and digests for representing JWT claim contents is RECOMMENDED for the prevention of the exposure of that information through the certificates which are often publically accessible and available.</t>

<t>Since computation of "rcdi" digests for URIs requires the loading of referenced content, it would be best practice to validate that content at the creation of the "rcdi" or corresponding JWT claim constraint value by checking for content that may cause issues for verification services or that doesn't follow the behavior defined in this document, e.g., unreasonably sized data, the inclusion of recursive URI references, etc. Along the same lines, the verification service should also use precautionary best practices to avoid attacks when accessing URI linked content.</t>

<section anchor="the-use-of-jwt-claim-constraints-in-delegate-certificates-to-exclude-unauthorized-claims"><name>The use of JWT Claim Constraints in delegate certificates to exclude unauthorized claims</name>

<t>While this can apply to any PASSporT that is signed with a STIR Delegate Certificates <xref target="RFC9060"/>, it is important to note that when constraining PASSporTs to include specific claims or contents of claims, it is also important to consider potential attacks by non-authorized signers that may include other potential PASSporT claims that weren't originally vetted by the authorized entity providing the delegate certificate. The use of JWT claims constraints as defined in <xref target="RFC9118"/> for preventing the ability to include claims beyond the claims defined in this document may need to be considered.</t>

</section>
</section>


  </middle>

  <back>


    <references title='Normative References'>




<reference anchor='I-D.ietf-sipcore-callinfo-rcd'>
   <front>
      <title>SIP Call-Info Parameters for Rich Call Data</title>
      <author fullname='Chris Wendt' initials='C.' surname='Wendt'>
         <organization>Somos Inc.</organization>
      </author>
      <author fullname='Jon Peterson' initials='J.' surname='Peterson'>
         <organization>Neustar Inc.</organization>
      </author>
      <date day='7' month='March' year='2022'/>
      <abstract>
	 <t>   This document describes a SIP Call-Info header field usage defined to
   include rich data associated with the identity of the calling party
   that can be rendered to a called party for providing more useful
   information about the caller or the specific reason for the call.
   This includes extended comprehensive information about the caller
   such as what a jCard object can represent for describing the calling
   party or other call specific information such as describing the
   reason or intent of the call.  The elements defined for this purpose
   are intended to be extensible to accommodate related information
   about calls that helps people decide whether to pick up the phone and
   additionally, with the use of jCard and other elements, to be
   compatible with the STIR/PASSporT Rich Call Data framework.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-sipcore-callinfo-rcd-04'/>
   <format target='https://www.ietf.org/archive/id/draft-ietf-sipcore-callinfo-rcd-04.txt' type='TXT'/>
</reference>



<reference anchor='RFC2397' target='https://www.rfc-editor.org/info/rfc2397'>
<front>
<title>The &quot;data&quot; URL scheme</title>
<author fullname='L. Masinter' initials='L.' surname='Masinter'><organization/></author>
<date month='August' year='1998'/>
<abstract><t>A new URL scheme, &quot;data&quot;, is defined. It allows inclusion of small data items as &quot;immediate&quot; data, as if it had been included externally. [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='2397'/>
<seriesInfo name='DOI' value='10.17487/RFC2397'/>
</reference>



<reference anchor='RFC3261' target='https://www.rfc-editor.org/info/rfc3261'>
<front>
<title>SIP: Session Initiation Protocol</title>
<author fullname='J. Rosenberg' initials='J.' surname='Rosenberg'><organization/></author>
<author fullname='H. Schulzrinne' initials='H.' surname='Schulzrinne'><organization/></author>
<author fullname='G. Camarillo' initials='G.' surname='Camarillo'><organization/></author>
<author fullname='A. Johnston' initials='A.' surname='Johnston'><organization/></author>
<author fullname='J. Peterson' initials='J.' surname='Peterson'><organization/></author>
<author fullname='R. Sparks' initials='R.' surname='Sparks'><organization/></author>
<author fullname='M. Handley' initials='M.' surname='Handley'><organization/></author>
<author fullname='E. Schooler' initials='E.' surname='Schooler'><organization/></author>
<date month='June' year='2002'/>
<abstract><t>This document describes Session Initiation Protocol (SIP), an application-layer control (signaling) protocol for creating, modifying, and terminating sessions with one or more participants.  These sessions include Internet telephone calls, multimedia distribution, and multimedia conferences.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='3261'/>
<seriesInfo name='DOI' value='10.17487/RFC3261'/>
</reference>



<reference anchor='RFC4648' target='https://www.rfc-editor.org/info/rfc4648'>
<front>
<title>The Base16, Base32, and Base64 Data Encodings</title>
<author fullname='S. Josefsson' initials='S.' surname='Josefsson'><organization/></author>
<date month='October' year='2006'/>
<abstract><t>This document describes the commonly used base 64, base 32, and base 16 encoding schemes.  It also discusses the use of line-feeds in encoded data, use of padding in encoded data, use of non-alphabet characters in encoded data, use of different encoding alphabets, and canonical encodings.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='4648'/>
<seriesInfo name='DOI' value='10.17487/RFC4648'/>
</reference>



<reference anchor='RFC6901' target='https://www.rfc-editor.org/info/rfc6901'>
<front>
<title>JavaScript Object Notation (JSON) Pointer</title>
<author fullname='P. Bryan' initials='P.' role='editor' surname='Bryan'><organization/></author>
<author fullname='K. Zyp' initials='K.' surname='Zyp'><organization/></author>
<author fullname='M. Nottingham' initials='M.' role='editor' surname='Nottingham'><organization/></author>
<date month='April' year='2013'/>
<abstract><t>JSON Pointer defines a string syntax for identifying a specific value within a JavaScript Object Notation (JSON) document.</t></abstract>
</front>
<seriesInfo name='RFC' value='6901'/>
<seriesInfo name='DOI' value='10.17487/RFC6901'/>
</reference>



<reference anchor='RFC7095' target='https://www.rfc-editor.org/info/rfc7095'>
<front>
<title>jCard: The JSON Format for vCard</title>
<author fullname='P. Kewisch' initials='P.' surname='Kewisch'><organization/></author>
<date month='January' year='2014'/>
<abstract><t>This specification defines &quot;jCard&quot;, a JSON format for vCard data. The vCard data format is a text format for representing and exchanging information about individuals and other entities, for example, telephone numbers, email addresses, structured names, and delivery addresses.  JSON is a lightweight, text-based, language- independent data interchange format commonly used in Internet applications.</t></abstract>
</front>
<seriesInfo name='RFC' value='7095'/>
<seriesInfo name='DOI' value='10.17487/RFC7095'/>
</reference>



<reference anchor='RFC7159' target='https://www.rfc-editor.org/info/rfc7159'>
<front>
<title>The JavaScript Object Notation (JSON) Data Interchange Format</title>
<author fullname='T. Bray' initials='T.' role='editor' surname='Bray'><organization/></author>
<date month='March' year='2014'/>
<abstract><t>JavaScript Object Notation (JSON) is a lightweight, text-based, language-independent data interchange format.  It was derived from the ECMAScript Programming Language Standard.  JSON defines a small set of formatting rules for the portable representation of structured data.</t><t>This document removes inconsistencies with other specifications of JSON, repairs specification errors, and offers experience-based interoperability guidance.</t></abstract>
</front>
<seriesInfo name='RFC' value='7159'/>
<seriesInfo name='DOI' value='10.17487/RFC7159'/>
</reference>



<reference anchor='RFC7519' target='https://www.rfc-editor.org/info/rfc7519'>
<front>
<title>JSON Web Token (JWT)</title>
<author fullname='M. Jones' initials='M.' surname='Jones'><organization/></author>
<author fullname='J. Bradley' initials='J.' surname='Bradley'><organization/></author>
<author fullname='N. Sakimura' initials='N.' surname='Sakimura'><organization/></author>
<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='RFC8224' target='https://www.rfc-editor.org/info/rfc8224'>
<front>
<title>Authenticated Identity Management in the Session Initiation Protocol (SIP)</title>
<author fullname='J. Peterson' initials='J.' surname='Peterson'><organization/></author>
<author fullname='C. Jennings' initials='C.' surname='Jennings'><organization/></author>
<author fullname='E. Rescorla' initials='E.' surname='Rescorla'><organization/></author>
<author fullname='C. Wendt' initials='C.' surname='Wendt'><organization/></author>
<date month='February' year='2018'/>
<abstract><t>The baseline security mechanisms in the Session Initiation Protocol (SIP) are inadequate for cryptographically assuring the identity of the end users that originate SIP requests, especially in an interdomain context.  This document defines a mechanism for securely identifying originators of SIP requests.  It does so by defining a SIP header field for conveying a signature used for validating the identity and for conveying a reference to the credentials of the signer.</t><t>This document obsoletes RFC 4474.</t></abstract>
</front>
<seriesInfo name='RFC' value='8224'/>
<seriesInfo name='DOI' value='10.17487/RFC8224'/>
</reference>



<reference anchor='RFC8225' target='https://www.rfc-editor.org/info/rfc8225'>
<front>
<title>PASSporT: Personal Assertion Token</title>
<author fullname='C. Wendt' initials='C.' surname='Wendt'><organization/></author>
<author fullname='J. Peterson' initials='J.' surname='Peterson'><organization/></author>
<date month='February' year='2018'/>
<abstract><t>This document defines a method for creating and validating a token that cryptographically verifies an originating identity or, more generally, a URI or telephone number representing the originator of personal communications.  The Personal Assertion Token, PASSporT, is cryptographically signed to protect the integrity of the identity of the originator and to verify the assertion of the identity information at the destination.  The cryptographic signature is defined with the intention that it can confidently verify the originating persona even when the signature is sent to the destination party over an insecure channel.  PASSporT is particularly useful for many personal-communications applications over IP networks and other multi-hop interconnection scenarios where the originating and destination parties may not have a direct trusted relationship.</t></abstract>
</front>
<seriesInfo name='RFC' value='8225'/>
<seriesInfo name='DOI' value='10.17487/RFC8225'/>
</reference>



<reference anchor='RFC8226' target='https://www.rfc-editor.org/info/rfc8226'>
<front>
<title>Secure Telephone Identity Credentials: Certificates</title>
<author fullname='J. Peterson' initials='J.' surname='Peterson'><organization/></author>
<author fullname='S. Turner' initials='S.' surname='Turner'><organization/></author>
<date month='February' year='2018'/>
<abstract><t>In order to prevent the impersonation of telephone numbers on the Internet, some kind of credential system needs to exist that cryptographically asserts authority over telephone numbers.  This document describes the use of certificates in establishing authority over telephone numbers, as a component of a broader architecture for managing telephone numbers as identities in protocols like SIP.</t></abstract>
</front>
<seriesInfo name='RFC' value='8226'/>
<seriesInfo name='DOI' value='10.17487/RFC8226'/>
</reference>



<reference anchor='RFC8588' target='https://www.rfc-editor.org/info/rfc8588'>
<front>
<title>Personal Assertion Token (PaSSporT) Extension for Signature-based Handling of Asserted information using toKENs (SHAKEN)</title>
<author fullname='C. Wendt' initials='C.' surname='Wendt'><organization/></author>
<author fullname='M. Barnes' initials='M.' surname='Barnes'><organization/></author>
<date month='May' year='2019'/>
<abstract><t>This document extends the Personal Assertion Token (PASSporT), which is a token object that conveys cryptographically signed information about the participants involved in communications.  The extension is defined based on the &quot;Signature-based Handling of Asserted                                     information using toKENs (SHAKEN)&quot; specification by the ATIS/SIP Forum IP-NNI Task Group.  It provides both (1) a specific set of levels of confidence in the correctness of the originating identity of a call originated in a SIP-based telephone network as well as (2) an identifier that allows the Service Provider (SP) to uniquely identify the origin of the call within its network.</t></abstract>
</front>
<seriesInfo name='RFC' value='8588'/>
<seriesInfo name='DOI' value='10.17487/RFC8588'/>
</reference>



<reference anchor='RFC9060' target='https://www.rfc-editor.org/info/rfc9060'>
<front>
<title>Secure Telephone Identity Revisited (STIR) Certificate Delegation</title>
<author fullname='J. Peterson' initials='J.' surname='Peterson'><organization/></author>
<date month='September' year='2021'/>
<abstract><t>The Secure Telephone Identity Revisited (STIR) certificate profile provides a way to attest authority over telephone numbers and related identifiers for the purpose of preventing telephone number spoofing. This specification details how that authority can be delegated from a parent certificate to a subordinate certificate. This supports a number of use cases, including those where service providers grant credentials to enterprises or other customers capable of signing calls with STIR.</t></abstract>
</front>
<seriesInfo name='RFC' value='9060'/>
<seriesInfo name='DOI' value='10.17487/RFC9060'/>
</reference>



<reference anchor='RFC9118' target='https://www.rfc-editor.org/info/rfc9118'>
<front>
<title>Enhanced JSON Web Token (JWT) Claim Constraints for Secure Telephone Identity Revisited (STIR) Certificates</title>
<author fullname='R. Housley' initials='R.' surname='Housley'><organization/></author>
<date month='August' year='2021'/>
<abstract><t>RFC 8226 specifies the use of certificates for Secure Telephone Identity Credentials; these certificates are often called &quot;Secure Telephone Identity Revisited (STIR) Certificates&quot;. RFC 8226 provides a certificate extension to constrain the JSON Web Token (JWT) claims that can be included in the Personal Assertion Token (PASSporT), as defined in RFC 8225.  If the PASSporT signer includes a JWT claim outside the constraint boundaries, then the PASSporT recipient will reject the entire PASSporT. This document updates RFC 8226; it provides all of the capabilities available in the original certificate extension as well as an additional way to constrain the allowable JWT claims.  The enhanced extension can also provide a list of claims that are not allowed to be included in the PASSporT.</t></abstract>
</front>
<seriesInfo name='RFC' value='9118'/>
<seriesInfo name='DOI' value='10.17487/RFC9118'/>
</reference>



<reference anchor='RFC2119' target='https://www.rfc-editor.org/info/rfc2119'>
<front>
<title>Key words for use in RFCs to Indicate Requirement Levels</title>
<author fullname='S. Bradner' initials='S.' surname='Bradner'><organization/></author>
<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' target='https://www.rfc-editor.org/info/rfc8174'>
<front>
<title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
<author fullname='B. Leiba' initials='B.' surname='Leiba'><organization/></author>
<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>




    </references>

    <references title='Informative References'>





<reference anchor='RFC3325' target='https://www.rfc-editor.org/info/rfc3325'>
<front>
<title>Private Extensions to the Session Initiation Protocol (SIP) for Asserted Identity within Trusted Networks</title>
<author fullname='C. Jennings' initials='C.' surname='Jennings'><organization/></author>
<author fullname='J. Peterson' initials='J.' surname='Peterson'><organization/></author>
<author fullname='M. Watson' initials='M.' surname='Watson'><organization/></author>
<date month='November' year='2002'/>
</front>
<seriesInfo name='RFC' value='3325'/>
<seriesInfo name='DOI' value='10.17487/RFC3325'/>
</reference>



<reference anchor='RFC7340' target='https://www.rfc-editor.org/info/rfc7340'>
<front>
<title>Secure Telephone Identity Problem Statement and Requirements</title>
<author fullname='J. Peterson' initials='J.' surname='Peterson'><organization/></author>
<author fullname='H. Schulzrinne' initials='H.' surname='Schulzrinne'><organization/></author>
<author fullname='H. Tschofenig' initials='H.' surname='Tschofenig'><organization/></author>
<date month='September' year='2014'/>
<abstract><t>Over the past decade, Voice over IP (VoIP) systems based on SIP have replaced many traditional telephony deployments.  Interworking VoIP systems with the traditional telephone network has reduced the overall level of calling party number and Caller ID assurances by granting attackers new and inexpensive tools to impersonate or obscure calling party numbers when orchestrating bulk commercial calling schemes, hacking voicemail boxes, or even circumventing multi-factor authentication systems trusted by banks.  Despite previous attempts to provide a secure assurance of the origin of SIP communications, we still lack effective standards for identifying the calling party in a VoIP session.  This document examines the reasons why providing identity for telephone numbers on the Internet has proven so difficult and shows how changes in the last decade may provide us with new strategies for attaching a secure identity to SIP sessions.  It also gives high-level requirements for a solution in this space.</t></abstract>
</front>
<seriesInfo name='RFC' value='7340'/>
<seriesInfo name='DOI' value='10.17487/RFC7340'/>
</reference>



<reference anchor='RFC8816' target='https://www.rfc-editor.org/info/rfc8816'>
<front>
<title>Secure Telephone Identity Revisited (STIR) Out-of-Band Architecture and Use Cases</title>
<author fullname='E. Rescorla' initials='E.' surname='Rescorla'><organization/></author>
<author fullname='J. Peterson' initials='J.' surname='Peterson'><organization/></author>
<date month='February' year='2021'/>
<abstract><t>The Personal Assertion Token (PASSporT) format defines a token that can be carried by signaling protocols, including SIP, to cryptographically attest the identity of callers. However, not all telephone calls use Internet signaling protocols, and some calls use them for only part of their signaling path, while some cannot reliably deliver SIP header fields end-to-end. This document describes use cases that require the delivery of PASSporT objects outside of the signaling path, and defines architectures and semantics to provide this functionality.</t></abstract>
</front>
<seriesInfo name='RFC' value='8816'/>
<seriesInfo name='DOI' value='10.17487/RFC8816'/>
</reference>


<reference anchor="ATIS-1000074.v002" >
  <front>
    <title>Signature-based Handling of Asserted information using toKENs (SHAKEN) &lt;https://access.atis.org/apps/group_public/download.php/62391/ATIS-1000074.v002.pdf&gt;</title>
    <author >
      <organization>ATIS/SIP Forum NNI Task Group</organization>
    </author>
    <date year="2021" month="November"/>
  </front>
</reference>


    </references>



  </back>

<!-- ##markdown-source:
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
gJIknGZdCwMg/mBIBqjyuCI+MPBStyqWRqQPwuW01Enhw9dIO4FEVu6sygNp
PfaQ+nIiKHWAUZaoxFV1RVsu5y4Eh4+RHC3oIroLMkDudZPgjQO9bl3Sp31S
OukeImX1oztghd41igCLCDiXBT7oOCN9VCCDrivlT92HjBPkmZBWC2o3KDgs
k4wiCyTvOZLuFtGHSp1BdCH7s7ePOtqkTMdJ5beeh0ty0hvddYHjKKdDvnOq
hqUsD0VPKXldRgnyUlS0RUcEfGlZ9eiDVdj3Bwv7A++dZAndPya02UZ1iWAa
vHtVsS4nToqELoFQAD+FOwak3qQtvwfCZ1ewqUl5zRfHa7j6hpMnSBTVBLao
TMEEB05d0rPw7xIkBpxCXuTDlrJaqoJTq+6L3Bd/xiFF9yiTGd7LmNgZyDF4
vWrm+BQdPR2QUWDw6GMwTUAe45ZO8PLOUEwmwywB7kEEVgLljlA5viRmU2TF
fBN9/KbW3zbzzSc04pJInBlV1H/59uKyP+D/jV69pp/PT//69uz89An+DObq
ixfuB33i4tnrty+e+J/8N09ev3x5+uoJfxn+GjX+9PL4pz6bV/3Xby7PXr86
ftFnzmfPKy4T0WTwbEo4rZq0Y3eQpGQ/PnkT7R2Aevp/0N2wR5o8//Jw7wEo
tXhsOb+syIHS+FfYZyCs1Qqojxh8hrrdCg5Rrn0FJJJHeEy0l69BJl6nyY3S
huilHYTY1jabFjOppkCEjS8yHxGuUXXrrdawIeLQsULmDcp5uiSuKBwe9clO
q4X4mNFHm2rml+h3JF9AjMdpttU6auq5TQ4xTlg1gfuY4yELQ1+ty1Xhtxq/
RDYKXhy6hPmmyc9uUlpRSCNNuirWsl6Sbsje4M2rQrZPxYne2tBZ0GG9DpwS
x4adG3nDc1ItAA+KFoFOEuQ8oCepdIOzmrACiex9EWcz0YVZq4Up+YUqI/Is
UgarlC+FPAnNJJpUKLvCV3nZNWL2QMyqwdq7rNHwbG/Z95QF3w2oJMDuInHI
wu6z3TlLS2BsNDGif6Irq+GrToIC0/p6krI1z4YmAG9zpi66IT99Ag6wWbFd
j/4BuDxr1BVp8itre6s4N4paooQq6hCRsOq1pPDD+0g1fGbFunk7jvZmqH7C
oTqT5ZF7eL8Hosemkw4Ja86Ktg7M8IJMUnZx8/7JduExek8NsgvioXhausZ3
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
MlVOXI1evUI3qujnwAqvcoTbmJ0G6kthcExhj4f8M62nnU3H1CqwN595R4V6
QoC9fMFR7rgsxIWuNN68RazR4o8YCjvGEhhETBWHnn123k0bo+ncCQ2EWzNr
mVCl+B7Hi2eIUME9A+vvmNNEj18dw9LnoPWVnApDCToqc5DJFJmptKCGV6D8
UwuRb2FOCceuyBNIflKNixmBqU2sOmprkWlGuUGoR3XF79jC0MJMM1gAJRWR
F5J5t20dQY5OGmXgq2JKJ/WcYeuacyoS4SrZ7ISmpY8ca/cVcjZwMQl92Sj6
TuJ7QbkhWYG+jss/cxkwXINNjPZatSSRwkM8Ze8wEOngmq97orelfw2JVYol
BLLAxnmF73XAjiW2VFkH8Bef/dPha1ggu9Q116CSdPtLKwZlTInkaNTV1HgI
z4VDlymxG0S+RPOyWK+ksyOv0LeZz2ufcNCOg27dc9IijifICkAczPlm9Xo/
arIDMRV6DfBLsO9gu6JncIrFBLjneTEGLRlIOYZrA7+uqyp6VqyrDCEop9jK
/vG6nCNvOs6SSfQ0yUHaJdkgegz36ARU6zF1bnoeg/AFI/KKSmo+BxkOZ3MB
9kgltf61dEm1ns+521E1oCJayc1A62RxiypcDd3bk3CTP36Df/3EbdLCxnYn
WrrKgpvEEW4EEo3K1lGZJMQgvKcWH+gatvL8o6Op6oPDvUdU2Ymbsb4CBnTE
l1//9ITi0xQGOWp2/jIqHzwOxzNH5HdelwVS+FF0dnrxXa93EdjCT2R9d6q7
R9HPMAVc9S/tCaRfOAN1Q/3L5oLXrXMqpvvgH34jernUV8zhLnyaj/GOsuG7
0anxv38xtXDFjYR6hguh/LZ3eQpSA5riNywjnH9EuA4Tl1uaePBsQIq38pLi
UdSiiQXSF66I+4rKooKJbYMTiR4dPG+K/E2nXnfsf8HG9JkHYr4GDeaUTXzB
VkiTq922dimBIWWcq59DglOyHW7GrhG31K/BGpISVRQja0btEOmdHmAGXCrs
n6Dxznfk8JQKhlhtWjIxvExvniSFsMwuCl+TrZSygWzjUjjQVXeNTXFD6wp1
zWRAeGfpXIo1kRMHYzCOvfowC5g0ZK+S75Oekbc7l6AjFiloOL3tWKT9FsfM
XK4VWtk2mQE1STgSyhVGKZnFK9sZmQqUlt5/EBgf6mzm0gdCCw7jyEdLEuNC
PegtqaGffGL3rTbhw+ippE6G5bQC4zjU4wY+S3vhksaoU6wrAED5lxKssY/Q
Eu1Dao+QHTIAi3VTkYIgpSHFDPEuhEacGT3xiMUTYD4tyWXjxHkDiydOyHAM
Nk0cmtDUrZTQvAo7pEG2wbw2Z9K5ODaAlKF6JqnmThvXBq2CCJhhfYMNl/8Y
CKyCFCLpPJ/UYMSzRuAjJ0IOMjETEHIfmQn52J40C5GaXlsKbmFRBoTzss9T
oWyTBQLp8WHJ1pPKOZKO31Dw8dpL5lwzNU7hkKVp5teZ0SYwkEaoyXVibXV7
V69bo8F528XLFaKZ0/lsETwS+CYRHRUrSDl3gF1HjRaz9rhr0Do/sK4sg/Mt
pVPX94S4RLii57DFcda8bqqUU/iM0ufU/SA1EmdgcaeOJcQSEQ76liPgIM0q
2jhcANDzNUJMy7RCS/AxmK3UsMYdFnKtvLDJ3GrsIsei0rKewAY6vQCQyrRA
V46oGVgM5VFRx6tGsNpU3rXZ4BdnbwZRA43gUqhS2/UKe73CS8AWhKtUxjn5
sIeUsuUjh3i9FoxiwPIiiCWRSDRZ1QnQXjWFy75iFiU3lfPPGqs3pKR1tMhP
H3SbBQ3MzpQh1ZcLh7YFmiWSNRSLERtfM2RLp0QX1uhokBj05zWtBJsAXk30
4iQ/m6Y11rijS1Dp+J75QgeDiq+B2rTbkWagJ6us2AR1br4/kwJaAzIdNe0r
duRJ9SwYPrv2WV9Bpxpt7MflVUwqODIEj7PX62zhyKppYrIbfsmLVBD8BXXZ
7IBgOybUinl77Ybj8ry3nKxI+D6yWunK8v5k6Pm5SPNJIh0r3SUO2sDz4qjT
YdDFR1szwvNt5AAF9l2AKUBeI42EyoxrwCgOKgJwhAHetM8eL4vYCLZYe3wy
FBCICGzgCbnmZuwq8w3sKJOEsBB0wLy+7pqsRRkqTSKXawsM2xau02La65zz
yrl6HOVhc3IHsyxTW6JETkFFqMN2SjBSPQHllGKgjicgx5RoZSdUU1QJchXh
YoHOYNUUICg34ZFwHu11kU6lsogUDxC6gbfihKSdi3ZKIrMnZCcdIjA1ac0B
uRIgjPEF69zkqEtLV6mnVqtewhFXym9ultVtlRcgMfdE33pi38q8avf+LjVM
bWBPaqqlJURJG+AIy0aU2Fkt2AjviZJoe+kvvMM76KvoLIL3qZvKODj1BICG
8yIfmq1R5cZRsU5Cyoq7IZpRYefyQxpWkAX1AK7bXefxTaKNskNXnW5d5zhq
UoDvGOm1oLZTRqQFo22Y/SlKTL2UfotlyDGH01jg3t4EHPdG24sGFTuAaIfD
IegAk6vefwNe7fubDvwAAA==

-->

</rfc>

