<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.39 (Ruby 3.4.9) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-skyfire-oauth-id-verification-01" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.34.0 -->
  <front>
    <title>Identity Verification Methods Values</title>
    <seriesInfo name="Internet-Draft" value="draft-skyfire-oauth-id-verification-01"/>
    <author initials="A." surname="Agarwal" fullname="Ankit Agarwal">
      <organization>Skyfire Systems Inc.</organization>
      <address>
        <email>ankit_agarwal@yahoo.com</email>
        <uri>https://skyfire.xyz</uri>
      </address>
    </author>
    <author initials="M." surname="Jones" fullname="Michael B. Jones">
      <organization>Self-Issued Consulting</organization>
      <address>
        <email>michael_b_jones@hotmail.com</email>
        <uri>https://self-issued.info/</uri>
      </address>
    </author>
    <author initials="N." surname="Ali" fullname="Nash Ali">
      <organization>Experian</organization>
      <address>
        <email>nash.ali@experian.com</email>
      </address>
    </author>
    <author initials="S." surname="Thumma" fullname="Srinivasa Thumma">
      <organization>Akamai</organization>
      <address>
        <email>sthumma@akamai.com</email>
      </address>
    </author>
    <date year="2026" month="July" day="19"/>
    <area>Security</area>
    <workgroup>Web Authorization Protocol</workgroup>
    <keyword>agent</keyword>
    <keyword>identity</keyword>
    <keyword>agentic</keyword>
    <keyword>payment</keyword>
    <keyword>commerce</keyword>
    <abstract>
      <?line 80?>

<t>Knowing how a person's identity was verified can be important when making trust decisions.
This specification defines a claim and values for declaring how the person's identity was verified.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://skyfire-xyz.github.io/draft-skyfire-oauth-id-verification/draft-skyfire-oauth-id-verification.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-skyfire-oauth-id-verification/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/skyfire-xyz/draft-skyfire-oauth-id-verification"/>.</t>
    </note>
  </front>
  <middle>
    <?line 86?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>Knowing how a person's identity was verified can be important when making trust decisions.
This specification defines the Identity Verification Methods (ivm) claim and values for it
for declaring how the person's identity was verified.
It also creates a registry for Identity Verification Methods Values
and initializes the registry with the values defined in this specification.</t>
      <t>While this claim and values are general purpose
and can be used in any JSON Web Token (JWT) <xref target="RFC7519"/>,
one use case for them is use in KYAPay tokens <xref target="I-D.skyfire-oauth-kyapay-token"/>.</t>
    </section>
    <section anchor="conventions-and-definitions">
      <name>Conventions and Definitions</name>
      <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
      <?line -18?>

</section>
    <section anchor="ivm">
      <name>Identity Verification Methods</name>
      <t>This section defines the "ivm" (Identity Verification Methods) claim and
values used with it to indicate that particular identity verification methods
were used.
In many ways, this parallels the "amr" (Authentication Methods References) claim
defined in <xref target="OpenID.Core"/>.
Like "amr", "ivm" is a JWT claim whose value is
an array that lists a set of methods that were used,
in this case, as identity verification methods,
rather than authentication method references.</t>
      <section anchor="ivmClaim">
        <name>"ivm" (Identity Verification Methods) Claim</name>
        <t>The "ivm" (Identity Verification Methods) claim is a
JSON array of case-sensitive strings that are identifiers for
identity verification methods used.
For instance, values might indicate that both
physical document verification and database PII verification methods were used.
Values used in the "ivm" claim <bcp14>SHOULD</bcp14> be from those registered in the
IANA "Identity Verification Methods" registry
established by <xref target="ivmRegistry"/>;
parties using this claim will need to agree upon the meanings of
any unregistered values used, which may be context specific.</t>
      </section>
      <section anchor="ivmValues">
        <name>Identity Verification Method Values</name>
        <t>The following Identity Verification Method values
