<?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.5 (Ruby 3.2.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-janfred-eap-fido-02" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.19.4 -->
  <front>
    <title abbrev="EAP-FIDO">EAP-FIDO</title>
    <seriesInfo name="Internet-Draft" value="draft-janfred-eap-fido-02"/>
    <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="March" day="01"/>
    <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-janfred-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">UTF-8 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 UTF-8 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">UTF-8 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. The possible options for this version of EAP-FIDO are "up" for requesting user presence and "uv" for requesting user verification. Clients <bcp14>MUST</bcp14> ignore any other value, to ensure forward compatibility.</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 two items.</t>
        <t>The first item is derived from the TLS keying material:</t>
        <artwork><![CDATA[
FIDO_CHALLENGE_TLS = TLS-Exporter("fido challenge", NULL, 32)
]]></artwork>
        <t>The second item is the optional additional client data sent by the server.</t>
        <t>Both items are concatenated and hashed using SHA-256.
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>
      <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>
          </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 726?>

<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>
      </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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
WNWDe670AAA=

-->

</rfc>
