<?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.4 (Ruby 2.6.8) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-emu-eap-arpa-00" category="std" consensus="true" submissionType="IETF" updates="9140" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.13.0 -->
  <front>
    <title abbrev="eap.arpa">The eap.arpa domain and EAP provisioning</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-emu-eap-arpa-00"/>
    <author initials="A." surname="DeKok" fullname="Alan DeKok">
      <organization>FreeRADIUS</organization>
      <address>
        <email>aland@freeradius.org</email>
      </address>
    </author>
    <date year="2024" month="June" day="13"/>
    <area>Internet</area>
    <workgroup>EMU Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 54?>
<ul empty="true">
        <li>
          <t>This document defines the eap.arpa domain as a way for EAP peers to
signal to EAP servers that they wish to obtain limited, and
unauthenticated, network access.  EAP peers signal which kind of access is required via certain pre-defined identifiers which use the Network Access Identifier (NAI) format of RFC7542.  A table of
identifiers and meanings is defined.</t>
        </li>
      </ul>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-emu-eap-arpa/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        EMU Working Group mailing list (<eref target="mailto:emut@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/emut/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/emut/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/freeradius/eap-arpa.git"/>.</t>
    </note>
  </front>
  <middle>
    <?line 61?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>In most uses, EAP <xref target="RFC3748"/> requires that the EAP peer have a known
identity.  However, when the peer does not already have an identity,
this requirement creates a bootstrapping problem.  It may not be
possible for the device to obtain network access without credentials.
However, credentials are usually required in order to obtain network
access.  As a result, the device is unprovisioned, and unable to be
provisioned.</t>
      <t>This specification addresses that problem.  It creates a framework by
which clients can submit predefined credentials to a server in order to
obtain limited network access.  At the same time, servers can know in
advance that these credentials are only to be used for provisioning,
and that unrestricted network access should not be granted.</t>
      <t>The device can either use the EAP channel itself for provisioning, as
with TEAP <xref target="RFC7170"/>, or the EAP server can give the device access to
a limited captive portal such as with <xref target="RFC8952"/>.  Once the device is
provisioned, it can use those provisioned credentials to obtain full
network access.</t>
      <t>The identifiers used here are generically referred to as "EAP
Provisioning Identifiers" (EPI).  The choice of "Provisioning
Identifiers for EAP" (PIE) was considered and rejected.</t>
    </section>
    <section anchor="terminology">
      <name>Terminology</name>
      <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED",
"MAY", and "OPTIONAL" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.
<?line -6?>
      </t>
    </section>
    <section anchor="concepts">
      <name>Concepts</name>
      <t>A device which has no device-specific credentials can use a predefined
identifier in Network Access Identifier (NAI) format <xref target="RFC7542"/>.  The
NAI is composed of two portions, the utf8-username, and the utf8-realm
domain.  For simplicity here, we refer to these as the "username" and
"realm" fields.</t>
      <t>The realm is chosen to be non-routable, so that the EAP packet
exchange is not normally sent across an Authentication, Authorization,
and Accounting (AAA) proxy framework as defined in <xref target="RFC7542"/> Section
3.  Instead, the packets generally remains local to the EAP server.</t>
      <t>This specification does not, however, forbid routing of realms in the
"eap.arpa" domain.  The use of "eap.arpa" means that any such routing
does not happen automatically.  Instead, it routing of that domain
must be explicitly configured locally, and be done with full consent
of all parties which need to authenticate NAIs in that domain.</t>
      <t>If the EAP
server implements this standard, then it can proceed with the full EAP
conversation.  If the EAP server does not implement this standard,
then it MUST reply with an EAP Failure, as per <xref target="RFC3748"/> Section
4.2.
We note that this specification is fully compatible with all existing
EAP implementations, so its is fail-safe.  When presented with a peer
wishing to use this specification, existing implementations will
return EAP Failure, and will not otherwise misbehave.</t>
      <t>We now discuss the NAI format in more detail.  We first discuss the
eap.arpa realm, and second the use and purpose of the username field.</t>
      <section anchor="the-eaparpa-realm">
        <name>The eap.arpa realm</name>
        <t>This document defines the "eap.arpa" domain as being used for
provisioning within EAP.  A similar domain has previously been used
for EAP-NOOB <xref target="RFC9140"/>, as "eap-noob.arpa".  This document extends
that concept, and standardizes the practices surrounding it,</t>
        <t>NOTE: the "arpa" domain is controlled by the IAB.  Allocation of
"eap.arpa" requires agreement from the IAB.</t>
      </section>
      <section anchor="the-realm-field">
        <name>The realm field</name>
        <t>The sub-domain in realm is assigned via the EAP Provisioning
Identifier Registry which is defined in <xref target="registry"/>. The sub-domain
MUST follow the domain name conventions specified in <xref target="RFC1034"/>.</t>
        <t>It is RECOMMENDED that the first sub-domain of "eap.arpa" use the EAP
method name, as defined in the IANA Extensible Authentication Protocol
(EAP) Registry, sub-table "Method Types".  However, that registry does
not follow the domain name conventions specified in <xref target="RFC1034"/>, so it
is not possible to make a "one-to-one" mapping between the Method Type
name and the subdomain.</t>
        <t>Where it is not possible to make a direct mapping between the EAP
Method Type name (e.g. "TEAP"), and a sub-domain
(e.g. "teap.eap.arpa"), the name used in the realm registry SHOULD be
similar enough to allow the average reader to understand which EAP
Method Type is being used.</t>
        <t>Additional sub-domains are permitted, which permit vendors and Service
delivery organizations (SDOs) the ability to self-assign a delegated
range of identifiers which cannot conflict with other identifiers.</t>
        <t>Any realm defined in this registry (e.g. "teap.eap.arpa") also
implicitly defines a subdomain "v." (e.g. "v.teap.eap.arpa").  Vendors
can self-allocate within the "v." subdomain, using domains which they
own.  For example, 3GPP specifications could self-allocate and use the
realm "3gpp.org.v.teap.arpa".</t>
      </section>
      <section anchor="the-username-field">
        <name>The username field</name>
        <t>The username field is dependent on the EAP method being used for
provisioning. For example, <xref target="RFC9140"/> uses the username "noob". Other
EAP methods MAY omit the username as RECOMMENDED in <xref target="RFC7542"/>.  The
username of "anonymous" is NOT RECOMMENDED for specifications using
this format, even though it is permitted by <xref target="RFC7542"/>.</t>
        <t>The username field is assigned via the EAP Provisioning Identifier
Registry which is defined in <xref target="registry"/>.  The username field MUST
be either empty, or hold a fixed string such as "provisioning".</t>
        <t>The username field MUST NOT omitted.  That is, "@eap.arpa" is not a
valid identifier for the purposes of this specification.  <xref target="RFC7542"/>
recommends omitting the username portion for user privacy.  As the
names are defined in public specifications, user privacy is not needed
here, and the username field can be publicly visible.</t>
      </section>
    </section>
    <section anchor="overview">
      <name>Overview</name>
      <t>For EAP-TLS, both <xref target="RFC5216"/> Section 2.1.1 and <xref target="RFC9190"/> provide
for "peer unauthenticated access".  However, those documents define no
way for a peer to signal that it is requesting such access.  The
presumption is that the peer connects with some value for the EAP
Identity, but without using a client certificate.  The EAP server is
then supposed to determine that the peer is requesting unauthenticated
access, and take the appropriate steps to limit authorization.</t>
      <t>There appears to be no EAP peer or server implementations which
support such access, since there is no defined way to perform any of
the steps required.  i.e. to signal that this access is desired, and
then limit access.</t>
      <t>The Wi-Fi Alliance has defined an unauthenticated EAP-TLS method,
using a vendor-specific EAP type as part of HotSpot 2.0r2 <xref target="HOTSPOT"/>.
However, there appears to be little or no deployments of this
specification.</t>
      <t>EAP-NOOB <xref target="RFC9140"/> takes this process a step further.  It defines both
a way to signal that provisioning is desired, and also a way to
exchange provisioning information within EAP-NOOB.  That is, there is
no need for the device to obtain limited network access, as all of the
provisioning is done inside of the EAP-NOOB protocol.</t>
      <t>TEAP <xref target="RFC7170"/> provides for provisioning via an unauthenticated TLS
tunnel.  That document provides for a server unauthenticated
provisioning mode, but the inner TLS exchange requires that both end
authenticate each other.  There are ways to provision a certificate,
but the peer must still authenticate itself to the server.</t>
      <section anchor="taxonomy-of-provisioning-types">
        <name>Taxonomy of Provisioning Types</name>
        <t>There are two scenarios where provisioning can be done.  The first is
where provisioning is done within the EAP type, as with EAP-NOOB
<xref target="RFC9140"/>.  The second is where EAP is used to obtain limited
network access (e.g. as with a captive portal).  That limited network
access is then used to run Internet Protocol (IP) based provisioning
over more complex protocols.</t>
        <section anchor="rationale-for-provisioning-over-eap">
          <name>Rationale for Provisioning over EAP</name>
          <t>It is often useful to do all provisioning inside of EAP, because the EAP / AAA
admin does not have control over the network.  It is not always
possible to define a captive portal where provisioning can be done.
As a result, we need to be able to perform provisioning via EAP, and
not via some IP protocol.</t>
        </section>
      </section>
    </section>
    <section anchor="interaction-with-existing-eap-types">
      <name>Interaction with existing EAP types</name>
      <t>As the provisioning identifier is used within EAP, it necessarily has
interactions with, and effects on, the various EAP types.  This
section discusses those effects in more detail.</t>
      <t>Some EAP methods require shared credentials such as passwords in order
to succeed.  For example, both EAP-MSCHAPv2 (PEAP) and EAP-PWD
<xref target="RFC5931"/> perform cryptographic exchanges where both parties
knowing a shared password.  Where those methods are used, the password
MUST be the same as the provisioning identifier.</t>
      <t>This requirement also applies to TLS-based EAP methods such as TTLS
and PEAP.  Where the TLS-based EAP method provides for an inner
identity and inner authentication method, the credentials used there
MUST be the provisioning identifier for both the inner identity, and
any inner password.</t>
      <t>It is RECOMMENDED that provisioning be done via a TLS-based EAP methods.
TLS provides for authentication of the EAP server, along with security
and confidentiality of any provisioning data exchanged in the tunnel.
Similarly if provisioning is done in a captive portal outside of EAP,
EAP-TLS permits the EAP peer to run a full EAP authentication session
while having nothing more than a few certification authorities (CAs)
locally configured.</t>
      <section anchor="eap-tls">
        <name>EAP-TLS</name>
        <t>This document defines an identifier "portal@tls.eap.arpa", which is
the first step towards permitted unauthenticated client provisioning
in EAP-TLS.  The purpose of the identifier is to allow EAP peers to
signal EAP servers that they wish to obtain a "captive portal" style
network access.</t>
        <t>This identifier signals the EAP server that the peer wishes to obtain
"peer unauthenticated access" as per <xref target="RFC5216"/> Section 2.1.1 and
<xref target="RFC9190"/>.</t>
        <t>An EAP server which agrees to authenticate this request MUST ensure
that the device is placed into a captive portal with limited network
access.  Implementations SHOULD limit both the total amount of data
transferred by devices in the captive portal, and SHOULD also limit the
total amount of time a device spends within the captive portal.</t>
        <t>Further details of the captive portal architecture can be found in
<xref target="RFC8952"/>.</t>
        <t>The remaining question is how the EAP peer verifies the identity of
the EAP server.  The device SHOULD ignore the EAP server certificate
entirely, as the servers identity does not matter.  Any verification
of servers can be done at the HTTPS layer when the device access the
captive portal.  Where possible the device SHOULD warn the end user
that the provided certificate is unchecked, and untrusted.</t>
        <t>However, since the device likely is configured with web CAs (otherwise
the captive portal would also be unauthenticated), EAP peers MAY use
the CAs available for the web in order to validate the EAP server
certificate.  If the presented certificate passes validation, the
device does not need to warn the end user that the provided
certificate is untrusted.</t>
      </section>
      <section anchor="tls-based-eap-methods">
        <name>TLS-based EAP methods</name>
        <t>Other TLS-based EAP methods such as TTLS and PEAP can use the same
method as defined for EAP-TLS above.  The only difference is that the
inner identity and password is also the provisioning identifier.</t>
        <t>Is is RECOMMENDED that provisioning methods use EAP-TLS in preference
to any other TLS-based EAP methods.  As the credentials for other
methods are predefined and known in advance, those methods offer little
benefit over EAP-TLS.</t>
      </section>
      <section anchor="eap-noob">
        <name>EAP-NOOB</name>
        <t>It is RECOMMENDED that server implementations of EAP-NOOB accept both
identities "noob@eap-noob.arpa" and "@noob.eap.arpa" as synonyms.</t>
        <t>It is RECOMMENDED that EAP-NOOB peers use "@noob.eap.arpa" first, and
if that does not succeed, use "noob@eap-noob.arpa"</t>
      </section>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>Three IANA actions are required.  The first two are registry updates
for "eap.arpa".  The second is the creation of a new registry.</t>
      <section anchor="arpa-updates">
        <name>.arpa updates</name>
        <t>IANA is instructed to update the ".ARPA Zone Management" registry with
the following entry:</t>
        <t>DOMAIN</t>
        <ul empty="true">
          <li>
            <t>eap.arpa</t>
          </li>
        </ul>
        <t>USAGE</t>
        <ul empty="true">
          <li>
            <t>For provisioning within the Extensible Authentication Protocol framework.</t>
          </li>
        </ul>
        <t>REFERENCE</t>
        <ul empty="true">
          <li>
            <t>THIS-DOCUMENT</t>
          </li>
        </ul>
        <t>IANA is instructed to update the "Special-Use Domain Names" registry as follows:</t>
        <t>NAME</t>
        <ul empty="true">
          <li>
            <t>eap.arpa</t>
          </li>
        </ul>
        <t>REFERENCE</t>
        <ul empty="true">
          <li>
            <t>THIS-DOCUMENT</t>
          </li>
        </ul>
        <section anchor="domain-name-reservation-considerations">
          <name>Domain Name Reservation Considerations</name>
          <t>This section answers the questions which are required by Section 5 of <xref target="RFC6761"/>.  At a high level, these new domain names are used in certain situations in EAP.  The domain names are never seen by users, and they do not appear in any networking protocol other than EAP.</t>
          <ol spacing="normal" type="1"><li>Users:</li>
          </ol>
          <ul empty="true">
            <li>
              <t>User are not expected to recognise these names as special or use them differently from other domain names.  The use of these names in EAP is invisible to end users.</t>
            </li>
          </ul>
          <ol spacing="normal" type="1"><li>Application Software:</li>
          </ol>
          <ul empty="true">
            <li>
              <t>EAP servers and clients are expected to make their software recognize these names as special and treat them differently.  This document discusses that behavor.</t>
              <t>EAP supplicants should recognize these names as special, and should refuse to allow users to enter them in any interface.</t>
            </li>
          </ul>
          <ol spacing="normal" type="1"><li>Name Resolution APIs and Libraries:</li>
          </ol>
          <ul empty="true">
            <li>
              <t>Writers of these APIs and libraries are not expected to recognize these names or treat them differently.</t>
            </li>
          </ul>
          <ol spacing="normal" type="1"><li>Caching DNS Servers:</li>
          </ol>
          <ul empty="true">
            <li>
              <t>Writers of caching DNS servers are not expected to recognize these names or treat them differently.</t>
            </li>
          </ul>
          <ol spacing="normal" type="1"><li>Authoritative DNS Servers:</li>
          </ol>
          <ul empty="true">
            <li>
              <t>Writers of authoritative DNS servers are not expected to recognize these names or treat them differently.</t>
            </li>
          </ul>
          <ol spacing="normal" type="1"><li>DNS Server Operators:</li>
          </ol>
          <ul empty="true">
            <li>
              <t>These domain names have no impact on DNS server operators.  They should never be used in DNS, or in any networking protocol outside of EAP.</t>
              <t>If they try to configure their authoritative DNS as authoritative for this reserved name, compliant name servers do not need to do anything special.  They can accept the domain or reject it.  Either behavior will have no impact on this specification.</t>
            </li>
          </ul>
          <ol spacing="normal" type="1"><li>DNS Registries/Registrars:</li>
          </ol>
          <ul empty="true">
            <li>
              <t>DNS Registries/Registrars should deny requests to register this reserved domain name.</t>
            </li>
          </ul>
        </section>
      </section>
      <section anchor="registry">
        <name>EAP Provisioning Identifiers Registry</name>
        <t>IANA is instructed to add the following new registry to the "Extensible Authentication Protocol (EAP) Registry" group.</t>
        <t>Assignments in this registry are done via "Expert Review" as described in <xref target="RFC8126"/> Section 4.5.  Guidelines for experts is provided in <xref target="guidelines"/>.</t>
        <t>The contents of the registry are as follows.</t>
        <t>Title</t>
        <ul empty="true">
          <li>
            <t>EAP Provisioning Identifiers</t>
          </li>
        </ul>
        <t>Registration Procedure(s)</t>
        <ul empty="true">
          <li>
            <t>Expert review</t>
          </li>
        </ul>
        <t>Reference</t>
        <ul empty="true">
          <li>
            <t>THIS-DOCUMENT</t>
          </li>
        </ul>
        <t>Registry</t>
        <ul empty="true">
          <li>
            <t>NAI</t>
            <ul empty="true">
              <li>
                <t>The Network Access Identifier in <xref target="RFC7542"/> format.  Names are lowercase, and are listed in sorted order.</t>
              </li>
            </ul>
            <t>Method Type</t>
            <ul empty="true">
              <li>
                <t>The EAP method name, taken from the "Description" field of the EAP "Method Types" registry.</t>
              </li>
            </ul>
            <t>Reference</t>
            <ul empty="true">
              <li>
                <t>Reference where this identifier was defined.</t>
              </li>
            </ul>
          </li>
        </ul>
        <section anchor="initial-values">
          <name>Initial Values</name>
          <t>The following table gives the initial values for this table.</t>
          <t>NAI,Method-Type,Description,Reference</t>
          <t>@noob.eap.arpa,EAP-NOOB,RFC9140 and THIS-DOCUMENT
portal@tls.eap.arpa,EAP-TLS,RFC9190 and THIS-DOCUMENT</t>
        </section>
      </section>
      <section anchor="guidelines">
        <name>Guidelines for Designated Experts</name>
        <t>The following text gives guidelines for Designated Experts who review
allocation requests for this registry.</t>
        <section anchor="nais">
          <name>NAIs</name>
          <t>The intent is for the NAI to contain both a reference to the EAP
Method Type, and a description of the purpose of the NAI.  For
example, with an EAP Method Type "name", and a purpose "action", the
NAI SHOULD be of the form "action@foo.eap.arpa".</t>
          <t>The NAI MUST satisfy the requirements of the <xref section="2.2" sectionFormat="comma" target="RFC7542"/>
format.  The utf8-username portion MAY be empty.  The utf8-username
portion MUST NOT be "anonymous".  The NAI MUST end with "eap.arpa".
The NAI SHOULD NOT contain more than one subdomain.</t>
          <t>The sub-domain of the NAI field should correspond to the EAP Method
Type name.  Care should be taken so that the domain name conventions
specified in <xref target="RFC1034"/> are followed.</t>
          <t>The NAIs in this registry are case-insensitive.  While <xref target="RFC7542"/>
notes that similar identifiers of different case can be considered to
be different, for simplicity this registry requires that all entries
MUST be lowercase.</t>
          <t>Identifiers should be unique when compared in a case-insensitive
fashion.  While <xref target="RFC7542"/> notes that similar identifiers of
different case can be considered to be different, this registry is
made simpler by requiring case-insensitivity.</t>
          <t>Entries in the registry shuld be short.  NAIs defined here will
generally be sent in a RADIUS packet in the User-Name attribute
(<xref target="RFC2865"/> Section 5.1).  That specification recommends that
implementations should support User-Names of at least 63 octets.  NAI
length considerations are further discussed in <xref target="RFC7542"/> Section
2.3, and any allocations in this registry needs to take those
limitations into consideration.</t>
          <t>Implementations are likely to support a total NAI length of 63 octets.
Lengths between 63 and 253 octets may work.  Lengths of 254 octets or
more will not work with RADIUS <xref target="RFC2865"/>.</t>
        </section>
      </section>
      <section anchor="method-type">
        <name>Method Type</name>
        <t>Values in "Method Type" field of this registry MUST be taken from the
IANA EAP Method Types registry or else it MUST be an Expanded Type
which usually indicates a vendor specific EAP method.</t>
        <t>The EAP Method Type MUST provide an MSK and EMSK as defined in
<xref target="RFC3748"/>.  Failure to provide these keys means that the method will
not be usable within an authentication framework which requires those
methods, such as with IEEE 802.1X <xref target="IEEE.802-1X.2020"/>.</t>
      </section>
      <section anchor="designated-experts">
        <name>Designated Experts</name>
        <t>For registration requests where a Designated Expert should be
consulted, the responsible IESG area director should appoint the
Designated Expert.  But in order to allow for the allocation of values
prior to the RFC being approved for publication, the Designated Expert
can approve allocations once it seems clear that an RFC will be
published.</t>
        <t>The Designated expert will post a request to the EMU WG mailing list
(or a successor designated by the Area Director) for comment and
review, including an Internet-Draft or reference to external
specification.  Before a period of 30 days has passed, the Designated
Expert will either approve or deny the registration request and
publish a notice of the decision to the EAP WG mailing list or its
successor, as well as informing IANA.  A denial notice must be
justified by an explanation, and in the cases where it is possible,
concrete suggestions on how the request can be modified so as to
become acceptable should be provided.</t>
      </section>
      <section anchor="vendor-self-assignment">
        <name>Vendor Self Assignment</name>
        <t>This registry provides for vendor self-assignment within the NAI
space.  Any NAI defined in this registry also implicitly defines a
subdomain "v." for vendor or SDO self-allocation.  For example, an NAI
"action@foo.eap.arpa" uses a realm "foo.eap.arpa".  Vendors and SDOs
can self-allocate in this space, under the "v." subdomain,
"v.foo.eap.arpa".</t>
        <t>Any domain name which is registered as a Fully Qualified Domain Name
(FQDN) within the DNS can use that name within the "v." subdomain.
For example, 3GPP specifications could self-allocate the realm
""@3gpp.org.v.foo.arpa", and then use any utf8-username within that
realm.</t>
        <t>Note that the right to use a self-allocated name is tied to the
ownership of the corresponding subdomain.  If an entity loses the
right to use a domain name, the right to use that domain name within
the "v." self-allocation space is immediately revoked.</t>
      </section>
    </section>
    <section anchor="privacy-considerations">
      <name>Privacy Considerations</name>
      <t>The EAP Identity field is generally publicly visible to parties who
can observe the EAP traffic.  As the names given here are in a public
specification, there is no privacy implication to exposing those names
within EAP.  The entire goal of this specification is in fact to make
those names public, so that unknown (and private) parties can publicly
(and anonymously) declare what kind of network access they desire.</t>
      <t>However, there are many additional privacy concerns around this
specification.  Most EAP traffic is sent over RADIUS <xref target="RFC2865"/>.  The
RADIUS Access-Request packets typically contain large amounts of
information such as MAC addresses, device location, etc.</t>
      <t>This specification does not change RADIUS or EAP, and as such does not
change which information is publicly available, or is kept private.
Those issues are dealt with in other specifications.</t>
      <t>However, this specification can increase privacy by allowing devices
to anonymously obtain network access, and then securely obtain
credentials.</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>This specification defines a framework which permits unknown,
anonymous, and unauthenticated devices to request and to obtain
network access.  As such, it is critical that network operators
provide limited access to those devices.</t>
      <t>Future specifications which define an NAI within this registry, should
give detailed descriptions of what kind of network access is to be
provided.</t>
    </section>
    <section anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>Mohit Sethi provided valuable insight that using subdomains was better
and more informative than the original method, which used only the
utf8-username portion of the NAI.</t>
    </section>
    <section anchor="changelog">
      <name>Changelog</name>
      <ul spacing="normal">
        <li>00 - initial version</li>
      </ul>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC1034">
          <front>
            <title>Domain names - concepts and facilities</title>
            <author fullname="P. Mockapetris" initials="P." surname="Mockapetris"/>
            <date month="November" year="1987"/>
            <abstract>
              <t>This RFC is the revised basic definition of The Domain Name System. It obsoletes RFC-882. This memo describes the domain style names and their used for host address look up and electronic mail forwarding. It discusses the clients and servers in the domain name system and the protocol used between them.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="13"/>
          <seriesInfo name="RFC" value="1034"/>
          <seriesInfo name="DOI" value="10.17487/RFC1034"/>
        </reference>
        <reference anchor="BCP14">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="RFC3748">
          <front>
            <title>Extensible Authentication Protocol (EAP)</title>
            <author fullname="B. Aboba" initials="B." surname="Aboba"/>
            <author fullname="L. Blunk" initials="L." surname="Blunk"/>
            <author fullname="J. Vollbrecht" initials="J." surname="Vollbrecht"/>
            <author fullname="J. Carlson" initials="J." surname="Carlson"/>
            <author fullname="H. Levkowetz" initials="H." role="editor" surname="Levkowetz"/>
            <date month="June" year="2004"/>
            <abstract>
              <t>This document defines the Extensible Authentication Protocol (EAP), an authentication framework which supports multiple authentication methods. EAP typically runs directly over data link layers such as Point-to-Point Protocol (PPP) or IEEE 802, without requiring IP. EAP provides its own support for duplicate elimination and retransmission, but is reliant on lower layer ordering guarantees. Fragmentation is not supported within EAP itself; however, individual EAP methods may support this. This document obsoletes RFC 2284. A summary of the changes between this document and RFC 2284 is available in Appendix A. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3748"/>
          <seriesInfo name="DOI" value="10.17487/RFC3748"/>
        </reference>
        <reference anchor="RFC5216">
          <front>
            <title>The EAP-TLS Authentication Protocol</title>
            <author fullname="D. Simon" initials="D." surname="Simon"/>
            <author fullname="B. Aboba" initials="B." surname="Aboba"/>
            <author fullname="R. Hurst" initials="R." surname="Hurst"/>
            <date month="March" year="2008"/>
            <abstract>
              <t>The Extensible Authentication Protocol (EAP), defined in RFC 3748, provides support for multiple authentication methods. Transport Layer Security (TLS) provides for mutual authentication, integrity-protected ciphersuite negotiation, and key exchange between two endpoints. This document defines EAP-TLS, which includes support for certificate-based mutual authentication and key derivation.</t>
              <t>This document obsoletes RFC 2716. A summary of the changes between this document and RFC 2716 is available in Appendix A. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5216"/>
          <seriesInfo name="DOI" value="10.17487/RFC5216"/>
        </reference>
        <reference anchor="RFC7542">
          <front>
            <title>The Network Access Identifier</title>
            <author fullname="A. DeKok" initials="A." surname="DeKok"/>
            <date month="May" year="2015"/>
            <abstract>
              <t>In order to provide inter-domain authentication services, it is necessary to have a standardized method that domains can use to identify each other's users. This document defines the syntax for the Network Access Identifier (NAI), the user identifier submitted by the client prior to accessing resources. This document is a revised version of RFC 4282. It addresses issues with international character sets and makes a number of other corrections to RFC 4282.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7542"/>
          <seriesInfo name="DOI" value="10.17487/RFC7542"/>
        </reference>
        <reference anchor="RFC8126">
          <front>
            <title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
            <author fullname="M. Cotton" initials="M." surname="Cotton"/>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <author fullname="T. Narten" initials="T." surname="Narten"/>
            <date month="June" year="2017"/>
            <abstract>
              <t>Many protocols make use of points of extensibility that use constants to identify various protocol parameters. To ensure that the values in these fields do not have conflicting uses and to promote interoperability, their allocations are often coordinated by a central record keeper. For IETF protocols, that role is filled by the Internet Assigned Numbers Authority (IANA).</t>
              <t>To make assignments in a given registry prudently, guidance describing the conditions under which new values should be assigned, as well as when and how modifications to existing values can be made, is needed. This document defines a framework for the documentation of these guidelines by specification authors, in order to assure that the provided guidance for the IANA Considerations is clear and addresses the various issues that are likely in the operation of a registry.</t>
              <t>This is the third edition of this document; it obsoletes RFC 5226.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="26"/>
          <seriesInfo name="RFC" value="8126"/>
          <seriesInfo name="DOI" value="10.17487/RFC8126"/>
        </reference>
        <reference anchor="RFC9140">
          <front>
            <title>Nimble Out-of-Band Authentication for EAP (EAP-NOOB)</title>
            <author fullname="T. Aura" initials="T." surname="Aura"/>
            <author fullname="M. Sethi" initials="M." surname="Sethi"/>
            <author fullname="A. Peltonen" initials="A." surname="Peltonen"/>
            <date month="December" year="2021"/>
            <abstract>
              <t>The Extensible Authentication Protocol (EAP) provides support for multiple authentication methods. This document defines the EAP-NOOB authentication method for nimble out-of-band (OOB) authentication and key derivation. The EAP method is intended for bootstrapping all kinds of Internet-of-Things (IoT) devices that have no preconfigured authentication credentials. The method makes use of a user-assisted, one-directional, out-of-band (OOB) message between the peer device and authentication server to authenticate the in-band key exchange. The device must have a nonnetwork input or output interface, such as a display, microphone, speaker, or blinking light, that can send or receive dynamically generated messages of tens of bytes in length.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9140"/>
          <seriesInfo name="DOI" value="10.17487/RFC9140"/>
        </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="HOTSPOT" target="https://www.wi-fi.org/discover-wi-fi/passpoint">
          <front>
            <title>Passpoint</title>
            <author initials="W.-F." surname="Alliance" fullname="Wi-Fi Alliance">
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="IEEE.802-1X.2020">
          <front>
            <title>*** BROKEN REFERENCE ***</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="RFC2865">
          <front>
            <title>Remote Authentication Dial In User Service (RADIUS)</title>
            <author fullname="C. Rigney" initials="C." surname="Rigney"/>
            <author fullname="S. Willens" initials="S." surname="Willens"/>
            <author fullname="A. Rubens" initials="A." surname="Rubens"/>
            <author fullname="W. Simpson" initials="W." surname="Simpson"/>
            <date month="June" year="2000"/>
            <abstract>
              <t>This document describes a protocol for carrying authentication, authorization, and configuration information between a Network Access Server which desires to authenticate its links and a shared Authentication Server. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2865"/>
          <seriesInfo name="DOI" value="10.17487/RFC2865"/>
        </reference>
        <reference anchor="RFC7170">
          <front>
            <title>Tunnel Extensible Authentication Protocol (TEAP) Version 1</title>
            <author fullname="H. Zhou" initials="H." surname="Zhou"/>
            <author fullname="N. Cam-Winget" initials="N." surname="Cam-Winget"/>
            <author fullname="J. Salowey" initials="J." surname="Salowey"/>
            <author fullname="S. Hanna" initials="S." surname="Hanna"/>
            <date month="May" year="2014"/>
            <abstract>
              <t>This document defines the Tunnel Extensible Authentication Protocol (TEAP) version 1. TEAP is a tunnel-based EAP method that enables secure communication between a peer and a server by using the Transport Layer Security (TLS) protocol to establish a mutually authenticated tunnel. Within the tunnel, TLV objects are used to convey authentication-related data between the EAP peer and the EAP server.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7170"/>
          <seriesInfo name="DOI" value="10.17487/RFC7170"/>
        </reference>
        <reference anchor="RFC8952">
          <front>
            <title>Captive Portal Architecture</title>
            <author fullname="K. Larose" initials="K." surname="Larose"/>
            <author fullname="D. Dolson" initials="D." surname="Dolson"/>
            <author fullname="H. Liu" initials="H." surname="Liu"/>
            <date month="November" year="2020"/>
            <abstract>
              <t>This document describes a captive portal architecture. Network provisioning protocols such as DHCP or Router Advertisements (RAs), an optional signaling protocol, and an HTTP API are used to provide the solution.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8952"/>
          <seriesInfo name="DOI" value="10.17487/RFC8952"/>
        </reference>
        <reference anchor="RFC9190">
          <front>
            <title>EAP-TLS 1.3: Using the Extensible Authentication Protocol with TLS 1.3</title>
            <author fullname="J. Preuß Mattsson" initials="J." surname="Preuß Mattsson"/>
            <author fullname="M. Sethi" initials="M." surname="Sethi"/>
            <date month="February" year="2022"/>
            <abstract>
              <t>The Extensible Authentication Protocol (EAP), defined in RFC 3748, provides a standard mechanism for support of multiple authentication methods. This document specifies the use of EAP-TLS with TLS 1.3 while remaining backwards compatible with existing implementations of EAP-TLS. TLS 1.3 provides significantly improved security and privacy, and reduced latency when compared to earlier versions of TLS. EAP-TLS with TLS 1.3 (EAP-TLS 1.3) further improves security and privacy by always providing forward secrecy, never disclosing the peer identity, and by mandating use of revocation checking when compared to EAP-TLS with earlier versions of TLS. This document also provides guidance on authentication, authorization, and resumption for EAP-TLS in general (regardless of the underlying TLS version used). This document updates RFC 5216.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9190"/>
          <seriesInfo name="DOI" value="10.17487/RFC9190"/>
        </reference>
        <reference anchor="RFC5931">
          <front>
            <title>Extensible Authentication Protocol (EAP) Authentication Using Only a Password</title>
            <author fullname="D. Harkins" initials="D." surname="Harkins"/>
            <author fullname="G. Zorn" initials="G." surname="Zorn"/>
            <date month="August" year="2010"/>
            <abstract>
              <t>This memo describes an Extensible Authentication Protocol (EAP) method, EAP-pwd, which uses a shared password for authentication. The password may be a low-entropy one and may be drawn from some set of possible passwords, like a dictionary, which is available to an attacker. The underlying key exchange is resistant to active attack, passive attack, and dictionary attack. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5931"/>
          <seriesInfo name="DOI" value="10.17487/RFC5931"/>
        </reference>
        <reference anchor="RFC6761">
          <front>
            <title>Special-Use Domain Names</title>
            <author fullname="S. Cheshire" initials="S." surname="Cheshire"/>
            <author fullname="M. Krochmal" initials="M." surname="Krochmal"/>
            <date month="February" year="2013"/>
            <abstract>
              <t>This document describes what it means to say that a Domain Name (DNS name) is reserved for special use, when reserving such a name is appropriate, and the procedure for doing so. It establishes an IANA registry for such domain names, and seeds it with entries for some of the already established special domain names.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6761"/>
          <seriesInfo name="DOI" value="10.17487/RFC6761"/>
        </reference>
      </references>
    </references>
  </back>
  <!-- ##markdown-source:
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
LIf6H/5iS+9DVwAA

-->

</rfc>