are defined by this specification.</t>
        <section anchor="dbvMethod">
          <name>"dbv" (Database Verification of PII) Method</name>
          <dl>
            <dt>dbv:</dt>
            <dd>
              <t>Database Verification of PII (match of name/address/dob/ssn/nid, etc.)
using an unspecified number of consumer reporting data sources</t>
            </dd>
          </dl>
        </section>
        <section anchor="dbv1Method">
          <name>"dbv1" (Database Verification of PII One Source) Method</name>
          <dl>
            <dt>dbv1:</dt>
            <dd>
              <t>Database Verification of PII (match of name/address/dob/ssn/nid, etc.)
using one consumer reporting data source</t>
            </dd>
          </dl>
        </section>
        <section anchor="dbvmMethod">
          <name>"dbvm" (Database Verification of PII Multiple Sources) Method</name>
          <dl>
            <dt>dbvm:</dt>
            <dd>
              <t>Database Verification of PII (match of name/address/dob/ssn/nid, etc.)
using Multiple consumer reporting data sources</t>
            </dd>
          </dl>
        </section>
        <section anchor="digMethod">
          <name>"dig" (Digital ID Document Verification) Method</name>
          <dl>
            <dt>dig:</dt>
            <dd>
              <t>Digital ID Document Verification (for example Mobile Driver's Licenses)</t>
            </dd>
          </dl>
        </section>
        <section anchor="phyMethod">
          <name>"phy" (Physical ID Document Verification) Method</name>
          <dl>
            <dt>phy:</dt>
            <dd>
              <t>Physical ID Document Verification (for example via a real time capture of the front and back of DL or Passport photo page)</t>
            </dd>
          </dl>
        </section>
        <section anchor="secMethod">
          <name>"sec" (Secondary Document Verification) Method</name>
          <dl>
            <dt>sec:</dt>
            <dd>
              <t>Secondary Document Verification (for example via bank statements, financial statements, utility bills, government-issued papers, etc.)</t>
            </dd>
          </dl>
        </section>
        <section anchor="inpMethod">
          <name>"inp" (In-person Verification) Method</name>
          <dl>
            <dt>inp:</dt>
            <dd>
              <t>In-person Verification</t>
            </dd>
          </dl>
        </section>
        <section anchor="vidMethod">
          <name>"vid" (Video Verification) Method</name>
          <dl>
            <dt>vid:</dt>
            <dd>
              <t>Video Verification (live video interview)</t>
            </dd>
          </dl>
        </section>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>The security considerations defined in
JSON Web Token (JWT) <xref target="RFC7519"/>
apply to this specification.</t>
    </section>
    <section anchor="privacy-considerations">
      <name>Privacy Considerations</name>
      <t>The privacy considerations defined in
JSON Web Token (JWT) <xref target="RFC7519"/>
apply to this specification.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <section anchor="json-web-token-claims-registration">
        <name>JSON Web Token Claims Registration</name>
        <t>This specification registers the following Claim in the
IANA "JSON Web Token Claims" <xref target="IANA.JWT.Claims"/>
established by <xref target="RFC7519"/>.</t>
        <section anchor="ivm-claim">
          <name>"ivm" Claim</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: ivm</t>
            </li>
            <li>
              <t>Claim Description: Identity Verification Methods</t>
            </li>
            <li>
              <t>Change Controller: Michael B. Jones - michael_b_jones@hotmail.com</t>
            </li>
            <li>
              <t>Reference: <xref target="ivmClaim"/> of this specification</t>
            </li>
          </ul>
        </section>
      </section>
      <section anchor="ivmRegistry">
        <name>Identity Verification Methods Registry</name>
        <t>This specification establishes the IANA "Identity Verification Methods" registry
for <tt>ivm</tt> claim array element values.
The registry records the Identity Verification Method value
and a reference to the specification that defines it.
This specification registers the Identity Verification Method values
defined in <xref target="ivmValues"/>.</t>
        <t>Values are registered on an Expert Review
<xref target="RFC5226"/> basis after a three-week review period on the &lt;jwt-reg-review@ietf.org&gt; mailing
list, on the advice of one or more Designated Experts.
To increase potential interoperability, the Designated Experts are requested to encourage
registrants to provide the location of a publicly accessible specification
defining the values being registered,
so that their intended usage can be more easily  understood.</t>
        <t>Registration requests sent to the mailing list for review should use
an appropriate subject
(e.g., "Request to register Identity Verification Method value: example").</t>
        <t>Within the review period, the Designated Experts will either approve or
deny the registration request, communicating this decision to the review list and IANA.
Denials should include an explanation and, if applicable, suggestions as to how to make
the request successful.
Registration requests that are undetermined for
a period longer than 21 days can be brought to the IESG's attention
(using the <eref target="mailto:iesg@ietf.org">iesg@ietf.org</eref> mailing list) for resolution.</t>
        <t>IANA must only accept registry updates from the Designated Experts and should direct
all requests for registration to the review mailing list.</t>
        <t>It is suggested that the same Designated Experts evaluate these
registration requests as those who evaluate registration requests
for the IANA "Authentication Method Reference Values" registry <xref target="IANA.AMR"/>.</t>
        <t>Criteria that should be applied by the Designated Experts include
determining whether the proposed registration duplicates existing functionality;
whether it is likely to be of general applicability
or whether it is useful only for a single application;
whether the value is actually being used;
and whether the registration description is clear.</t>
        <section anchor="registration-template">
          <name>Registration Template</name>
          <dl>
            <dt>Identity Verification Method Name:</dt>
            <dd>
              <t>The name requested (e.g., "dig") for the authentication method
or family of closely related authentication methods.
Because a core goal of this specification is for the resulting
representations to be compact, it is <bcp14>RECOMMENDED</bcp14> that the name be short
-- that is, not to exceed 8 characters without a compelling reason to do so.
To facilitate interoperability, the name must use only
printable ASCII characters excluding double quote ('"') and backslash ('\')
(the Unicode characters with code points U+0021, U+0023 through U+005B, and
U+005D through U+007E).
This name is case sensitive.
Names may not match other registered names in a case-insensitive manner
unless the Designated Experts state that there is a compelling reason
to allow an exception.</t>
            </dd>
            <dt>Identity Verification Method Description:</dt>
            <dd>
              <t>Brief description of the Identity Verification Method
(e.g., "Physical ID Document verification").</t>
            </dd>
            <dt>Change Controller:</dt>
            <dd>
              <t>For Standards Track RFCs, state "IETF". For others, give the name of the
responsible party. Other details (e.g., postal address, email address, home page
URI) may also be included.</t>
            </dd>
            <dt>Specification Document(s):</dt>
            <dd>
              <t>Reference to the document or documents that specify the parameter,
preferably including URIs that
can be used to retrieve copies of the documents.
An indication of the relevant
sections may also be included but is not required.</t>
            </dd>
          </dl>
        </section>
        <section anchor="initial-registry-contents">
          <name>Initial Registry Contents</name>
          <section anchor="dbv-method">
            <name>"dbv" Method</name>
            <ul spacing="normal">
              <li>
                <t>Identity Verification Method Name: dbv</t>
              </li>
              <li>
                <t>Identity Verification Method Description: Database Verification of PII</t>
              </li>
              <li>
                <t>Change Controller: IETF</t>
              </li>
              <li>
                <t>Reference: <xref target="dbvMethod"/> of this specification</t>
              </li>
            </ul>
          </section>
          <section anchor="dbv1-method">
            <name>"dbv1" Method</name>
            <ul spacing="normal">
              <li>
                <t>Identity Verification Method Name: dbv1</t>
              </li>
              <li>
                <t>Identity Verification Method Description: Database Verification of PII One Source</t>
              </li>
              <li>
                <t>Change Controller: IETF</t>
              </li>
              <li>
                <t>Reference: <xref target="dbv1Method"/> of this specification</t>
              </li>
            </ul>
          </section>
          <section anchor="dbvm-method">
            <name>"dbvm" Method</name>
            <ul spacing="normal">
              <li>
                <t>Identity Verification Method Name: dbvm</t>
              </li>
              <li>
                <t>Identity Verification Method Description: Database Verification of PII Multiple Sources</t>
              </li>
              <li>
                <t>Change Controller: IETF</t>
              </li>
              <li>
                <t>Reference: <xref target="dbvmMethod"/> of this specification</t>
              </li>
            </ul>
          </section>
          <section anchor="dig-method">
            <name>"dig" Method</name>
            <ul spacing="normal">
              <li>
                <t>Identity Verification Method Name: dig</t>
              </li>
              <li>
                <t>Identity Verification Method Description: Digital ID Document Verification</t>
              </li>
              <li>
                <t>Change Controller: IETF</t>
              </li>
              <li>
                <t>Reference: <xref target="digMethod"/> of this specification</t>
              </li>
            </ul>
          </section>
          <section anchor="phy-method">
            <name>"phy" Method</name>
            <ul spacing="normal">
              <li>
                <t>Identity Verification Method Name: phy</t>
              </li>
              <li>
                <t>Identity Verification Method Description: Physical ID Document Verification</t>
              </li>
              <li>
                <t>Change Controller: IETF</t>
              </li>
              <li>
                <t>Reference: <xref target="phyMethod"/> of this specification</t>
              </li>
            </ul>
          </section>
          <section anchor="sec-method">
            <name>"sec" Method</name>
            <ul spacing="normal">
              <li>
                <t>Identity Verification Method Name: sec</t>
              </li>
              <li>
                <t>Identity Verification Method Description: Secondary Document Verification</t>
              </li>
              <li>
                <t>Change Controller: IETF</t>
              </li>
              <li>
                <t>Reference: <xref target="secMethod"/> of this specification</t>
              </li>
            </ul>
          </section>
          <section anchor="inp-method">
            <name>"inp" Method</name>
            <ul spacing="normal">
              <li>
                <t>Identity Verification Method Reference Name: inp</t>
              </li>
              <li>
                <t>Identity Verification Method Reference Description: In-person Verification</t>
              </li>
              <li>
                <t>Change Controller: IETF</t>
              </li>
              <li>
                <t>Specification Document(s): <xref target="inpMethod"/> of this specification</t>
              </li>
            </ul>
          </section>
          <section anchor="vid-method">
            <name>"vid" Method</name>
            <ul spacing="normal">
              <li>
                <t>Identity Verification Method Reference Name: vid</t>
              </li>
              <li>
                <t>Identity Verification Method Reference Description: Video Verification</t>
              </li>
              <li>
                <t>Change Controller: IETF</t>
              </li>
              <li>
                <t>Specification Document(s): <xref target="vidMethod"/> of this specification</t>
              </li>
            </ul>
          </section>
        </section>
      </section>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC7519">
          <front>
            <title>JSON Web Token (JWT)</title>
            <author fullname="M. Jones" initials="M." surname="Jones"/>
            <author fullname="J. Bradley" initials="J." surname="Bradley"/>
            <author fullname="N. Sakimura" initials="N." surname="Sakimura"/>
            <date month="May" year="2015"/>
            <abstract>
              <t>JSON Web Token (JWT) is a compact, URL-safe means of representing claims to be transferred between two parties. The claims in a JWT are encoded as a JSON object that is used as the payload of a JSON Web Signature (JWS) structure or as the plaintext of a JSON Web Encryption (JWE) structure, enabling the claims to be digitally signed or integrity protected with a Message Authentication Code (MAC) and/or encrypted.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7519"/>
          <seriesInfo name="DOI" value="10.17487/RFC7519"/>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC5226">
          <front>
            <title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
            <author fullname="T. Narten" initials="T." surname="Narten"/>
            <author fullname="H. Alvestrand" initials="H." surname="Alvestrand"/>
            <date month="May" year="2008"/>
            <abstract>
              <t>Many protocols make use of identifiers consisting of constants and other well-known values. Even after a protocol has been defined and deployment has begun, new values may need to be assigned (e.g., for a new option type in DHCP, or a new encryption or authentication transform for IPsec). To ensure that such quantities have consistent values and interpretations across all implementations, their assignment must be administered by a central authority. For IETF protocols, that role is provided by the Internet Assigned Numbers Authority (IANA).</t>
              <t>In order for IANA to manage a given namespace prudently, it needs guidelines describing the conditions under which new values can be assigned or when modifications to existing values can be made. If IANA is expected to play a role in the management of a namespace, IANA must be given clear and concise instructions describing that role. This document discusses issues that should be considered in formulating a policy for assigning values to a namespace and provides guidelines for authors on the specific text that must be included in documents that place demands on IANA.</t>
              <t>This document obsoletes RFC 2434. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5226"/>
          <seriesInfo name="DOI" value="10.17487/RFC5226"/>
        </reference>
        <reference anchor="I-D.skyfire-oauth-kyapay-token">
          <front>
            <title>KYAPay Token</title>
            <author fullname="Ankit Agarwal" initials="A." surname="Agarwal">
              <organization>Skyfire Systems Inc.</organization>
            </author>
            <author fullname="Michael B. Jones" initials="M. B." surname="Jones">
              <organization>Self-Issued Consulting</organization>
            </author>
            <date day="5" month="July" year="2026"/>
            <abstract>
              <t>   This document defines a token format for agent identity and payment
   tokens in JSON Web Token (JWT) format.  Authorization servers and
   resource servers from different vendors can leverage this token
   format to consume identity and payment tokens in an interoperable
   manner.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-skyfire-oauth-kyapay-token-00"/>
        </reference>
        <reference anchor="OpenID.Core" target="https://openid.net/specs/openid-connect-core-1_0.html">
          <front>
            <title>OpenID Connect Core 1.0 incorporating errata set 2</title>
            <author initials="N." surname="Sakimura" fullname="Nat Sakimura">
              <organization/>
            </author>
            <author initials="J." surname="Bradley" fullname="John Bradley">
              <organization/>
            </author>
            <author initials="M. B." surname="Jones" fullname="Michael B. Jones">
              <organization/>
            </author>
            <author initials="B. de" surname="Medeiros" fullname="Breno de Medeiros">
              <organization/>
            </author>
            <author initials="C." surname="Mortimore" fullname="Chuck Mortimore">
              <organization/>
            </author>
            <date year="2023" month="December" day="15"/>
          </front>
        </reference>
        <reference anchor="IANA.JWT.Claims" target="https://www.iana.org/assignments/jwt">
          <front>
            <title>JSON Web Token Claims</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="IANA.AMR" target="https://www.iana.org/assignments/authentication-method-reference-values">
          <front>
            <title>Authentication Method Reference Values</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date/>
          </front>
        </reference>
      </references>
    </references>
    <?line 363?>

<section numbered="false" anchor="document-history">
      <name>Document History</name>
      <t>[[ to be removed by the RFC Editor before publication as an RFC ]]</t>
      <t>-01</t>
      <ul spacing="normal">
        <li>
          <t>Added "dbv1", "dbvm", "inp", and "vid" methods.</t>
        </li>
        <li>
          <t>Added Nash Ali and Srinivasa Thumma as authors.</t>
        </li>
      </ul>
      <t>-00</t>
      <ul spacing="normal">
        <li>
          <t>Initial draft.</t>
        </li>
      </ul>
    </section>
  </back>
  <!-- ##markdown-source:
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
+fPoYfB/2XJb6nMvAAA=

-->

</rfc>
