<?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.17 (Ruby 3.3.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-emu-eap-fido-00" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.22.0 -->
  <front>
    <title abbrev="EAP-FIDO">EAP-FIDO</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-emu-eap-fido-00"/>
    <author initials="J.-F." surname="Rieckers" fullname="Jan-Frederik Rieckers">
      <organization abbrev="DFN">Deutsches Forschungsnetz | German National Research and Education Network</organization>
      <address>
        <postal>
          <street>Alexanderplatz 1</street>
          <city>Berlin</city>
          <code>10178</code>
          <country>Germany</country>
        </postal>
        <email>rieckers@dfn.de</email>
        <uri>www.dfn.de</uri>
      </address>
    </author>
    <author initials="S." surname="Winter" fullname="Stefan Winter">
      <organization abbrev="RESTENA">Fondation Restena | Restena Foundation</organization>
      <address>
        <postal>
          <street>2, avenue de l'Université</street>
          <city>Esch-sur-Alzette</city>
          <code>4365</code>
          <country>Luxembourg</country>
        </postal>
        <email>stefan.winter@restena.lu</email>
        <uri>www.restena.lu</uri>
      </address>
    </author>
    <date year="2024" month="July" day="08"/>
    <area>Security</area>
    <workgroup>EAP Method Update</workgroup>
    <keyword>EAP</keyword>
    <keyword>FIDO</keyword>
    <keyword>TLS</keyword>
    <abstract>
      <?line 75?>

<t>This document specifies an EAP method leveraging FIDO2 keys for authentication in EAP.</t>
    </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-fido/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        EAP Method Update Working Group mailing list (<eref target="mailto:emu@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/emu/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/emu/"/>.
      </t>
    </note>
  </front>
  <middle>
    <?line 79?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>The Extensible Authentication Protocol (EAP) <xref target="RFC3748"/> is a widely used standard that allows a server to authenticate a client using different authentication methods.
There is a huge variety of EAP methods available, that serve different purposes and have different security implications.</t>
      <t>Two common EAP methods are EAP-PEAP and EAP-TTLS <xref target="RFC5281"/>, that both use EAP-TLS <xref target="RFC5216"/> to provide confidentiality of the inner authentication.
This inner authentication is most commonly password-based, meaning that an attacker that manages to compromise the TLS connection can eavesdrop on the authentication and observe the password.
The authentication of the server to the client within the TLS handshake thus is a vital security function of these EAP methods.</t>
      <t>Operational practice has shown that this is a common problem and possible flaw.
The specification for EAP-TLS <xref target="RFC5216"/> does not include guidance on how to decide if a certificate is valid for this specific authentication.
Instead it assumes the client has knowledge of the expected server name.
This assumption is reasonable, if all devices are managed centrally and the administrators can easily know and configure all security-relevant parameters in advance.
Devices in BYOD-environments like eduroam are not managed, so administrators cannot push the desired configuration on the devices, but instead have to rely on the users to configure their devices accordingly.
This implies that the administrators are aware of all needed configuration items, provide the users with all this information, and the users must follow these guides.
Failure to configure the parameters correctly will result in connection failure, and frustration, first on the user's end, then on the side of the help desk, that has to deal with the users' problems.
If the user tries to omit these parameters and the implementation allows a fallback to just omitting the validation, the device will simply work, but now be dangerously susceptible to attacks, e.g. by rogue access points with the same SSID, to which the client will send their password to, regardless of the presented server certificate.
The second outcome is especially dangerous, because the operator cannot easily check whether the device correctly performed the certificate check, and since the connection just works, the user will not suspect that their local configuration is faulty.</t>
      <t>There are two major issues here, that this specification wants to address.
Firstly, the use of passwords as authentication method implies that the password needs to be sent to the server.
If an attacker observes this exchange, they can impersonate the user at any time.
Therefore, this specification uses FIDO authentication, which is based on asymmetric cryptography.
With this method, even if an attacker is able to compromise the TLS connection, the attacker cannot impersonate the user based on the observed data.
Since the private key is never revealed, phishing attacks are impossible too.</t>
      <t>The second major issue is the missing implicit derivation of the expected server name that is used to validate the server's certificate.
With EAP-FIDO, the supplicants now have a clear specification on how to decide whether or not a server certificate is considered valid for the current authentication flow.
This is achieved by using the trust anchors available on most devices and a method to determine the valid server name based on implicit information of the authentication configuration.</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?>

<t>This document uses terminology from EAP, as well as terminology from CTAP and WebAuthn.
The FIDO specific terminology is defined in <xref target="FIDO-Glossary"/>.
There is some terminology that is ambiguous in the different contexts, to disambiguate it, the following terminology will be used in this document.
These terms will always be capitalized as shown here.</t>
      <dl>
        <dt>FIDO Authenticator:</dt>
        <dd>
          <t>Authenticator as specified by <xref target="WebAuthn"/>, Section 4: a cryptographic entity, existing in hardware or software, that can register and later assert possession of the registered key credential.</t>
        </dd>
        <dt/>
        <dd>
          <t>This is not the same as the EAP authenticator, which is the entity that initiates the EAP conversation, i.e. the Access Point in the case of Enterprise-WiFi.</t>
        </dd>
        <dt>Discoverable Credential:</dt>
        <dd>
          <t>a public key credential source that is discoverable and usable in authentication ceremonies where the Relying Party does not provide any Credential IDs. See <xref target="WebAuthn"/>, Section 4</t>
        </dd>
        <dt>Server-Side Credential:</dt>
        <dd>
          <t>a public key credential source that is only usable in an authentication ceremony where the Relying Party supplies the Credential ID. This means that the Relying Party must manage the credential's storage and discovery, as well as be able to first identify the user in order to discover the Credential IDs to supply this to the EAP Supplicant.</t>
        </dd>
      </dl>
      <t><cref anchor="todo_terminology" source="Janfred">We need a good term to define a "single authentication", meaning the single process of asking the FIDO Authenticator to sign the client data, with the option of previous discovery, in contrast to the overall authentication process. A complete EAP-FIDO flow may consist of multiple of these "single authentications", and we should have a clear terminology to say "this is just the single instance" and "this is the overall authentication"</cref></t>
    </section>
    <section anchor="overview-over-the-eap-fido-protocol">
      <name>Overview over the EAP-FIDO protocol</name>
      <t>This section will cover both a rough overview of the protocol design, as well as the needed configuration parameters for the EAP-FIDO server and EAP-FIDO client.</t>
      <section anchor="overall-protocol-design">
        <name>Overall protocol design</name>
        <t>The EAP-FIDO protocol comprises two phases: the TLS handshake phase and FIDO-exchange phase.</t>
        <t>During the TLS handshake phase, TLS is used to authenticate the EAP-FIDO server to the client.</t>
        <t>During the FIDO-exchange phase, the actual FIDO authentication is executed and the client authenticates itself to the server.</t>
        <t>Once the FIDO exchange is completed successfully, the client and server can derive keying material from the TLS handshake phase implicitly.</t>
        <section anchor="tls-handshake-phase">
          <name>TLS handshake phase</name>
          <t>During the TLS handshake phase, the client and server establish a TLS tunnel.
This is done using EAP-TLS <xref target="RFC5216"/>, <xref target="RFC9190"/>, <xref target="RFC9427"/> with the modifications described in <xref target="tls_handshake_requirements"/>.
As part of the TLS handshake protocol, the EAP-FIDO server will send its certificate along with a chain of certificates leading to the certificate of a trusted CA.
The client will check this certificate using the rules in <xref target="tls_server_cert_verify"/>.</t>
          <t>Once the TLS tunnel is established, the client and server proceed to the FIDO-exchange phase to perform the authentication of the client.</t>
        </section>
        <section anchor="fido-exchange-phase">
          <name>FIDO-exchange phase</name>
          <t>In this phase, the TLS record layer is used to securely tunnel information between the EAP-FIDO client and EAP-FIDO server.</t>
          <t>For the FIDO-exchange phase, the client has two options, depending on the configuration and the capability of the FIDO token.</t>
          <t>If the FIDO Authenticator supports Discoverable Credentials and EAP-FIDO is configured to use these for authentication, the client generates a challenge from the TLS keying material and triggers a FIDO challenge.</t>
          <t>If the client is not configured to use Discoverable Credentials, the client first needs to send its username to the server.
The server will answer with a list of FIDO Credential IDs and the client will attempt to use one of these keys to authenticate.</t>
          <t>Depending on the details of the first single FIDO authentication, the server <bcp14>MAY</bcp14> trigger a second authentication, to enforce token-specific policies.</t>
        </section>
      </section>
      <section anchor="client-and-server-configuration-and-preconditions">
        <name>Client and server configuration and preconditions</name>
        <t>As the EAP-FIDO protocol aims to provide a means of authentication that is easy to setup and maintain for both users and server operators, there are only few configuration items required.
However, if several setups require a different setup than the one that is outlined as the default here, additional configuration parameters can be set to modify the default behavior.</t>
        <t>To better distinguish the server and client configuration items throughout this document, all server configuration options are prefixed with <tt>S_</tt>, all client options with <tt>C_</tt>.</t>
        <section anchor="server-configuration-items-and-preconditions">
          <name>Server configuration items and preconditions</name>
          <t>The EAP-FIDO server configuration comprises of the following configuration items.</t>
          <dl>
            <dt><tt>S_FIDO_RPID</tt>:</dt>
            <dd>
              <t>The FIDO Relying Party ID to use for checking the FIDO assertion.</t>
            </dd>
            <dt/>
            <dd>
              <t>This value must be a valid domain string as specified in <xref target="WebAuthn"/>. The value of <tt>S_FIDO_RPID</tt> <bcp14>MAY</bcp14> be derived dynamically for each authentication flow from the realm part of the NAI.
However, administrators <bcp14>SHOULD</bcp14> set this configuration option to an explicit value, because client and server <bcp14>MUST</bcp14> agree on the same RPID, otherwise the signature check will fail.</t>
            </dd>
            <dt><tt>S_TLS_SERVER_CERT</tt>:</dt>
            <dd>
              <t>The certificate used for the EAP-TLS layer.</t>
            </dd>
            <dt/>
            <dd>
              <t>The certificate <bcp14>SHOULD</bcp14> include a SubjectAltName:dnsName for the domain <tt>eap-fido-authentication.&lt;S_FIDO_RPID&gt;</tt> (See <xref target="tls_server_cert_verify"/>)</t>
            </dd>
          </dl>
          <t>Additionally, the server needs access to a database of FIDO credentials.
Depending on the usecase and other requirements, different fields are needed in the database.</t>
          <table anchor="authdbfields">
            <name>Database fields in the server's authentication database</name>
            <thead>
              <tr>
                <th align="left">DB Field</th>
                <th align="left">Description</th>
                <th align="left">Mandatory</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">username</td>
                <td align="left">A reference to the user</td>
                <td align="left">only for Server-Side Credentials (see remark 1)</td>
              </tr>
              <tr>
                <td align="left">PKID</td>
                <td align="left">The public key identifier of the stored public key</td>
                <td align="left">yes</td>
              </tr>
              <tr>
                <td align="left">PubKey</td>
                <td align="left">The public key used to verify the FIDO assertion</td>
                <td align="left">yes</td>
              </tr>
              <tr>
                <td align="left">signCount</td>
                <td align="left">The last observed signCount sent by the FIDO Authenticator</td>
                <td align="left">no (see remark 2)</td>
              </tr>
            </tbody>
          </table>
          <t>Depending on the use case, the database may have additional fields that save the last successful authentication with User Verification or User Presence, in order to implement time-dependent policies ( see <xref target="usecase_mandatory_verification_after_time"/> for an example)</t>
          <t>Remarks:</t>
          <t>1: The username may not be needed in cases where an identification of the individual user is not necessary and Discoverable Credentials are used.
Server-Side Credentials need a hint to the user, since the server must send a list of possible PKIDs to the client.
For Discoverable Credentials, this is not needed.
If a server operator does not care about the identity of the user or has other means to identify a user based on the used PKID, i.e. because the mapping is stored in a separate database, the EAP-FIDO server does not need access to this information.</t>
          <t>2: If present, the signCount field <bcp14>SHOULD</bcp14> be writable to the EAP-FIDO server. The signCount functionality is intended to have a means for the server to detect when a credential was cloned and two instances are used in parallel.
The value is strictly monotonically increasing for each FIDO Authenticator, so if at some point a signCount is transmitted that is smaller than or equal to the saved signCount, a second FIDO Authenticator is potentially using the same credential.
How servers deal with such case is outside of the scope of this specification.</t>
        </section>
        <section anchor="client-configuration-items-and-preconditions">
          <name>Client configuration items and preconditions</name>
          <t>The client configuration of EAP-FIDO is intended to be as simple as typing in one string and being connected.
However, the precondition is that the FIDO credential is already registered with the server.
Details on this rationale can be found in <xref target="registration-out-of-scope"/>.</t>
          <t><cref anchor="future" source="Janfred">A future version of this draft may include some means for the server to signal a URL where to register the FIDO key. The flow could be the following: The user enters their realm, the server recognizes that there is no FIDO credential available, send a URL where the user can register their credential, the UI shows this URL, the user can click their, log in with their credentials (i.e. via SSO), register the FIDO token and then it just works. \o/ Of course we need to make sure that no one can hijack that process, so the EAP-TLS handshake must be performed, so the client knows it talks with the correct server.</cref></t>
          <t>The client has several configuration options. However, there is only one mandatory configuration option and user interfaces <bcp14>SHOULD</bcp14> present this option prominently.
If the server relies on Server-Side Credentials, it needs an identity, this option <bcp14>SHOULD</bcp14> be presented in the initial configuration interface as well, marked as optional.
The other configuration options <bcp14>SHOULD</bcp14> still be made available, i.e. behind an "Advanced" button, but <bcp14>SHOULD</bcp14> indicate the derived value based on the input in <tt>C_FIDO_RPID</tt>, to help the user understand what this value usually looks like and whether or not it is necessary to change the derived value.</t>
          <dl>
            <dt><tt>C_FIDO_RPID</tt>:</dt>
            <dd>
              <t>(Mandatory) The FIDO Relying Party ID to use. This is the basis for all derived configuration items.</t>
            </dd>
            <dt/>
            <dd>
              <t>The value must be a valid domain string as specified in <xref target="WebAuthn"/>.</t>
            </dd>
            <dt/>
            <dd>
              <t>Implementations <bcp14>MAY</bcp14> offer the user a set of known RPIDs, if Discoverable Credentials are used and there are already Credentials registered.</t>
            </dd>
            <dt><tt>C_IDENTITY</tt>:</dt>
            <dd>
              <t>(Optional) The identity (username) of the user.</t>
            </dd>
            <dt/>
            <dd>
              <t>This configuration item is only needed if Server-Side Credentials are used. It is <bcp14>RECOMMENDED</bcp14> that the identity is just the username and does not contain a realm.</t>
            </dd>
            <dt><tt>C_NAI</tt>:</dt>
            <dd>
              <t>(Optional, Derived) The NAI to use in the EAP layer.</t>
            </dd>
            <dt/>
            <dd>
              <t>This option <bcp14>MUST</bcp14> be set to <tt>anonymous@&lt;C_FIDO_RPID&gt;</tt>, unless explicitly configured differently.</t>
            </dd>
            <dt><tt>C_EXPECTED_SERVERNAME</tt>:</dt>
            <dd>
              <t>(Optional, Derived) The expected server name to use to verify the server's identity.</t>
            </dd>
            <dt/>
            <dd>
              <t>This option <bcp14>MUST</bcp14> be set to <tt>eap-fido-authentication.&lt;C_FIDO_RPID&gt;</tt> unless explicitly configured differently.<cref anchor="refrfc9525" source="Janfred">The prefix value is not final yet. Might still change, depending on the result of the name discussion. Maybe we could also reference RFC9525 here, especially Section 6.3 on how to match the DNS Domain Name Portion against a certificate. In this case, the <tt>C_EXPECTED_SERVERNAME</tt> would be a <tt>DNS-ID</tt> according to RFC9525 terminology.</cref>
If manually configured, implementations <bcp14>MUST</bcp14> check that <tt>C_EXPECTED_SERVERNAME</tt> is either equal to or a subdomain (in any depth) of <tt>C_FIDO_RPID</tt> and <bcp14>MUST</bcp14> reject configurations that do not match this condition.</t>
            </dd>
            <dt><tt>C_TLS_TRUST_ANCHORS</tt>:</dt>
            <dd>
              <t>(Optional, with default) A set of trust anchors to use for checking the server certificate.</t>
            </dd>
            <dt/>
            <dd>
              <t>This option <bcp14>MUST</bcp14> default to the set of trust anchors already present on the device, i.e. the set of trust anchors used to verify server certificates for HTTPS, unless the device has no such set available.
In this case, the implementation <bcp14>MUST</bcp14> enforce that this option is set.
Implementations <bcp14>MUST NOT</bcp14> allow this option to be set to trust certificates from unknown trust anchors.
Implementations <bcp14>SHOULD</bcp14> allow to select multiple trust anchors.</t>
            </dd>
          </dl>
        </section>
      </section>
    </section>
    <section anchor="eap-fido-protocol-flow-and-message-format">
      <name>EAP-FIDO protocol flow and message format</name>
      <t>This section describes the EAP-FIDO protocol flow and the message format.</t>
      <t>The protocol starts with the TLS handshake phase, and, after the TLS tunnel is established, continues with the FIDO exchange.</t>
      <section anchor="tls-handshake-phase-1">
        <name>TLS handshake phase</name>
        <t>The packet format for EAP-FIDO messages follows the format specified in <xref section="3" sectionFormat="comma" target="RFC5216"/> with the following modifications:</t>
        <ul spacing="normal">
          <li>
            <t>The Type field is set to <tt>&lt;insert EAP code here, Proof of Concept uses the method type 255 "Experimental", once we have a stable message format we'll ask for IANA early allocation&gt;</tt> (EAP-FIDO)</t>
          </li>
          <li>
            <t>Within the Flags field, the Version bits are set to the major version of EAP-FIDO. For this specification, the major version is 0. Future EAP-FIDO versions <bcp14>MAY</bcp14> increase the version number.</t>
          </li>
        </ul>
        <section anchor="eap-fido-start-packet">
          <name>EAP-FIDO Start packet</name>
          <t>In the first packet from the server to the client, the S-bit of the Flags <bcp14>MUST</bcp14> be set, indicating the start of the EAP-FIDO protocol.
The S-bit <bcp14>MUST NOT</bcp14> be set in any subsequent packet.
This packet contains only the EAP header (Code, Identifier, Length, Type) and the EAP-TLS flags.</t>
          <t>Future versions of EAP-FIDO may send additional data outside the TLS tunnel with the first EAP message, supplicants <bcp14>SHOULD</bcp14> ignore any additional data sent with this packet.</t>
        </section>
        <section anchor="version-negotiation">
          <name>Version negotiation</name>
          <t>The major version of EAP-FIDO is negotiated in the first exchange between server and client.
The server sets the highest major version number of EAP-FIDO that it supports in the V field of the flags in its Start message.
In the case of this specification, this is 0.
In its first EAP message in response, the client sets the V field to the highest major version number that it supports that is no higher than the version number offered by the server.
If the client version is not acceptable to the server, it sends an EAP-Failure to terminate the EAP session.
Otherwise, the version sent by the client in its response is the version of EAP-FIDO that <bcp14>MUST</bcp14> be used, and both server and client <bcp14>MUST</bcp14> set the V field to that version number in all subsequent EAP-TLS messages.</t>
          <t>Given the limited range of the V field (values 0-7), future EAP-FIDO versions <bcp14>MUST NOT</bcp14> increase the major version if there are no changes to the outer message format.
Minor version updates that only affect the protocol flow within the TLS tunnel <bcp14>MUST</bcp14> be done with means available during the TLS handshake, i.e. using Application Layer Protocol Negotiation (ALPN).</t>
        </section>
        <section anchor="fragmentation">
          <name>Fragmentation</name>
          <t>Each EAP-FIDO message contains a single leg of a half-duplex conversation.
Since EAP carrier protocols may constrain the length of an EAP message, it may be necessary to fragment an EAP-FIDO message across multiple EAP messages.</t>
          <t>This is done through the fragmentation mechanism within EAP-TLS. This method is described in <xref section="2.1.5" sectionFormat="comma" target="RFC5216"/>.</t>
        </section>
        <section anchor="tls_handshake_requirements">
          <name>TLS Handshake Requirements</name>
          <t>The client and server perform a TLS handshake following the specification in <xref section="2" sectionFormat="comma" target="RFC5216"/> and <xref section="2" sectionFormat="comma" target="RFC9190"/> with the following modifications:</t>
          <ul spacing="normal">
            <li>
              <t>TLS version 1.3 or higher <bcp14>MUST</bcp14> be negotiated.</t>
            </li>
            <li>
              <t>Mutual authentication is not required. Implementations <bcp14>MUST</bcp14> support EAP-FIDO without TLS client authentication, but <bcp14>MAY</bcp14> allow it, i.e. if EAP-FIDO is used as a 2-Factor authentication method where TLS client certificates are the first factor and the FIDO authentication is the second.</t>
            </li>
            <li>
              <t>The certificate of the server <bcp14>MUST</bcp14> be validated according to the verification steps described in the next section.</t>
            </li>
          </ul>
        </section>
        <section anchor="tls_server_cert_verify">
          <name>TLS Server Certificate Verification</name>
          <t>Clients <bcp14>MUST</bcp14> validate the certificate sent by the server.
For this the client must first check that <tt>C_EXPECTED_SERVERNAME</tt> is set to the exact domain or a subdomain of <tt>C_FIDO_RPID</tt>.
This ensures that a misconfiguration cannot be used for cross-domain or even cross-protocol attacks.
The client then <bcp14>MUST</bcp14> validate that the server certificate is valid for the domain saved in the configuration item <tt>C_EXPECTED_SERVERNAME</tt> and the certificate chain leads back to a trust anchor listed in <tt>C_TLS_TRUST_ANCHORS</tt>.<cref anchor="rfc9525again" source="Janfred">Again, here we could look if we can reference RFC9525?</cref></t>
          <ul spacing="normal">
            <li>
              <t>TODO: OCSP Stapling? Mandatory or not?</t>
            </li>
          </ul>
        </section>
      </section>
      <section anchor="fido-exchange">
        <name>FIDO-exchange</name>
        <t>After the TLS handshake is completed, the client and server perform the FIDO-exchange to authenticate the client inside the TLS tunnel.</t>
        <t>This section describes the message format and the protocol flow.</t>
        <section anchor="message-format">
          <name>Message format</name>
          <t>All EAP-FIDO messages in the inner authentication consist of a CBOR sequence with one or two elements:</t>
          <dl>
            <dt>type:</dt>
            <dd>
              <t>integer to indicate the message type. <xref target="msgtypes"/> contains a list of the different message types.</t>
            </dd>
            <dt>attributes:</dt>
            <dd>
              <t>a CBOR encoded map with attributes. A list of the different attributes, their assigned mapkey and the type are listed in <xref target="mapkeys"/>.
This element is omitted in the Success indicator message.</t>
            </dd>
          </dl>
          <table anchor="msgtypes">
            <name>Message types</name>
            <thead>
              <tr>
                <th align="left">Type</th>
                <th align="left">Description</th>
                <th align="left">Sent by</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">-2</td>
                <td align="left">Error</td>
                <td align="left">Both</td>
              </tr>
              <tr>
                <td align="left">-1</td>
                <td align="left">Failure indicator</td>
                <td align="left">Both</td>
              </tr>
              <tr>
                <td align="left">0</td>
                <td align="left">Success indicator</td>
                <td align="left">Both</td>
              </tr>
              <tr>
                <td align="left">1</td>
                <td align="left">Authentication Request</td>
                <td align="left">Server</td>
              </tr>
              <tr>
                <td align="left">2</td>
                <td align="left">Authentication Response</td>
                <td align="left">Client</td>
              </tr>
              <tr>
                <td align="left">3</td>
                <td align="left">Information Request</td>
                <td align="left">Client</td>
              </tr>
              <tr>
                <td align="left">4</td>
                <td align="left">Information Response</td>
                <td align="left">Server</td>
              </tr>
            </tbody>
          </table>
          <table anchor="mapkeys">
            <name>Mapkeys for the attributes</name>
            <thead>
              <tr>
                <th align="left">Mapkey</th>
                <th align="left">Type</th>
                <th align="left">human-readable Label</th>
                <th align="left">Description</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">0</td>
                <td align="left">Text String</td>
                <td align="left">Identity</td>
                <td align="left">User Identity (usually username)</td>
              </tr>
              <tr>
                <td align="left">1</td>
                <td align="left">Byte String</td>
                <td align="left">Additional Client Data</td>
                <td align="left">Additional Data to be signed by the FIDO Authenticator</td>
              </tr>
              <tr>
                <td align="left">2</td>
                <td align="left">Array of Byte Strings</td>
                <td align="left">PKIDs</td>
                <td align="left">List of acceptable Credential IDs</td>
              </tr>
              <tr>
                <td align="left">3</td>
                <td align="left">Byte String</td>
                <td align="left">Auth Data</td>
                <td align="left">Authdata according to <xref target="WebAuthn"/>, Section 6.1</td>
              </tr>
              <tr>
                <td align="left">4</td>
                <td align="left">Byte String</td>
                <td align="left">FIDO Signature</td>
                <td align="left"> </td>
              </tr>
              <tr>
                <td align="left">5</td>
                <td align="left">Array of Integers or Text Strings</td>
                <td align="left">Authentication requirements</td>
                <td align="left">Sent by the server to indicate the current authentication requirements, i.e. if user presence or user verification is required</td>
              </tr>
              <tr>
                <td align="left">6</td>
                <td align="left">Byte String</td>
                <td align="left">PKID</td>
                <td align="left">Needed to identify the credential</td>
              </tr>
              <tr>
                <td align="left">7</td>
                <td align="left">Integer</td>
                <td align="left">Error Code</td>
                <td align="left">A code describing the error, see <xref target="error_conditions"/> for a list of error codes</td>
              </tr>
              <tr>
                <td align="left">8</td>
                <td align="left">Text String</td>
                <td align="left">Error Description</td>
                <td align="left">An optional human-readable error description</td>
              </tr>
            </tbody>
          </table>
          <t>We will now describe the meaning, format and required attributes for each message type.</t>
          <section anchor="success-indicator">
            <name>Success indicator</name>
            <t>This message is the protected success indicator, as required by <xref section="5.2" sectionFormat="comma" target="RFC9427"/>.
It is sent by the server to indicate a successful authentication.
Since EAP is a strict request-response based protocol, the client needs to reply to a success indicator sent by the server, so the server can send an EAP-Success message.
The client will acknowledge the reception of this packet through the acknowledgement mechanism in EAP-TLS with an EAP-TLS acknowledgement packet.</t>
            <t>To achieve the compatibility with the protected success indication mechanism of other EAP methods, the attributes field of the message <bcp14>MUST</bcp14> be omitted, that is, this message is only one byte with the value of 0x00.</t>
          </section>
          <section anchor="failure-indicator">
            <name>Failure indicator</name>
            <t>A failure indicator message signals a non-recoverable error condition for the current authentication exchange.</t>
            <t>The attributes field of the message <bcp14>MUST</bcp14> contain at least the Error Code attribute with an error code describing the error and <bcp14>MAY</bcp14> contain the Error Description attribute with a human-readable error description.</t>
          </section>
          <section anchor="error">
            <name>Error</name>
            <t>The Error message signals an error condition and can be sent both from client to server and vice versa.
This error condition does not necessarily lead to an authentication failure, since the EAP-FIDO server may decide that the previous authentication is sufficient. (See <xref target="examples_2hgracetime"/> for an example for this use case)</t>
            <t>The attributes field <bcp14>MUST</bcp14> contain at least the Error Code attribute with an error code describing the error and <bcp14>MAY</bcp14> contain an Error Description attribute with a human-readable error description.</t>
          </section>
          <section anchor="authentication-request">
            <name>Authentication Request</name>
            <t>An authentication request is sent by the server to initialize a new authentication request.
With this request, the server sends along information that the client needs to perform the FIDO authentication.</t>
            <t>The attributes field in the authentication request message contain the following attributes:</t>
            <dl>
              <dt>PKIDs:</dt>
              <dd>
                <t>(Optional) A list of acceptable Credential IDs. This can be used to trigger a re-authentication of a specific credential or to provide a list of the Credential IDs for a specific user, if Server-Side Credentials are used.</t>
              </dd>
              <dt>Authentication Requirements:</dt>
              <dd>
                <t>(Optional) A list of requirements for the FIDO authentication. See {:auth_requirements} for details.</t>
              </dd>
              <dt>Additional Client Data:</dt>
              <dd>
                <t>(Optional) Additional data to be signed by the FIDO Authenticator.</t>
              </dd>
            </dl>
            <t>If no attributes are transmitted, the attributes field <bcp14>MUST</bcp14> be set to an empty map, instead of omitting it completely.</t>
            <t>Since this packet signals the start of a new authentication, the client <bcp14>MUST</bcp14> initialize a new authentication and <bcp14>MUST NOT</bcp14> reuse information from any previous authentication attempt, even if the previous authentication exchange was not completed.
It <bcp14>MAY</bcp14> cache some data to perform sanity checks, i.e. to protect itself against misbehaving servers that try to re-initialize an authentication with the same parameters multiple times.</t>
          </section>
          <section anchor="authentication-response">
            <name>Authentication Response</name>
            <t>If a client has sufficient information to perform a FIDO authentication, the client sends an authentication response. The authentication response signifies the completion of one authentication.
This message can be sent in response to either an Authentication Request or an Information Response.</t>
            <dl>
              <dt>The attributes field in the authentication response message contain the following attributes:</dt>
              <dd>
                <t/>
              </dd>
              <dt>PKID:</dt>
              <dd>
                <t>The Credential ID of the FIDO Credential used to generate the signature.</t>
              </dd>
              <dt>Auth Data:</dt>
              <dd>
                <t>The signed auth data as returned from the FIDO Authenticator (see <xref target="FIDO-CTAP2"/>, Section 6.2)</t>
              </dd>
              <dt>FIDO Signature:</dt>
              <dd>
                <t>The signature as returned from the FIDO Authenticator (see <xref target="FIDO-CTAP2"/>, Section 6.2)</t>
              </dd>
            </dl>
            <t>All three attributes <bcp14>MUST</bcp14> be present in the authentication response message.</t>
          </section>
          <section anchor="information-request">
            <name>Information Request</name>
            <t>If a client does not have sufficient information to perform the FIDO authentication, the client can send an information request message to the server.</t>
            <t>This is the case if Server-Side Credentials are used, since the FIDO Authenticator needs the list of acceptable Credential IDs to access the actual credentials on the FIDO Authenticator.</t>
            <t>With the information request the client can transmit additional information that help the server to compile this information.</t>
            <t>The attributes field in the information request contains the following attributes:</t>
            <dl>
              <dt>Identity:</dt>
              <dd>
                <t>The identity of the user (usually a username, configured in <tt>C_IDENTITY</tt>)</t>
              </dd>
            </dl>
            <t>A client <bcp14>MUST NOT</bcp14> send an Information Request packet twice for one authentication.
If a client does not get sufficient information to perform the FIDO authentication after the first Information Request and the subsequent Information Response, the client will not get more information by asking the server a second time.
In this case, a client <bcp14>MUST</bcp14> respond with an Error message, indicating Insufficient Information.</t>
            <t>A server <bcp14>MUST</bcp14> respond with a Failure Indicator message if it receives an Information Request packet when it does not expect one.</t>
          </section>
          <section anchor="information-response">
            <name>Information Response</name>
            <t>The server answers to an Information Request from the client with an Information Response.</t>
            <t>This packet is used to transmit additional information to the client.</t>
            <t>The attributes field in the information response can contain any attribute that is also allowed in the Authentication Request packet.
If an attribute was both present in the Authentication Request and the Information Response packet, the client <bcp14>MUST</bcp14> discard the previous value(s) of this attribute that were sent in the Authentication Request and use the value(s) in the Information Response packet.</t>
            <t>A server <bcp14>MUST NOT</bcp14> send an Information Response packet twice for one authentication. A client <bcp14>MUST</bcp14> respond with a Failure Indicator message if it receives an Information Response packet when it does not expect one.</t>
          </section>
        </section>
        <section anchor="protocol-sequence">
          <name>Protocol Sequence</name>
          <t>The FIDO exchange phase starts with the server sending an authentication request to the client.
This message is sent along with the last message of the server's TLS handshake.</t>
          <t>The Authentication Request can include authentication requirements, additional client data and a list of Credential IDs.</t>
          <t>The client then decides if it has sufficient information to perform the FIDO authentication.
This can be done by probing the FIDO Authenticator with all information given in the Authentication Request message.</t>
          <t>If the FIDO authentication is already possible at this point, the client performs the FIDO authentication process and sends an Authentication Response message with the results from the FIDO authentication to the server.
This authentication flow can be used if the FIDO Authenticator has a Discoverable Credential registered for the given Relying Party ID.</t>
          <t>If the client needs additional information, i.e. because it uses Server-Side Credentials and therefore needs a list of Credential IDs, the client sends an information request to the server, which includes additional information from client to help the server to fulfill the information request.
In the current specification, this is namely an identifier, from which the EAP-FIDO server can perform a lookup for all registered FIDO credentials registered to this identifier.</t>
          <t>Upon reception of the Information Request message from the client, the server looks up the registered Credential IDs for the given identity.
Depending on the lookup, the requirements for user presence or user verification may change from the previous assumption.
The found Credential IDs, and optionally also the updated authentication requirements, are then sent with the Information Response back to the client.</t>
          <t>The client can now, with the additional information in the Information Response message, perform the FIDO authentication.
The result of the FIDO authentication is then sent to the Server in an Authentication Response message, which includes the PKID, Auth Data and FIDO Signature from the FIDO authentication result.</t>
          <t>When a server receives an Authentication Response message, it validates the FIDO data.
If the FIDO authentication is successful and the FIDO key has sufficient authorization, the server sends a Success indication message to indicate the Success of the FIDO exchange phase.
The client will acknowledge this packet using the EAP-TLS acknowledgement mechanism and the server sends an EAP-Success message.</t>
          <t>Depending on the result of the FIDO authentication, the user presence or user verification assertions and the policy for a specific FIDO credential, the server <bcp14>MAY</bcp14> choose to trigger a second FIDO authentication with a different set of authentication requirements.
This is done by sending a new Authentication Request message to the client.
This message <bcp14>MUST</bcp14> include a PKIDs attribute with only the PKID of the credential used in the previous FIDO authentication process.</t>
          <t>The client then triggers a new FIDO authentication process and answers with an Authentication Response message.</t>
          <t>The server <bcp14>MUST NOT</bcp14> trigger a challenge with the same Credential ID and Authentication Requirements twice.</t>
        </section>
      </section>
      <section anchor="fido-authentication">
        <name>FIDO authentication</name>
        <t>This section will describe the actual FIDO authentication process, that is performed between the EAP-FIDO client and the FIDO Authenticator.</t>
        <t>(currently mainly a sub, more text is TODO)</t>
        <t>The client will use CTAP version 2.0 or above <xref target="FIDO-CTAP2"/> to communicate with the FIDO Authenticator.</t>
        <t>The Relying Party ID (RPID) is explicitly configured in <tt>C_FIDO_RPID</tt></t>
        <t>The client data is a concatenation of three items.</t>
        <t>The first item are 8 bytes with the values 0x45, 0x41, 0x50, 0x2d, 0x46, 0x49, 0x44, 0x4F (ASCII: "EAP-FIDO")</t>
        <t>The second item is derived from the TLS keying material:</t>
        <artwork><![CDATA[
FIDO_CHALLENGE_TLS = TLS-Exporter("fido challenge", NULL, 32)
]]></artwork>
        <t>The third item is the optional additional client data sent by the server.
If the server did not send additional client data, this is omitted.</t>
        <t>All three items are concatenated and hashed using SHA-256.<cref anchor="cryptoagility" source="Janfred">This has no crypto agility, as was correctly pointed out. This part comes from the WebAuthn spec, where SHA-256 is fixed. For EAP-FIDO we could opt for crypto agility, since the hashing algorithm is not neccesarily fixed.</cref>
The result is the clientDataHash for the FIDO authentication.</t>
        <t>TODO: format of Authentication Requirements and how to send them using CTAP</t>
        <t>Completely TODO: Server side. How to validate. If up/uv was provided, even if not required, the server should update the "last up/uv seen" field for example.</t>
        <section anchor="auth_requirements">
          <name>Authentication requirements</name>
          <t>CTAP allows different authentication requirements to be requested.
The server can request those by sending values in the <tt>authentication requirements</tt> attribute with either the Authentication Request or the Information Response message.</t>
          <t>For standardized options, numerical values are used. For experimental use cases, implementations can use text strings. Implementations <bcp14>MUST</bcp14> ignore text strings they do not recognize.</t>
          <t>At the time of writing, the CTAP protocol has two authentication options relevant to this specification: User Presence and User Verification.</t>
          <t>If the server includes a value of 1 in the Authentication Requirements attribute array, the supplicant <bcp14>MUST</bcp14> require user presence from the FIDO authenticator.
If the server includes a value of 2, the supplicant <bcp14>MUST</bcp14> require user verification from the FIDO authenticator.</t>
        </section>
      </section>
      <section anchor="error_conditions">
        <name>Error conditions</name>
        <t>TODO, only a stub, not yet finished.</t>
        <t>Errors can be non-recoverable, or recoverable.
If an error is non-recoverable, then it <bcp14>MUST</bcp14> only appear in a Failure Indication message.
If an error is recoverable, the peer may decide whether or not the current error condition is non-recoverable or not.
These errors can be included in both the Failure Indication message and the Error message.</t>
        <t>An example of a non-recoverable error is the Unexpected Message error.
In this case either the other peer is misbehaving or they have a different state, in both cases, a successful authentication is not possible.</t>
        <t>An example of a recoverable error, that may be sent with a Failure Indication message is the No Username configured error.
If the client receives the authentication request and there is no FIDO authenticator available with a Discoverable Credential, and there is no username configured, then it is unlikely that the server has more information.
In this case the client <bcp14>MAY</bcp14> send a Failure Indication message, signaling its unwillingness to try again.
A client <bcp14>MAY</bcp14> also choose to send this error within the Error message, in which case the decision on trying again lies with the server.</t>
        <t>In this table are some error conditions, the list is not yet complete and not ordered.</t>
        <table>
          <thead>
            <tr>
              <th align="left">Error code</th>
              <th align="left">non-recoverable</th>
              <th align="left">human-readable Label</th>
              <th align="left">Description</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">?</td>
              <td align="left">no</td>
              <td align="left">No username configured</td>
              <td align="left">The client configuration had no username configured and no Discoverable Credential was available.</td>
            </tr>
            <tr>
              <td align="left">?</td>
              <td align="left">yes</td>
              <td align="left">Unexpected Message</td>
              <td align="left">The client or server received an unexpected message. Either one of the peers is misbehaving or they use incompatible versions. Either way, a successful authentication is not possible under these circumstances.</td>
            </tr>
            <tr>
              <td align="left">?</td>
              <td align="left">no</td>
              <td align="left">Insufficient Information</td>
              <td align="left">The client did not have sufficient information to perform a FIDO authentication.</td>
            </tr>
          </tbody>
        </table>
      </section>
    </section>
    <section anchor="implementation-guidelines">
      <name>Implementation Guidelines</name>
      <t>TODO</t>
    </section>
    <section anchor="design-decisions">
      <name>Design decisions</name>
      <t>This section documents several design decisions for the EAP-FIDO protocol</t>
      <section anchor="registration-out-of-scope">
        <name>Registration of FIDO2 keys is out of scope</name>
        <t>The FIDO CTAP protocol has distinct primitives for the registration and the usage of a FIDO2 credential.
This specification requires that the registration of the security token has been done out-of-band, for example using the WebAuthn protocol in a browser context.</t>
        <t>There are multiple degrees of freedom when registering a token with CTAP version 2.
This specification recognizes the following choices at registration time, and defines how to effectuate an authentication transaction for any combination of these choices.</t>
        <section anchor="discoverable-credentials-vs-server-side-credentials">
          <name>Discoverable Credentials vs. Server-Side Credentials</name>
          <t>FIDO2 tokens contain a master key which never leaves the security perimeter of the token.
FIDO2 tokens transact by generating asymmetric keypairs which are bound to a scope (often: a domain name, a RADIUS realm).
The scoped keying material can be accessed using two different methods:</t>
          <ul spacing="normal">
            <li>
              <t>Server-Side Credentials: The keying material is not accessible directly, but only by providing a Credential ID that was generated during registration. Depending on the actual implementation inside the FIDO Authenticator, the Credential ID may be used as a seed to re-generate the specific key pair with the help of the FIDO Authenticator's master key. Other FIDO Authenticator implementations may store the keypair and generate a random Credential ID by which the key can be referenced. To trigger an authentication, the client must provide the correct Credential ID to the FIDO Authenticator. It is fair to assume that the number of Server-Side Credentials that a FIDO Authenticator can generate is not significantly limited, so the number of keys should not weigh in to the consideration whether or not it is worth to register a new Server-Side Credential for a given scope.</t>
            </li>
            <li>
              <t>Discoverable Credentials: The keying material is stored on the security token itself, along with the scope for which the keypair was generated. During authentication transactions, only the scope (as configured, or as sent by the server) determines which keypair is to be used in the transaction. The key can store multiple keys for the same scope. The number of slots for Discoverable Credentials is limited, and this limit needs to be considered when deciding whether or not a new Discoverable Credential should be registered for a specific use case.</t>
            </li>
          </ul>
          <t>EAP-FIDO supports both Discoverable and Server-Side Credentials.</t>
          <t>Registering a Discoverable Credential has several advantages and one disadvantage:</t>
          <ul spacing="normal">
            <li>
              <t>No username needs to be sent during the authentication transaction</t>
            </li>
            <li>
              <t>The transaction requires less round-trips due to skipping the username transmission process</t>
            </li>
            <li>
              <t>The amount of data sent from EAP server to EAP peer is significantly smaller, reducing the probability of extra roundtrips or packet fragmentation</t>
            </li>
            <li>
              <t>The scopes of the stored credentials can be seen and enumerated by the EAP supplicant, helping the user in finding the right value for configuring the EAP realm</t>
            </li>
            <li>
              <t>The Discoverable Credential consumes space on the FIDO Authenticator, which might be limited</t>
            </li>
          </ul>
        </section>
        <section anchor="user-involvement-during-registration">
          <name>User involvement during registration</name>
          <t>Token registration can involve one of two levels of asserting the user presence.</t>
          <ul spacing="normal">
            <li>
              <t>UP (userPresence): the registration ceremony ensures that a person is present at the token while registering the device (e.g. human tissue needs to touch a physical security key while the registration transaction executes).</t>
            </li>
            <li>
              <t>UV (userVerification): the security token registers a unique property of the user during the registration ceremony, such that it is asserted that only the exact same person can interact with the token in the future (e.g. by registering a fingerprint or facial recognition)</t>
            </li>
          </ul>
          <t>During authentication transactions, an EAP-FIDO server can request one of three levels of asserting user presence.</t>
          <ul spacing="normal">
            <li>
              <t>Silent (interaction with a human is not required)</t>
            </li>
            <li>
              <t>UP (physical interaction with a person is required)</t>
            </li>
            <li>
              <t>UV (physical interaction with the registered user is required).</t>
            </li>
          </ul>
          <t>An authentication transaction can not request a higher level than was set at registration time; i.e. a token registered in UP mode can not transact in UV mode.</t>
          <t>EAP-FIDO supports all three transaction modes, and the server can signal its required minimum assertion level for each individual authentication transaction.</t>
        </section>
      </section>
      <section anchor="fido2-key-scopes-and-certificate-name-considerations">
        <name>FIDO2 key scopes and certificate name considerations</name>
        <t>The scope of a FIDO2 key as set during the registration transaction determines the contexts in which it can be used.
In EAP-FIDO, the following three notions interplay:</t>
        <ul spacing="normal">
          <li>
            <t>the realm of username as used in the EAP-Identity exchange ("outer ID")</t>
          </li>
          <li>
            <t>the servername as presented during the EAP-TLS exchange by the EAP-FIDO server</t>
          </li>
          <li>
            <t>the relyingPartyIdentifier (rpId) that is used during the FIDO CTAP client authentication phase</t>
          </li>
        </ul>
        <t>Since FIDO keys may be used in other contexts, such as <xref target="WebAuthn"/>, we have to ensure that the security parameters of EAP-FIDO and other FIDO-based protocols align.</t>
        <t>The most important restriction regards the relation between domain name and Relying Party ID.
This relation ensures that a FIDO credential is linked to a specific scope and cannot be used outside of that scope.
Thus, in EAP-FIDO we must a equivalent dependency, that prevents the usage of a FIDO credential outside its intended scope, which could serve as basis for a cross-protocol attack.</t>
        <t>Therefore, we require that the configuration item <tt>C_EXPECTED_SERVERNAME</tt>, which is used to verify the server certificate within the EAP-TLS handshake, is the same as or a subdomain of <tt>C_FIDO_RPID</tt>.
This ensures that only an entity with a valid certificate within the scope the FIDO credential is registered to can also use the FIDO credential for EAP-FIDO.</t>
        <t>This check <bcp14>MUST</bcp14> be done within the supplicant, and the server has to trust the supplicant's implementation to actually check this.</t>
      </section>
      <section anchor="eap-method-with-eap-tls-vs-standalone-eap-method-to-be-used-in-tunnels">
        <name>EAP-Method with EAP-TLS vs standalone EAP method to be used in tunnels</name>
        <t>Since there already exist EAP methods that provide a TLS tunnel and are capable of encapsulating further EAP methods, e.g. EAP-PEAP, EAP-TTLS or EAP-TEAP, the question arises, why this specification does not focus solely on the FIDO exchange as a standalone EAP method instead of re-specifying a new EAP-method that again makes use of EAP-TLS.</t>
        <t>The main reason for a decision against this is the potential for misconfiguration.
One of the goals for this EAP method is to provide a means to validate the server certificate using implicit configuration options.
Using EAP-TTLS or EAP-PEAP would counteract this goal, since in most supplicants the configuration for the different phases of the tunneled TLS methods is done separately, so the users would have to configure the certificate check parameters manually again.
Additionally, not every supplicant application may allow the code for the phase 2 exchange to access information about the phase 1 exchange, namely the server certificate parameters, which is necessary for the security of the EAP-FIDO exchange.
Specifying EAP-FIDO as standalone EAP methods could therefore require modifying the EAP stack.
Implementers might be tempted to re-use the insecure and error-prone configuration interfaces.
To prevent this from the start, EAP-FIDO specifies an EAP-TLS based EAP method that cannot be used standalone.</t>
        <t>Although this requires potentially duplicate code for supplicants that support multiple EAP-TLS based methods, the authors believe this means of specification to be more resistant against implementation errors and prevent error-prone user interfaces.</t>
      </section>
    </section>
    <section anchor="implementation-status">
      <name>Implementation Status</name>
      <t>Note to RFC editor: Remove this section, as well as the reference to <xref target="RFC7942"/> before publication</t>
      <t>This section records the status of known implementations of the
protocol defined by this specification at the time of posting of
this Internet-Draft, and is based on a proposal described in
<xref target="RFC7942"/>.  The description of implementations in this section is
intended to assist the IETF in its decision processes in
progressing drafts to RFCs.  Please note that the listing of any
individual implementation here does not imply endorsement by the
IETF.  Furthermore, no effort has been spent to verify the
information presented here that was supplied by IETF contributors.
This is not intended as, and must not be construed to be, a
catalog of available implementations or their features.  Readers
are advised to note that other implementations may exist.</t>
      <t>According to <xref target="RFC7942"/>, "this will allow reviewers and working
groups to assign due consideration to documents that have the
benefit of running code, which may serve as evidence of valuable
experimentation and feedback that have made the implemented
protocols more mature.  It is up to the individual working groups
to use this information as they see fit".
<?line -20?>
      </t>
      <t>There is one early prototype proof-of-concept implementation of EAP-FIDO into hostap (hostapd for the server side, wpa_supplicant on the client side) available.
The implementation was done before the specification of this draft was finished and is therefore not compatible with any draft version (different message format, simplified message flow, missing security checks), but serves as a proof-of-concept for the overall principle of using FIDO to perform an eduroam login.
The source code can be found under <eref target="https://git.rieckers.it/rieckers/hostap/-/tree/eap_fido_poc_tnc23">https://git.rieckers.it/rieckers/hostap/-/tree/eap_fido_poc_tnc23</eref></t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>TODO Security</t>
      <t>The security properties of FIDO are described in <xref target="FIDO-SecRef"/></t>
    </section>
    <section anchor="deployment-considerations">
      <name>Deployment Considerations</name>
      <t>This section will list considerations for deploying EAP-FIDO.
It is intended to help local administrators to decide which parameters should be used in their deployment and give a brief overview over our suggested best practices.</t>
      <section anchor="token-registration-with-user-presence-vs-user-verification">
        <name>Token Registration with User Presence vs. User Verification</name>
        <t>In many use cases, it is desirable for a deployer to attribute an authentication transaction to a specific individual on an ongoing basis.
If this ongoing attribution is important, tokens need to be registered in User Verification (UV) mode.</t>
        <t>A token which is registered with User Presence (UP) only does not allow to ascertain the binding to a specific individual on an ongoing basis.
The registration process makes sure that the token belongs to an authorized user initially at registration time - but this individual may transfer the token to other individuals post-registration, either by conscious decision or by accident.
The new owner will be trivially able to complete an eventual UP challenge in the future, because UP challenges do not involve a personal authentication factor.
Examples of such transfers include a physical hand-over of a USB Security Token, sharing the credential of a platform authenticator using AirDrop or theft of a device.</t>
        <t>A token which is registered with User Verification (UV) on the contrary can be issued a UV challenge, which will require the personal authentication factor used during registration (e.g. PIN, biometric).
While it may still be possible to transfer the token along with the authentication factor (say, USB Security Token and associated PIN), this behavior is then equivalent to directly sharing the password in password-based EAP types or the private key of a Client Certificate for certificate based login.
This has a higher psychological barrier, is a known problem, and can be sanctioned by the deployer in the same way as traditional password sharing is.
Additionally, this prevents an attacker that came into possession of the FIDO token without consent/knowledge of the original owner from completing UV challenges, since they are missing the required verification credential (i.e. PIN or biometric).</t>
        <t>We want to emphasize that preventing users from transferring ownership is only possible if the used FIDO keys require biometric authentication and this can not be circumvented (i.e. by a backup-PIN or a PIN-based mechanism to add new fingerprints).</t>
      </section>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document has IANA actions:</t>
      <ul spacing="normal">
        <li>
          <t>EAP type code point for EAP-FIDO</t>
        </li>
        <li>
          <t>EAP-FIDO registry
          </t>
          <ul spacing="normal">
            <li>
              <t>Message types, should probably be of policy "Specification Required"</t>
            </li>
            <li>
              <t>Attributes, should be split with "Specification Required" and "Private use"</t>
            </li>
            <li>
              <t>Error codes, should be split with "Specification Required" and "Private use"</t>
            </li>
            <li>
              <t>Authentication requirements, with ints as "Specification Required" and text strings as "Private use" or "Experimental"</t>
            </li>
          </ul>
        </li>
      </ul>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <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="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>
        <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="RFC9427">
          <front>
            <title>TLS-Based Extensible Authentication Protocol (EAP) Types for Use with TLS 1.3</title>
            <author fullname="A. DeKok" initials="A." surname="DeKok"/>
            <date month="June" year="2023"/>
            <abstract>
              <t>The Extensible Authentication Protocol-TLS (EAP-TLS) (RFC 5216) has been updated for TLS 1.3 in RFC 9190. Many other EAP Types also depend on TLS, such as EAP-Flexible Authentication via Secure Tunneling (EAP-FAST) (RFC 4851), EAP-Tunneled TLS (EAP-TTLS) (RFC 5281), the Tunnel Extensible Authentication Protocol (TEAP) (RFC 7170). It is possible that many vendor-specific EAP methods, such as the Protected Extensible Authentication Protocol (PEAP), depend on TLS as well. This document updates those methods in order to use the new key derivation methods available in TLS 1.3. Additional changes necessitated by TLS 1.3 are also discussed.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9427"/>
          <seriesInfo name="DOI" value="10.17487/RFC9427"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="WebAuthn" target="https://www.w3.org/TR/2021/REC-webauthn-2-20210408/">
          <front>
            <title>Web Authentication: An API for accessing Public Key Credentials Level 2</title>
            <author>
              <organization>World Wide Web Consortium</organization>
            </author>
            <date year="2021" month="April" day="08"/>
          </front>
        </reference>
        <reference anchor="FIDO-CTAP2" target="https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html">
          <front>
            <title>Client to Authenticator Protocol (CTAP)</title>
            <author>
              <organization>FIDO Alliance</organization>
            </author>
            <date year="2022" month="June" day="21"/>
          </front>
        </reference>
        <reference anchor="FIDO-SecRef" target="https://fidoalliance.org/specs/common-specs/fido-security-ref-v2.1-ps-20220523.html">
          <front>
            <title>FIDO Security Reference</title>
            <author>
              <organization>FIDO Alliance</organization>
            </author>
            <date year="2022" month="May" day="23"/>
          </front>
        </reference>
        <reference anchor="FIDO-Glossary" target="https://fidoalliance.org/specs/common-specs/fido-glossary-v2.1-ps-20220523.html">
          <front>
            <title>FIDO Technical Glossary</title>
            <author>
              <organization>FIDO Alliance</organization>
            </author>
            <date year="2022" month="May" day="23"/>
          </front>
        </reference>
        <reference anchor="IETF115-emu-minutes" target="https://datatracker.ietf.org/meeting/115/materials/minutes-115-emu-202211071530-00">
          <front>
            <title>EMU @ IETF 115, Minutes</title>
            <author>
              <organization>IETF</organization>
            </author>
            <date year="2022" month="November" day="07"/>
          </front>
        </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="RFC5281">
          <front>
            <title>Extensible Authentication Protocol Tunneled Transport Layer Security Authenticated Protocol Version 0 (EAP-TTLSv0)</title>
            <author fullname="P. Funk" initials="P." surname="Funk"/>
            <author fullname="S. Blake-Wilson" initials="S." surname="Blake-Wilson"/>
            <date month="August" year="2008"/>
            <abstract>
              <t>EAP-TTLS is an EAP (Extensible Authentication Protocol) method that encapsulates a TLS (Transport Layer Security) session, consisting of a handshake phase and a data phase. During the handshake phase, the server is authenticated to the client (or client and server are mutually authenticated) using standard TLS procedures, and keying material is generated in order to create a cryptographically secure tunnel for information exchange in the subsequent data phase. During the data phase, the client is authenticated to the server (or client and server are mutually authenticated) using an arbitrary authentication mechanism encapsulated within the secure tunnel. The encapsulated authentication mechanism may itself be EAP, or it may be another authentication protocol such as PAP, CHAP, MS-CHAP, or MS-CHAP-V2. Thus, EAP-TTLS allows legacy password-based authentication protocols to be used against existing authentication databases, while protecting the security of these legacy protocols against eavesdropping, man-in-the-middle, and other attacks. The data phase may also be used for additional, arbitrary data exchange. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5281"/>
          <seriesInfo name="DOI" value="10.17487/RFC5281"/>
        </reference>
        <reference anchor="RFC7942">
          <front>
            <title>Improving Awareness of Running Code: The Implementation Status Section</title>
            <author fullname="Y. Sheffer" initials="Y." surname="Sheffer"/>
            <author fullname="A. Farrel" initials="A." surname="Farrel"/>
            <date month="July" year="2016"/>
            <abstract>
              <t>This document describes a simple process that allows authors of Internet-Drafts to record the status of known implementations by including an Implementation Status section. This will allow reviewers and working groups to assign due consideration to documents that have the benefit of running code, which may serve as evidence of valuable experimentation and feedback that have made the implemented protocols more mature.</t>
              <t>This process is not mandatory. Authors of Internet-Drafts are encouraged to consider using the process for their documents, and working groups are invited to think about applying the process to all of their protocol specifications. This document obsoletes RFC 6982, advancing it to a Best Current Practice.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="205"/>
          <seriesInfo name="RFC" value="7942"/>
          <seriesInfo name="DOI" value="10.17487/RFC7942"/>
        </reference>
      </references>
    </references>
    <?line 746?>

<section anchor="example-use-cases-and-protocol-flows">
      <name>Example use cases and protocol flows</name>
      <section anchor="usecases_passkey_silent">
        <name>Authentication using Discoverable Credentials with silent authentication</name>
        <t>With this use case, the server will send an Authentication Request containing only the Relying Party Id attribute.</t>
        <t>The client can trigger the silent authentication with the Discoverable Credential stored on the FIDO Authenticator and includes the response from the FIDO Authenticator into the Authentication Response message.</t>
        <t>The server can look up the Credential IDs in its database, verify the FIDO signature with the stored public key and, if the signature was valid, send a protected success indicator to the client.
The client responds with an acknowledgement and the server sends an EAP-Success</t>
      </section>
      <section anchor="authentication-using-discoverable-credentials-with-silent-auth-for-wifi-and-uv-auth-for-vpn">
        <name>Authentication using Discoverable Credentials with silent auth for WiFi and uv auth for VPN</name>
        <t>With this use case, the server will modify the Authentication Request based on which RADIUS client (the Wifi Controller or the VPN appliance) sent the request.</t>
        <t>If the WiFi appliance sent the request, silent auth is used, and the flow is identical with the previous use case.</t>
        <t>If the request came from the VPN appliance (e.g. because the VPN is done via IPSEC with EAP), the server adds "uv" in the Authentication Requirements attribute, which triggers an UV action on the client's side.</t>
        <t>The client triggers the authentication with the Discoverable Credential with user verification and responds to the server with the authentication data. The server verifies the signature, sends a success indication, the client acknowledges and the server sends an EAP-Success.</t>
      </section>
      <section anchor="authentication-with-server-side-credentials">
        <name>Authentication with Server-Side Credentials</name>
        <t>In this use case, the FIDO Authenticator does not have a Discoverable Credential for the Relying Party ID. Instead, the server has a list of Credential IDs stored for each username.</t>
        <t>After the initial Authentication Request from the server, the client does not have enough data to trigger the FIDO Authentication, so it needs additional information.</t>
        <t>The client then sends an Information Request message with its username.</t>
        <t>The server looks up the username in its database and sends back a list of Credential IDs it has stored for this user with an Information Response message.</t>
        <t>The client can now trigger the FIDO authentication with this list and responds with an Authentication Response, that includes the Credential ID that was actually used for this FIDO authentication.</t>
        <t>The server can now verify the signature and client and server finalize the EAP method.</t>
      </section>
      <section anchor="authentication-with-server-side-credentials-and-user-specific-authentication-policies">
        <name>Authentication with Server-Side Credentials and user-specific authentication policies</name>
        <t>In this use case, different users have different authentication policies, i.e. employees are allowed to use silent authentication, but administrators need an authentication with user presence.</t>
        <t>The server starts with an AuthenticationRequest and no authentication requirements or an empty array as authentication requirements.
The client transmits its identity to the server in the Information Request message.
Now the server looks up the user and their registered Credential IDs, and checks whether or not user presence verification is necessary.</t>
        <t>If it is necessary, the server includes an authentication requirements attribute with the "up" value along with the PKIDs in the Information Response message.
Since the client discards any previous attribute values, it now performs a FIDO authentication with user presence, and responds to the server.</t>
      </section>
      <section anchor="usecase_mandatory_verification_after_time">
        <name>Authentication with mandatory verification after a timespan</name>
        <t>It may be desired to force a user verification after a timespan, to ensure that the FIDO token is still in possession of the user.
This timespan is specific for each token, so the check whether or not the token is still allowed to perform only silent authentication can only be done after the authentication has happened.</t>
        <t>Given, a user has two registered token, one was verified recently and the other exceeded the verification timespan.</t>
        <t>The server start with an authentication request, the client answers with an Information Request and the Identity, the server transmits the Information Response with the two PKIDs and the client performs the silent FIDO authentication with the "expired" FIDO token.
After sending the Authentication Response, the server verifies the FIDO authentication and recognizes the expired FIDO token.
Now the server sends a new Authentication Request with the PKID of the expired token and "uv" as Authentication Requirement.
The client now performs the FIDO authentication again, this time with user verification and sends the Authentication Response to the server.
The server stores the timestamp of the successful user verification in its database and sends the success indicator.</t>
      </section>
      <section anchor="examples_2hgracetime">
        <name>Authentication with mandatory verification after a timespan with a grace period</name>
        <t>As with the previous example, in this case the FIDO token again have a token-specific timeout to allow silent authentication for a period of time after a successful user verification.
Unlike in the previous example, this time there is a grace period that still allows a silent authentication for a while after the timer expired.
The intention is to not kick out the user in the moment the timer expires, i.e. a user is currently not in the vicinity of the device at that time, but one would not want to kick out the user if it needs to reconnect due to poor WiFi performance.
Instead, the user may choose a convenient time to verify their identity/presence within this grace period.</t>
        <t>The protocol flow is the same as the previous example, but this time the second Authentication Request from the server cannot be answered from the client, since the user is not performing the user verification.
Instead, the client will send an Error message with error code TODO (FIDO authentication Timeout).</t>
        <t>The server can now decide whether or not the silent authentication is still acceptable.
If it is, meaning that the timeout for silent authentication has expired, but it is still in the grace period, it answers with a Success Indicator.
If not, meaning that the grace period has expired too, the server will send a Failure Indicator with the appropriate error code.</t>
      </section>
      <section anchor="fa-authentication-with-client-certificate-on-tls-layer-and-fido-in-the-inner-authentication">
        <name>2FA-Authentication with client certificate on TLS layer and FIDO in the inner authentication</name>
        <t>Since EAP-FIDO uses TLS, it is possible to perform two-factor authentication directly with only EAP-FIDO.
In this case, the client and server perform mutual authentication at the TLS layer.</t>
        <t>The server can now determine the identity of the user based on the certificate and already look up the stored Credential IDs.
With this lookup, the server can already include the PKIDs in the Authentication Request.
The client doesn't need to send an Information Request, since it already has all information.
It can immediately perform the FIDO authentication process and send the Authentication Response to the server.</t>
      </section>
    </section>
    <section anchor="open-questions-regarding-protocol-design">
      <name>Open Questions regarding Protocol design</name>
      <t>Note to RFC Editor: Remove this section and all references from this section before publication.</t>
      <t>Since this specification is an early draft, there are a lot of open questions that we want to get community feedback on.</t>
      <section anchor="openquestions_rpid">
        <name>How to determine the FIDO Relying Party ID?</name>
        <t>FIDO needs a relying party ID to function.
The question is how this RPID is determined and verified, there are several options that all have pros and cons.</t>
        <t>The main thing is to have in mind, that there are three relevant parameters, that need to be put into a certain relationship:</t>
        <ul spacing="normal">
          <li>
            <t>the RADIUS realm (i.e. 'anonymous@dfn.de')</t>
          </li>
          <li>
            <t>the RPID (i.e. 'eduroam.dfn.de')</t>
          </li>
          <li>
            <t>the Server Certificate Name (usually subjectAltName:DNS, i.e. 'radius.eduroam.dfn.de', in the following abbreviated simply with SAN)</t>
          </li>
        </ul>
        <t>All these three parameters need to be in a pre-defined relationship to allow a simple and hard-to-mess-up-and-still-secure configuration.
Both the client and the server have to agree on what the RPID is, in order for the FIDO authentication to succeed.
If there is a defined relationship between the RPID and the certificate name (i.e. SAN needs to be a subrealm of the RPID), then the client needs to verify the certificate against exactly that.
When does the client do that? What security implications does that bring?
All these options need some thought.</t>
        <section anchor="option-1-configuration">
          <name>Option 1: Configuration</name>
          <t>The first option would be to just have the RPID as a configuration item, maybe with a default on the realm of the outer username.
Adding a configuration option complicates the setup of the EAP method, but hopefully not too much.
A misconfiguration of the RPID is also not that critical from a security standpoint.
The effects of a misconfigured RPID are only a problem if the used FIDO key is also registered with a third party, in which case the third party could trick the client to connect to a bogus network.</t>
          <t>If the RPID deviates from the realm, the client could send the requested RPID using Server Name Indication.</t>
        </section>
        <section anchor="option-2-mandate-rpid-to-equal-realm-of-the-username">
          <name>Option 2: Mandate RPID to equal Realm of the Username</name>
          <t>The second option would be to mandate that the RPID is equal to the realm portion of the username.
This restricts options on how to use EAP-FIDO and may cause unnecessary difficulties in routing, if the convenient routing domain (e.g. the registered domain for a company) should not be used as RPID due to security concerns, or different RPIDs should be used under the same routing realm.</t>
        </section>
        <section anchor="option-3-rpid-is-determined-by-the-server-and-sent-before-the-tls-handshake">
          <name>Option 3: RPID is determined by the server and sent before the TLS handshake</name>
          <t>Since the RPID plays an important role in the decision whether or not the certificate sent by the server is to be trusted, the RPID should be determined before the TLS handshake.
The server could determine the RPID based on the outer username and send it as payload in the EAP-TLS Start packet.
This way, the client has a clear indication as to whether or not to trust the server certificate sent in the subsequent TLS handshake.</t>
          <t>However, this opens up some security issues that are yet to be investigated, since the RPID could be modified by an on-path attacker.</t>
        </section>
        <section anchor="option-4-rpid-is-determined-by-the-server-and-sent-after-the-tls-handshake">
          <name>Option 4: RPID is determined by the server and sent after the TLS handshake</name>
          <t>With this option, the problem is that the client needs to cache the server certificate in order to determine if the RPID is valid. for the given certificate, unless the rules for certificate verification and RPID determination specify it otherwise.
One possibility to circumvent this would be to allow the server certificate names and the RPID to deviate, but validate both against the realm of the outer username, e.g. a realm of example.com with a server certificate for radius.example.com and the FIDO RPID fido.example.com.</t>
          <t>This, however, adds a whole lot more of security concerns, especially in environments with different independent divisions under the same domain suffix.</t>
        </section>
        <section anchor="current-decision-option-1">
          <name>CURRENT DECISION: Option 1</name>
          <t>With draft-janfred-eap-fido-02 we introduced wording that the Relying Party ID is the origin of all configuration items.
All other configuration items on the client side are derived from that.
This also means that we have a default DNS name that we check the server certificate against: <tt>eap-fido-authentication.&lt;RPID&gt;</tt>.
The name is not final yet and should not be hardcoded in any code other than proof-of-concept code.
That it is ok to just define a specific subdomain and mandate it was picked from RFC 8461 (MTA-STS), where <tt>mta-sts.&lt;mail domain part&gt;</tt> is mandated as host that will serve the MTA-STS file.</t>
        </section>
      </section>
      <section anchor="missing-features">
        <name>Missing Features</name>
        <t>There are a lot of features, that have been brought up by several people at several occasions.
This EAP method could include spec to address these problems.
Also there may be FIDO-specific things that are not part of this specification.</t>
        <section anchor="deprovisioning-of-eap-configuration">
          <name>Deprovisioning of EAP configuration</name>
          <t>It may be useful to directly include a way to signal in-band that an EAP configuration should be deleted.</t>
          <t>The idea stems from the discussion at IETF 115 about EAP-DIE <xref target="IETF115-emu-minutes"/>.</t>
          <t>With EAP-FIDO it may be desirable to also allow for deletion of Discoverable Credentials. (Maybe residential Server-Side Credentials too?</t>
          <t>Input on the need and specific way to achieve this is welcome.</t>
        </section>
      </section>
      <section anchor="open-questions-regarding-security">
        <name>Open questions regarding security</name>
        <section anchor="multiple-signatures-with-the-same-parameters-a-problem">
          <name>Multiple signatures with the same parameters a problem?</name>
          <t>The current specification allows the server to send additional data for the FIDO client-data-hash, but if the server omits that, the client-data-hash is only comprised of the exported key material from TLS.
Now the interesting question is: Is this a problem?
Could a malicious server, that came in possession of a certificate that the client trusts, perform multiple authentication runs and observe the client's behavior and analyze the different signatures?
Basically, this could be a chosen-plaintext attack, where the attacker could control at least some portions of the plaintext.
One way around this would be to include a nonce in the TLS-Exporter for the FIDO challenge, so the client selects this nonce and sends it to the server, this way the server can not predict the plaintext used for signing.
The possibility of a double-signature with the same data is prevented by the counter increasing with every signature, but maybe some authenticators do not implement this counter.
The research whether or not this is a problem is still TODO, if FIDO experts have an opinion about this, please contact the authors.</t>
        </section>
      </section>
    </section>
    <section anchor="document-status">
      <name>Document Status</name>
      <t>Note to RFC Editor: Remove this section before publication.</t>
      <section anchor="change-history">
        <name>Change History</name>
        <t>draft-janfred-eap-fido-00:</t>
        <ul empty="true">
          <li>
            <ul spacing="normal">
              <li>
                <t>Initial draft version</t>
              </li>
            </ul>
          </li>
        </ul>
        <t>draft-janfred-eap-fido-01:</t>
        <ul empty="true">
          <li>
            <ul spacing="normal">
              <li>
                <t>Updated terminology to align with the FIDO/WebAuthn terminology</t>
              </li>
              <li>
                <t>Reword introduction</t>
              </li>
            </ul>
          </li>
        </ul>
        <t>draft-janfred-eap-fido-02:</t>
        <ul empty="true">
          <li>
            <ul spacing="normal">
              <li>
                <t>Rewording of introduction - better description under which circumstances the current practice is flawed.</t>
              </li>
              <li>
                <t>Add Section describing client and server configuration</t>
              </li>
              <li>
                <t>Add <tt>eap-fido-authentication.&lt;RPID&gt;</tt> as default server identity.</t>
              </li>
              <li>
                <t>Refine wording around server name verification</t>
              </li>
              <li>
                <t>Adjust message formats and attribute mapkeys to not transmit the RPID any more.</t>
              </li>
              <li>
                <t>Add first few paragraphs on error handling</t>
              </li>
            </ul>
          </li>
        </ul>
        <t>draft-ietf-emu-eap-fido-00:</t>
        <ul empty="true">
          <li>
            <ul spacing="normal">
              <li>
                <t>First WG draft</t>
              </li>
              <li>
                <t>Update way FIDO client data is constructed (include protocol binding at the very beginning, before exported key material from TLS)</t>
              </li>
              <li>
                <t>Change auth requirements attribute to array of ints or text string, with text strings used for experimental features</t>
              </li>
              <li>
                <t>Update IANA section for registry of auth requirement ints</t>
              </li>
            </ul>
          </li>
        </ul>
      </section>
      <section anchor="missing-specs">
        <name>Missing Specs</name>
        <ul spacing="normal">
          <li>
            <t>Error codes and Error handling</t>
          </li>
          <li>
            <t>Key derivation for i.e. WPA2
            </t>
            <ul spacing="normal">
              <li>
                <t>Will be exported from TLS layer, maybe include some information from the FIDO exchange to bind it to the FIDO exchange?</t>
              </li>
            </ul>
          </li>
        </ul>
      </section>
    </section>
    <section numbered="false" anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>The document authors want to thank Alexander Clouter for the idea of a default authentication server name.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
SUD7AAA=

-->

</rfc>
