<?xml version="1.0" encoding="utf-8"?>
<?xml-model href="rfc7991bis.rnc"?>  <!-- Required for schema validation and schema-aware editing -->
<!-- <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?> -->
<!-- This third-party XSLT can be enabled for direct transformations in XML processors, including most browsers -->

<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>

<rfc
  xmlns:xi="http://www.w3.org/2001/XInclude"
  category="info"
  docName="draft-charabaruk-ietf-urn-jwt-claims-00"
  ipr="trust200902"
  obsoletes=""
  updates=""
  submissionType="IETF"
  xml:lang="en"
  version="3">

  <front>
    <title abbrev="IETF URN Sub-Namespace for JWT Claims">An IETF URN Sub-Namespace for JSON Web Token Claims</title>

    <seriesInfo name="Internet-Draft" value="draft-charabaruk-ietf-urn-jwt-claims-00"/>
   
    <author fullname="Chris Charabaruk" initials="C.S." surname="Charabaruk">
      <organization>Ontario Nurses' Association</organization>
      <address>
        <email>chrisc@ona.org</email>  
      </address>
    </author>
   
    <date year="2025"/>

    <area>General</area>
    <workgroup>Internet Engineering Task Force</workgroup>

    <keyword>JSON Web Token</keyword>
    <keyword>JWT</keyword>
    <keyword>URN</keyword>

    <abstract>
      <t>This document establishes an IETF URN Sub-namespace for use with JSON Web Token claims.</t>
    </abstract>
   </front>

  <middle>
    
    <section>
      <name>Introduction</name>
      <t>Various systems related to authentication and identity use URIs to identify values and value types.  This document creates and registers an IETF URN Sub-namespace, as documented in <xref target="RFC3553"/>, to map claims specified in the JSON Web Token Claims registry to URIs.</t>

      <!-- <section>
        <name>Requirements Language</name>
        <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL",
          "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT
          RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be
          interpreted as described in BCP 14 <xref target="RFC2119"/>
          <xref target="RFC8174"/> when, and only when, they appear in
          all capitals, as shown here.</t>
      </section> -->
      <!-- [CHECK] The 'Requirements Language' section is optional -->
    </section>

    <section anchor="IANA">
      <name>IANA Considerations</name>
      <section anchor="IANA-jwt-urn-registration">
        <name>Sub-Namespace Registration of urn:ietf:params:jwt-claims</name>
        <t>Per <xref target="RFC3553"/>, this document registers a new URN Sub-namespace, urn:ietf:params:jwt-claims.</t>
        <ul>
          <li>Registry name: jwt-claims</li>
          <li>Specification: [this document]</li>
          <li>Repository: The <xref target="IANA.JWT.Claims"/> registry as established by <xref target="RFC7519" sectionFormat="of" section="10.1"/></li>
          <li>Index value: values subordinate to urn:ietf:params:jwt-claims are of the form urn:ietf:params:jwt-claims:&lt;value&gt; with &lt;value&gt; as the index value.  The index value is determined from the "Claim Name" property of registrations in the "JSON Web Token Claims" registry.</li>
        </ul>
      </section>
    </section>

    <section anchor="Security">
      <name>Security Considerations</name>
      <t>There are no additional security considerations beyond those already inherent to URNs or JSON Web Tokens.  Security considerations for URNs in general can be found in <xref target="RFC8141"/>.  Security considerations for JWTs in general can be found in <xref target="RFC7519"/>.</t>
    </section>
  </middle>

  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        
        <!-- <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml"/> -->
        <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.3553.xml"/>
        <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7519.xml"/>
        <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8141.xml"/>
        <!-- <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml"/> -->

        <reference anchor="IANA.JWT.Claims" target="https://www.iana.org/assignments/jwt/jwt.xhtml#claims">
          <front>
            <title>JSON Web Token Claims</title>
            <author/>
          </front>
        </reference>
      </references>

      <references>
        <name>Informative References</name>

        <!-- <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8126.xml"/> -->
      </references>
    </references>
 </back>
</rfc>
