8176
PROPOSED STANDARD

Authentication Method Reference Values

Authors: M. Jones, P. Hunt, A. Nadalin
Date: June 2017
Area: sec
Working Group: oauth
Stream: IETF

Abstract

The "amr" (Authentication Methods References) claim is defined and registered in the IANA "JSON Web Token Claims" registry, but no standard Authentication Method Reference values are currently defined. This specification establishes a registry for Authentication Method Reference values and defines an initial set of Authentication Method Reference values.

RFC 8176: Authentication Method Reference Values [RFC Home] [TEXT|PDF|HTML] [Tracker] [IPR] [Errata] [Info page]

PROPOSED STANDARD
Errata Exist
Internet Engineering Task Force (IETF)                          M. Jones
Request for Comments: 8176                                     Microsoft
Category: Standards Track                                        P. Hunt
ISSN: 2070-1721                                                   Oracle
                                                              A. Nadalin
                                                               Microsoft
                                                               June 2017


                 <span class="h1">Authentication Method Reference Values</span>

Abstract

   The "amr" (Authentication Methods References) claim is defined and
   registered in the IANA "JSON Web Token Claims" registry, but no
   standard Authentication Method Reference values are currently
   defined.  This specification establishes a registry for
   Authentication Method Reference values and defines an initial set of
   Authentication Method Reference values.

Status of This Memo

   This is an Internet Standards Track document.

   This document is a product of the Internet Engineering Task Force
   (IETF).  It represents the consensus of the IETF community.  It has
   received public review and has been approved for publication by the
   Internet Engineering Steering Group (IESG).  Further information on
   Internet Standards is available in <a href="./rfc7841#section-2">Section 2 of RFC 7841</a>.

   Information about the current status of this document, any errata,
   and how to provide feedback on it may be obtained at
   <a href="https://www.rfc-editor.org/info/rfc8176">http://www.rfc-editor.org/info/rfc8176</a>.

Copyright Notice

   Copyright (c) 2017 IETF Trust and the persons identified as the
   document authors.  All rights reserved.

   This document is subject to <a href="https://www.rfc-editor.org/bcp/bcp78">BCP 78</a> and the IETF Trust's Legal
   Provisions Relating to IETF Documents
   (<a href="http://trustee.ietf.org/license-info">http://trustee.ietf.org/license-info</a>) in effect on the date of
   publication of this document.  Please review these documents
   carefully, as they describe your rights and restrictions with respect
   to this document.  Code Components extracted from this document must
   include Simplified BSD License text as described in Section 4.e of
   the Trust Legal Provisions and are provided without warranty as
   described in the Simplified BSD License.



<span class="grey">Jones, et al.                Standards Track                    [Page 1]</span>

<span id="page-2" ></span>
<span class="grey"><a href="./rfc8176">RFC 8176</a>         Authentication Method Reference Values        June 2017</span>


Table of Contents

   <a href="#section-1">1</a>.  Introduction  . . . . . . . . . . . . . . . . . . . . . . . .   <a href="#page-3">3</a>
     <a href="#section-1.1">1.1</a>.  Requirements Notation and Conventions . . . . . . . . . .   <a href="#page-4">4</a>
     <a href="#section-1.2">1.2</a>.  Terminology . . . . . . . . . . . . . . . . . . . . . . .   <a href="#page-4">4</a>
   <a href="#section-2">2</a>.  Authentication Method Reference Values  . . . . . . . . . . .   <a href="#page-5">5</a>
   3.  Relationship to "acr" (Authentication Context Class
       Reference)  . . . . . . . . . . . . . . . . . . . . . . . . .   <a href="#page-7">7</a>
   <a href="#section-4">4</a>.  Privacy Considerations  . . . . . . . . . . . . . . . . . . .   <a href="#page-7">7</a>
   <a href="#section-5">5</a>.  Security Considerations . . . . . . . . . . . . . . . . . . .   <a href="#page-7">7</a>
   <a href="#section-6">6</a>.  IANA Considerations . . . . . . . . . . . . . . . . . . . . .   <a href="#page-8">8</a>
     <a href="#section-6.1">6.1</a>.  Authentication Method Reference Values Registry . . . . .   <a href="#page-8">8</a>
       <a href="#section-6.1.1">6.1.1</a>.  Registration Template . . . . . . . . . . . . . . . .   <a href="#page-9">9</a>
       <a href="#section-6.1.2">6.1.2</a>.  Initial Registry Contents . . . . . . . . . . . . . .   <a href="#page-9">9</a>
   <a href="#section-7">7</a>.  References  . . . . . . . . . . . . . . . . . . . . . . . . .  <a href="#page-12">12</a>
     <a href="#section-7.1">7.1</a>.  Normative References  . . . . . . . . . . . . . . . . . .  <a href="#page-12">12</a>
     <a href="#section-7.2">7.2</a>.  Informative References  . . . . . . . . . . . . . . . . .  <a href="#page-13">13</a>
   <a href="#appendix-A">Appendix A</a>.  Examples . . . . . . . . . . . . . . . . . . . . . .  <a href="#page-15">15</a>
   Acknowledgements  . . . . . . . . . . . . . . . . . . . . . . . .  <a href="#page-15">15</a>
   Authors' Addresses  . . . . . . . . . . . . . . . . . . . . . . .  <a href="#page-15">15</a>































<span class="grey">Jones, et al.                Standards Track                    [Page 2]</span>

<span id="page-3" ></span>
<span class="grey"><a href="./rfc8176">RFC 8176</a>         Authentication Method Reference Values        June 2017</span>


<span class="h2"><a class="selflink" id="section-1" href="#section-1">1</a>.  Introduction</span>

   The "amr" (Authentication Methods References) claim is defined and
   registered in the IANA "JSON Web Token Claims" registry
   [<a href="#ref-IANA.JWT.Claims">IANA.JWT.Claims</a>], but no standard Authentication Method Reference
   values are currently defined.  This specification establishes a
   registry for Authentication Method Reference values and defines an
   initial set of Authentication Method Reference values.

   For context, the "amr" (Authentication Methods References) claim is
   defined by <a href="#section-2">Section 2</a> of the OpenID Connect Core 1.0 specification
   [<a href="#ref-OpenID.Core">OpenID.Core</a>] as follows:

   amr
      OPTIONAL.  Authentication Methods References.  JSON array of
      strings that are identifiers for authentication methods used in
      the authentication.  For instance, values might indicate that both
      password and OTP authentication methods were used.  The definition
      of particular values to be used in the "amr" Claim is beyond the
      scope of this specification.  Parties using this claim will need
      to agree upon the meanings of the values used, which may be
      context-specific.  The "amr" value is an array of case sensitive
      strings.

   Typically, each "amr" value provides an identifier for a family of
   closely related authentication methods.  For example, the "otp"
   identifier intentionally covers OTPs (One-Time Passwords) based on
   both time and HMAC (Hashed Message Authentication Code).  Many
   relying parties will be content to know that an OTP has been used in
   addition to a password; the distinction between which kind of OTP was
   used is not useful to them.  Thus, there's a single identifier that
   can be satisfied in two or more nearly equivalent ways.

   Similarly, there's a whole range of nuances between different
   fingerprint-matching algorithms.  They differ in false-positive and
   false-negative rates over different population samples and also
   differ based on the kind and model of fingerprint sensor used.  Like
   the OTP case, many relying parties will be content to know that a
   fingerprint match was made, without delving into and differentiating
   based on every aspect of the implementation of fingerprint capture
   and match.  The "fpt" identifier accomplishes this.

   Ultimately, the relying party is depending upon the identity provider
   to do reasonable things.  If it does not trust the identity provider
   to do so, it has no business using it.  The "amr" value lets the
   identity provider signal to the relying party additional information
   about what it did, for the cases in which that information is useful
   to the relying party.



<span class="grey">Jones, et al.                Standards Track                    [Page 3]</span>

<span id="page-4" ></span>
<span class="grey"><a href="./rfc8176">RFC 8176</a>         Authentication Method Reference Values        June 2017</span>


   The "amr" values defined by this specification are not intended to be
   an exhaustive set covering all use cases.  Additional values can and
   will be added to the registry by other specifications.  Rather, the
   values defined herein are an intentionally small set and are already
   actually being used in practice.

   The values defined by this specification only make distinctions that
   are known to be useful to relying parties.  Slicing things more
   finely than would be used in practice would actually hurt
   interoperability, rather than helping it, because it would force
   relying parties to recognize that several or many different values
   actually mean the same thing to them.

   For context, while the claim values registered pertain to
   authentication, note that OAuth 2.0 [<a href="./rfc6749" title=""The OAuth 2.0 Authorization Framework"">RFC6749</a>] is designed for
   resource authorization and cannot be used for authentication without
   employing appropriate extensions, such as those defined by OpenID
   Connect Core 1.0 [<a href="#ref-OpenID.Core">OpenID.Core</a>].  The existence of the "amr" claim and
   values for it should not be taken as encouragement to try to use
   OAuth 2.0 for authentication without employing extensions that enable
   secure authentication to be performed.

   When used with OpenID Connect, if the identity provider supplies an
   "amr" claim in the ID Token resulting from a successful
   authentication, the relying party can inspect the values returned and
   thereby learn details about how the authentication was performed.
   For instance, the relying party might learn that only a password was
   used or it might learn that iris recognition was used in combination
   with a hardware-secured key.  Whether "amr" values are provided and
   which values are understood by what parties are both beyond the scope
   of this specification.  The OpenID Connect MODRNA Authentication
   Profile 1.0 [<a href="#ref-OpenID.MODRNA">OpenID.MODRNA</a>] is one example of an application context
   that uses "amr" values defined by this specification.

<span class="h3"><a class="selflink" id="section-1.1" href="#section-1.1">1.1</a>.  Requirements Notation and Conventions</span>

   The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
   "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and
   "OPTIONAL" in this document are to be interpreted as described in
   <a href="https://www.rfc-editor.org/bcp/bcp14">BCP 14</a> [<a href="./rfc2119" title=""Key words for use in RFCs to Indicate Requirement Levels"">RFC2119</a>] [<a href="./rfc8174" title=""Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words"">RFC8174</a>] when, and only when, they appear in all
   capitals, as shown here.

<span class="h3"><a class="selflink" id="section-1.2" href="#section-1.2">1.2</a>.  Terminology</span>

   This specification uses the terms defined by JSON Web Token (JWT)
   [<a href="./rfc7519" title=""JSON Web Token (JWT)"">RFC7519</a>] and OpenID Connect Core 1.0 [<a href="#ref-OpenID.Core">OpenID.Core</a>].





<span class="grey">Jones, et al.                Standards Track                    [Page 4]</span>

<span id="page-5" ></span>
<span class="grey"><a href="./rfc8176">RFC 8176</a>         Authentication Method Reference Values        June 2017</span>


<span class="h2"><a class="selflink" id="section-2" href="#section-2">2</a>.  Authentication Method Reference Values</span>

   The following is a list of Authentication Method Reference values
   defined by this specification:

   face
      Biometric authentication [<a href="./rfc4949" title=""Internet Security Glossary, Version 2"">RFC4949</a>] using facial recognition.

   fpt
      Biometric authentication [<a href="./rfc4949" title=""Internet Security Glossary, Version 2"">RFC4949</a>] using a fingerprint.

   geo
      Use of geolocation information for authentication, such as that
      provided by [<a href="#ref-W3C.REC-geolocation-API-20161108">W3C.REC-geolocation-API-20161108</a>].

   hwk
      Proof-of-Possession (PoP) of a hardware-secured key.  See
      <a href="./rfc4211#appendix-C">Appendix C of [RFC4211]</a> for a discussion on PoP.

   iris
      Biometric authentication [<a href="./rfc4949" title=""Internet Security Glossary, Version 2"">RFC4949</a>] using an iris scan.

   kba
      Knowledge-based authentication [<a href="#ref-NIST.800-63-2">NIST.800-63-2</a>] [<a href="#ref-ISO29115" title=""ISO/IEC 29115:2013 Information technology - Security techniques - Entity authentication assurance framework"">ISO29115</a>].

   mca
      Multiple-channel authentication [<a href="#ref-MCA" title=""Multiple-channel Authentication"">MCA</a>].  The authentication
      involves communication over more than one distinct communication
      channel.  For instance, a multiple-channel authentication might
      involve both entering information into a workstation's browser and
      providing information on a telephone call to a pre-registered
      number.

   mfa
      Multiple-factor authentication [<a href="#ref-NIST.800-63-2">NIST.800-63-2</a>] [<a href="#ref-ISO29115" title=""ISO/IEC 29115:2013 Information technology - Security techniques - Entity authentication assurance framework"">ISO29115</a>].  When
      this is present, specific authentication methods used may also be
      included.

   otp
      One-time password [<a href="./rfc4949" title=""Internet Security Glossary, Version 2"">RFC4949</a>].  One-time password specifications
      that this authentication method applies to include [<a href="./rfc4226" title=""HOTP: An HMAC-Based One-Time Password Algorithm"">RFC4226</a>] and
      [<a href="./rfc6238" title=""TOTP: Time-Based One-Time Password Algorithm"">RFC6238</a>].









<span class="grey">Jones, et al.                Standards Track                    [Page 5]</span>

<span id="page-6" ></span>
<span class="grey"><a href="./rfc8176">RFC 8176</a>         Authentication Method Reference Values        June 2017</span>


   pin
      Personal Identification Number (PIN) [<a href="./rfc4949" title=""Internet Security Glossary, Version 2"">RFC4949</a>] or pattern (not
      restricted to containing only numbers) that a user enters to
      unlock a key on the device.  This mechanism should have a way to
      deter an attacker from obtaining the PIN by trying repeated
      guesses.

   pwd
      Password-based authentication [<a href="./rfc4949" title=""Internet Security Glossary, Version 2"">RFC4949</a>].

   rba
      Risk-based authentication [<a href="#ref-JECM" title=""Enhanced Authentication In Online Banking"">JECM</a>].

   retina
      Biometric authentication [<a href="./rfc4949" title=""Internet Security Glossary, Version 2"">RFC4949</a>] using a retina scan.

   sc
      Smart card [<a href="./rfc4949" title=""Internet Security Glossary, Version 2"">RFC4949</a>].

   sms
      Confirmation using SMS [<a href="#ref-SMS" title=""Technical realization of the Short Message Service (SMS)"">SMS</a>] text message to the user at a
      registered number.

   swk
      Proof-of-Possession (PoP) of a software-secured key.  See
      <a href="./rfc4211#appendix-C">Appendix C of [RFC4211]</a> for a discussion on PoP.

   tel
      Confirmation by telephone call to the user at a registered number.
      This authentication technique is sometimes also referred to as
      "call back" [<a href="./rfc4949" title=""Internet Security Glossary, Version 2"">RFC4949</a>].

   user
      User presence test.  Evidence that the end user is present and
      interacting with the device.  This is sometimes also referred to
      as "test of user presence" [<a href="#ref-W3C.WD-webauthn-20170216">W3C.WD-webauthn-20170216</a>].

   vbm
      Biometric authentication [<a href="./rfc4949" title=""Internet Security Glossary, Version 2"">RFC4949</a>] using a voiceprint.

   wia
      Windows integrated authentication [<a href="#ref-MSDN" title=""Integrated Windows Authentication with Negotiate"">MSDN</a>].









<span class="grey">Jones, et al.                Standards Track                    [Page 6]</span>

<span id="page-7" ></span>
<span class="grey"><a href="./rfc8176">RFC 8176</a>         Authentication Method Reference Values        June 2017</span>


<span class="h2"><a class="selflink" id="section-3" href="#section-3">3</a>.  Relationship to "acr" (Authentication Context Class Reference)</span>

   The "acr" (Authentication Context Class Reference) claim and
   "acr_values" request parameter are related to the "amr"
   (Authentication Methods References) claim, but with important
   differences.  An Authentication Context Class specifies a set of
   business rules that authentications are being requested to satisfy.
   These rules can often be satisfied by using a number of different
   specific authentication methods, either singly or in combination.
   Interactions using "acr_values" request that the specified
   Authentication Context Classes be used and that the result should
   contain an "acr" claim saying which Authentication Context Class was
   satisfied.  The "acr" claim in the reply states that the business
   rules for the class were satisfied -- not how they were satisfied.

   In contrast, interactions using the "amr" claim make statements about
   the particular authentication methods that were used.  This tends to
   be more brittle than using "acr", since the authentication methods
   that may be appropriate for a given authentication will vary over
   time, both because of the evolution of attacks on existing methods
   and the deployment of new authentication methods.

<span class="h2"><a class="selflink" id="section-4" href="#section-4">4</a>.  Privacy Considerations</span>

   The list of "amr" claim values returned in an ID Token reveals
   information about the way that the end user authenticated to the
   identity provider.  In some cases, this information may have privacy
   implications.

   While this specification defines identifiers for particular kinds of
   credentials, it does not define how these credentials are stored or
   protected.  For instance, ensuring the security and privacy of
   biometric credentials that are referenced by some of the defined
   Authentication Method Reference values is beyond the scope of this
   specification.

<span class="h2"><a class="selflink" id="section-5" href="#section-5">5</a>.  Security Considerations</span>

   The security considerations in OpenID Connect Core 1.0 [<a href="#ref-OpenID.Core">OpenID.Core</a>],
   OAuth 2.0 [<a href="./rfc6749" title=""The OAuth 2.0 Authorization Framework"">RFC6749</a>], and the entire OAuth 2.0 Threat Model [<a href="./rfc6819" title=""OAuth 2.0 Threat Model and Security Considerations"">RFC6819</a>]
   apply to applications using this specification.

   As described in <a href="#section-3">Section 3</a>, taking a dependence upon particular
   authentication methods may result in brittle systems since the
   authentication methods that may be appropriate for a given
   authentication will vary over time.





<span class="grey">Jones, et al.                Standards Track                    [Page 7]</span>

<span id="page-8" ></span>
<span class="grey"><a href="./rfc8176">RFC 8176</a>         Authentication Method Reference Values        June 2017</span>


<span class="h2"><a class="selflink" id="section-6" href="#section-6">6</a>.  IANA Considerations</span>

<span class="h3"><a class="selflink" id="section-6.1" href="#section-6.1">6.1</a>.  Authentication Method Reference Values Registry</span>

   This specification establishes the IANA "Authentication Method
   Reference Values" registry for "amr" claim array element values.  The
   registry records the Authentication Method Reference value and a
   reference to the specification that defines it.  This specification
   registers the Authentication Method Reference values defined in
   <a href="#section-2">Section 2</a>.

   Values are registered on an Expert Review [<a href="./rfc5226" title="">RFC5226</a>] basis after a
   three-week review period on the <jwt-reg-review@ietf.org> mailing
   list, on the advice of one or more Designated Experts.  To increase
   potential interoperability, the Designated Experts are requested to
   encourage registrants to provide the location of a publicly
   accessible specification defining the values being registered, so
   that their intended usage can be more easily understood.

   Registration requests sent to the mailing list for review should use
   an appropriate subject (e.g., "Request to register Authentication
   Method Reference value: otp").

   Within the review period, the Designated Experts will either approve
   or deny the registration request, communicating this decision to the
   review list and IANA.  Denials should include an explanation and, if
   applicable, suggestions as to how to make the request successful.
   Registration requests that are undetermined for a period longer than
   21 days can be brought to the IESG's attention (using the
   <iesg@ietf.org> mailing list) for resolution.

   IANA must only accept registry updates from the Designated Experts
   and should direct all requests for registration to the review mailing
   list.

   It is suggested that the same Designated Experts evaluate these
   registration requests as those who evaluate registration requests for
   the IANA "JSON Web Token Claims" registry [<a href="#ref-IANA.JWT.Claims">IANA.JWT.Claims</a>].

   Criteria that should be applied by the Designated Experts include
   determining whether the proposed registration duplicates existing
   functionality; whether it is likely to be of general applicability or
   whether it is useful only for a single application; whether the value
   is actually being used; and whether the registration description is
   clear.






<span class="grey">Jones, et al.                Standards Track                    [Page 8]</span>

<span id="page-9" ></span>
<span class="grey"><a href="./rfc8176">RFC 8176</a>         Authentication Method Reference Values        June 2017</span>


<span class="h4"><a class="selflink" id="section-6.1.1" href="#section-6.1.1">6.1.1</a>.  Registration Template</span>

   Authentication Method Reference Name:
      The name requested (e.g., "otp") for the authentication method or
      family of closely related authentication methods.  Because a core
      goal of this specification is for the resulting representations to
      be compact, it is RECOMMENDED that the name be short -- that is,
      not to exceed 8 characters without a compelling reason to do so.
      To facilitate interoperability, the name must use only printable
      ASCII characters excluding double quote ('"') and backslash ('\')
      (the Unicode characters with code points U+0021, U+0023 through
      U+005B, and U+005D through U+007E).  This name is case sensitive.
      Names may not match other registered names in a case-insensitive
      manner unless the Designated Experts state that there is a
      compelling reason to allow an exception.

   Authentication Method Reference Description:
      Brief description of the Authentication Method Reference (e.g.,
      "One-time password").

   Change Controller:
      For Standards Track RFCs, state "IESG".  For others, give the name
      of the responsible party.  Other details (e.g., postal address,
      email address, home page URI) may also be included.

   Specification Document(s):
      Reference to the document or documents that specify the parameter,
      preferably including URIs that can be used to retrieve copies of
      the documents.  An indication of the relevant sections may also be
      included but is not required.

<span class="h4"><a class="selflink" id="section-6.1.2" href="#section-6.1.2">6.1.2</a>.  Initial Registry Contents</span>

   o  Authentication Method Reference Name: "face"
   o  Authentication Method Reference Description: Facial recognition
   o  Change Controller: IESG
   o  Specification Document(s): <a href="./rfc8176#section-2">Section 2 of [RFC8176]</a>

   o  Authentication Method Reference Name: "fpt"
   o  Authentication Method Reference Description: Fingerprint biometric
   o  Change Controller: IESG
   o  Specification Document(s): <a href="./rfc8176#section-2">Section 2 of [RFC8176]</a>

   o  Authentication Method Reference Name: "geo"
   o  Authentication Method Reference Description: Geolocation
   o  Change Controller: IESG
   o  Specification Document(s): <a href="./rfc8176#section-2">Section 2 of [RFC8176]</a>




<span class="grey">Jones, et al.                Standards Track                    [Page 9]</span>

<span id="page-10" ></span>
<span class="grey"><a href="./rfc8176">RFC 8176</a>         Authentication Method Reference Values        June 2017</span>


   o  Authentication Method Reference Name: "hwk"
   o  Authentication Method Reference Description: Proof-of-possession
      of a hardware-secured key
   o  Change Controller: IESG
   o  Specification Document(s): <a href="./rfc8176#section-2">Section 2 of [RFC8176]</a>

   o  Authentication Method Reference Name: "iris"
   o  Authentication Method Reference Description: Iris scan biometric
   o  Change Controller: IESG
   o  Specification Document(s): <a href="./rfc8176#section-2">Section 2 of [RFC8176]</a>

   o  Authentication Method Reference Name: "kba"
   o  Authentication Method Reference Description: Knowledge-based
      authentication
   o  Change Controller: IESG
   o  Specification Document(s): <a href="./rfc8176#section-2">Section 2 of [RFC8176]</a>

   o  Authentication Method Reference Name: "mca"
   o  Authentication Method Reference Description: Multiple-channel
      authentication
   o  Change Controller: IESG
   o  Specification Document(s): <a href="./rfc8176#section-2">Section 2 of [RFC8176]</a>

   o  Authentication Method Reference Name: "mfa"
   o  Authentication Method Reference Description: Multiple-factor
      authentication
   o  Change Controller: IESG
   o  Specification Document(s): <a href="./rfc8176#section-2">Section 2 of [RFC8176]</a>

   o  Authentication Method Reference Name: "otp"
   o  Authentication Method Reference Description: One-time password
   o  Change Controller: IESG
   o  Specification Document(s): <a href="./rfc8176#section-2">Section 2 of [RFC8176]</a>

   o  Authentication Method Reference Name: "pin"
   o  Authentication Method Reference Description: Personal
      Identification Number or pattern
   o  Change Controller: IESG
   o  Specification Document(s): <a href="./rfc8176#section-2">Section 2 of [RFC8176]</a>

   o  Authentication Method Reference Name: "pwd"
   o  Authentication Method Reference Description: Password-based
      authentication
   o  Change Controller: IESG
   o  Specification Document(s): <a href="./rfc8176#section-2">Section 2 of [RFC8176]</a>






<span class="grey">Jones, et al.                Standards Track                   [Page 10]</span>

<span id="page-11" ></span>
<span class="grey"><a href="./rfc8176">RFC 8176</a>         Authentication Method Reference Values        June 2017</span>


   o  Authentication Method Reference Name: "rba"
   o  Authentication Method Reference Description: Risk-based
      authentication
   o  Change Controller: IESG
   o  Specification Document(s): <a href="./rfc8176#section-2">Section 2 of [RFC8176]</a>

   o  Authentication Method Reference Name: "retina"
   o  Authentication Method Reference Description: Retina scan biometric
   o  Change Controller: IESG
   o  Specification Document(s): <a href="./rfc8176#section-2">Section 2 of [RFC8176]</a>

   o  Authentication Method Reference Name: "sc"
   o  Authentication Method Reference Description: Smart card
   o  Change Controller: IESG
   o  Specification Document(s): <a href="./rfc8176#section-2">Section 2 of [RFC8176]</a>

   o  Authentication Method Reference Name: "sms"
   o  Authentication Method Reference Description: Confirmation using
      SMS
   o  Change Controller: IESG
   o  Specification Document(s): <a href="./rfc8176#section-2">Section 2 of [RFC8176]</a>

   o  Authentication Method Reference Name: "swk"
   o  Authentication Method Reference Description: Proof-of-possession
      of a software-secured key
   o  Change Controller: IESG
   o  Specification Document(s): <a href="./rfc8176#section-2">Section 2 of [RFC8176]</a>

   o  Authentication Method Reference Name: "tel"
   o  Authentication Method Reference Description: Confirmation by
      telephone call
   o  Change Controller: IESG
   o  Specification Document(s): <a href="./rfc8176#section-2">Section 2 of [RFC8176]</a>

   o  Authentication Method Reference Name: "user"
   o  Authentication Method Reference Description: User presence test
   o  Change Controller: IESG
   o  Specification Document(s): <a href="./rfc8176#section-2">Section 2 of [RFC8176]</a>

   o  Authentication Method Reference Name: "vbm"
   o  Authentication Method Reference Description: Voice biometric
   o  Change Controller: IESG
   o  Specification Document(s): <a href="./rfc8176#section-2">Section 2 of [RFC8176]</a>








<span class="grey">Jones, et al.                Standards Track                   [Page 11]</span>

<span id="page-12" ></span>
<span class="grey"><a href="./rfc8176">RFC 8176</a>         Authentication Method Reference Values        June 2017</span>


   o  Authentication Method Reference Name: "wia"
   o  Authentication Method Reference Description: Windows integrated
      authentication
   o  Change Controller: IESG
   o  Specification Document(s): <a href="./rfc8176#section-2">Section 2 of [RFC8176]</a>

<span class="h2"><a class="selflink" id="section-7" href="#section-7">7</a>.  References</span>

<span class="h3"><a class="selflink" id="section-7.1" href="#section-7.1">7.1</a>.  Normative References</span>

   [<a id="ref-IANA.JWT.Claims">IANA.JWT.Claims</a>]
              IANA, "JSON Web Token Claims",
              <<a href="http://www.iana.org/assignments/jwt">http://www.iana.org/assignments/jwt</a>>.

   [<a id="ref-OpenID.Core">OpenID.Core</a>]
              Sakimura, N., Bradley, J., Jones, M., de Medeiros, B., and
              C. Mortimore, "OpenID Connect Core 1.0", November 2014,
              <<a href="http://openid.net/specs/openid-connect-core-1_0.html">http://openid.net/specs/openid-connect-core-1_0.html</a>>.

   [<a id="ref-RFC2119">RFC2119</a>]  Bradner, S., "Key words for use in RFCs to Indicate
              Requirement Levels", <a href="https://www.rfc-editor.org/bcp/bcp14">BCP 14</a>, <a href="./rfc2119">RFC 2119</a>,
              DOI 10.17487/RFC2119, March 1997,
              <<a href="https://www.rfc-editor.org/info/rfc2119">http://www.rfc-editor.org/info/rfc2119</a>>.

   [<a id="ref-RFC5226">RFC5226</a>]  Narten, T. and H. Alvestrand, "Guidelines for Writing an
              IANA Considerations Section in RFCs", <a href="https://www.rfc-editor.org/bcp/bcp26">BCP 26</a>, <a href="./rfc5226">RFC 5226</a>,
              DOI 10.17487/RFC5226, May 2008,
              <<a href="https://www.rfc-editor.org/info/rfc5226">http://www.rfc-editor.org/info/rfc5226</a>>.

   [<a id="ref-RFC6749">RFC6749</a>]  Hardt, D., Ed., "The OAuth 2.0 Authorization Framework",
              <a href="./rfc6749">RFC 6749</a>, DOI 10.17487/RFC6749, October 2012,
              <<a href="https://www.rfc-editor.org/info/rfc6749">http://www.rfc-editor.org/info/rfc6749</a>>.

   [<a id="ref-RFC7519">RFC7519</a>]  Jones, M., Bradley, J., and N. Sakimura, "JSON Web Token
              (JWT)", <a href="./rfc7519">RFC 7519</a>, DOI 10.17487/RFC7519, May 2015,
              <<a href="https://www.rfc-editor.org/info/rfc7519">http://www.rfc-editor.org/info/rfc7519</a>>.

   [<a id="ref-RFC8174">RFC8174</a>]  Leiba, B., "Ambiguity of Uppercase vs Lowercase in <a href="./rfc2119">RFC</a>
              <a href="./rfc2119">2119</a> Key Words", <a href="https://www.rfc-editor.org/bcp/bcp14">BCP 14</a>, <a href="./rfc8174">RFC 8174</a>, DOI 10.17487/RFC8174,
              May 2017, <<a href="https://www.rfc-editor.org/info/rfc8174">http://www.rfc-editor.org/info/rfc8174</a>>.











<span class="grey">Jones, et al.                Standards Track                   [Page 12]</span>

<span id="page-13" ></span>
<span class="grey"><a href="./rfc8176">RFC 8176</a>         Authentication Method Reference Values        June 2017</span>


<span class="h3"><a class="selflink" id="section-7.2" href="#section-7.2">7.2</a>.  Informative References</span>

   [<a id="ref-ISO29115">ISO29115</a>] International Organization for Standardization,
              "ISO/IEC 29115:2013 Information technology - Security
              techniques - Entity authentication assurance framework",
              ISO/IEC 29115:2013, April 2013,
              <<a href="https://www.iso.org/standard/45138.html">https://www.iso.org/standard/45138.html</a>>.

   [<a id="ref-JECM">JECM</a>]     Williamson, G., "Enhanced Authentication In Online
              Banking", Journal of Economic Crime Management 4.2: 18-19,
              2006,
              <<a href="http://utica.edu/academic/institutes/ecii/publications/articles/51D6D996-90F2-F468-AC09C4E8071575AE.pdf">http://utica.edu/academic/institutes/ecii/publications/</a>
              <a href="http://utica.edu/academic/institutes/ecii/publications/articles/51D6D996-90F2-F468-AC09C4E8071575AE.pdf">articles/51D6D996-90F2-F468-AC09C4E8071575AE.pdf</a>>.

   [<a id="ref-MCA">MCA</a>]      ldapwiki.com, "Multiple-channel Authentication", August
              2016, <<a href="https://www.ldapwiki.com/wiki/Multiple-channel%20Authentication">https://www.ldapwiki.com/wiki/</a>
              <a href="https://www.ldapwiki.com/wiki/Multiple-channel%20Authentication">Multiple-channel%20Authentication</a>>.

   [<a id="ref-MSDN">MSDN</a>]     Microsoft, "Integrated Windows Authentication with
              Negotiate", September 2011,
              <<a href="http://blogs.msdn.com/b/benjaminperkins/archive/2011/09/14/iis-integrated-windows-authentication-with-negotiate.aspx">http://blogs.msdn.com/b/benjaminperkins/</a>
              <a href="http://blogs.msdn.com/b/benjaminperkins/archive/2011/09/14/iis-integrated-windows-authentication-with-negotiate.aspx">archive/2011/09/14/iis-integrated-windows-authentication-</a>
              <a href="http://blogs.msdn.com/b/benjaminperkins/archive/2011/09/14/iis-integrated-windows-authentication-with-negotiate.aspx">with-negotiate.aspx</a>>.

   [<a id="ref-NIST.800-63-2">NIST.800-63-2</a>]
              National Institute of Standards and Technology (NIST),
              "Electronic Authentication Guideline", NIST Special
              Publication 800-63-2, DOI 10.6028/NIST.SP.800-63-2, August
              2013, <<a href="http://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-63-2.pdf">http://nvlpubs.nist.gov/</a>
              <a href="http://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-63-2.pdf">nistpubs/SpecialPublications/NIST.SP.800-63-2.pdf</a>>.

   [<a id="ref-OpenID.MODRNA">OpenID.MODRNA</a>]
              Connotte, J. and J. Bradley, "OpenID Connect MODRNA
              Authentication Profile 1.0", March 2017,
              <<a href="http://openid.net/specs/openid-connect-modrna-authentication-1_0.html">http://openid.net/specs/</a>
              <a href="http://openid.net/specs/openid-connect-modrna-authentication-1_0.html">openid-connect-modrna-authentication-1_0.html</a>>.

   [<a id="ref-RFC4211">RFC4211</a>]  Schaad, J., "Internet X.509 Public Key Infrastructure
              Certificate Request Message Format (CRMF)", <a href="./rfc4211">RFC 4211</a>,
              DOI 10.17487/RFC4211, September 2005,
              <<a href="https://www.rfc-editor.org/info/rfc4211">http://www.rfc-editor.org/info/rfc4211</a>>.

   [<a id="ref-RFC4226">RFC4226</a>]  M'Raihi, D., Bellare, M., Hoornaert, F., Naccache, D., and
              O. Ranen, "HOTP: An HMAC-Based One-Time Password
              Algorithm", <a href="./rfc4226">RFC 4226</a>, DOI 10.17487/RFC4226, December 2005,
              <<a href="https://www.rfc-editor.org/info/rfc4226">http://www.rfc-editor.org/info/rfc4226</a>>.





<span class="grey">Jones, et al.                Standards Track                   [Page 13]</span>

<span id="page-14" ></span>
<span class="grey"><a href="./rfc8176">RFC 8176</a>         Authentication Method Reference Values        June 2017</span>


   [<a id="ref-RFC4949">RFC4949</a>]  Shirey, R., "Internet Security Glossary, Version 2",
              FYI 36, <a href="./rfc4949">RFC 4949</a>, DOI 10.17487/RFC4949, August 2007,
              <<a href="https://www.rfc-editor.org/info/rfc4949">http://www.rfc-editor.org/info/rfc4949</a>>.

   [<a id="ref-RFC6238">RFC6238</a>]  M'Raihi, D., Machani, S., Pei, M., and J. Rydell, "TOTP:
              Time-Based One-Time Password Algorithm", <a href="./rfc6238">RFC 6238</a>,
              DOI 10.17487/RFC6238, May 2011,
              <<a href="https://www.rfc-editor.org/info/rfc6238">http://www.rfc-editor.org/info/rfc6238</a>>.

   [<a id="ref-RFC6819">RFC6819</a>]  Lodderstedt, T., Ed., McGloin, M., and P. Hunt, "OAuth 2.0
              Threat Model and Security Considerations", <a href="./rfc6819">RFC 6819</a>,
              DOI 10.17487/RFC6819, January 2013,
              <<a href="https://www.rfc-editor.org/info/rfc6819">http://www.rfc-editor.org/info/rfc6819</a>>.

   [<a id="ref-SMS">SMS</a>]      3GPP, "Technical realization of the Short Message Service
              (SMS)", 3GPP Technical Specification (TS) 03.40
              Version 7.5.0 (2001-12), January 2002,
              <<a href="https://portal.3gpp.org/desktopmodules/Specifications/SpecificationDetails.aspx?specificationId=141">https://portal.3gpp.org/desktopmodules/Specifications/</a>
              <a href="https://portal.3gpp.org/desktopmodules/Specifications/SpecificationDetails.aspx?specificationId=141">SpecificationDetails.aspx?specificationId=141</a>>.

   [<a id="ref-W3C.REC-geolocation-API-20161108">W3C.REC-geolocation-API-20161108</a>]
              Popescu, A., "Geolocation API Specification 2nd Edition",
              World Wide Web Consortium Recommendation REC-geolocation-
              API-20161108, November 2016, <<a href="https://www.w3.org/TR/2016/REC-geolocation-API-20161108">https://www.w3.org/TR/2016/</a>
              <a href="https://www.w3.org/TR/2016/REC-geolocation-API-20161108">REC-geolocation-API-20161108</a>>.

   [<a id="ref-W3C.WD-webauthn-20170216">W3C.WD-webauthn-20170216</a>]
              Bharadwaj, V., Le Van Gong, H., Balfanz, D., Czeskis, A.,
              Birgisson, A., Hodges, J., Jones, M., Lindemann, R., and
              J. Jones, "Web Authentication: An API for accessing Scoped
              Credentials", World Wide Web Consortium Working Draft
              WD-webauthn-20170216, February 2017,
              <<a href="http://www.w3.org/TR/2017/WD-webauthn-20170216/">http://www.w3.org/TR/2017/WD-webauthn-20170216/</a>>.


















<span class="grey">Jones, et al.                Standards Track                   [Page 14]</span>

<span id="page-15" ></span>
<span class="grey"><a href="./rfc8176">RFC 8176</a>         Authentication Method Reference Values        June 2017</span>


<span class="h2"><a class="selflink" id="appendix-A" href="#appendix-A">Appendix A</a>.  Examples</span>

   In some cases, the "amr" claim value returned may contain a single
   Authentication Method Reference value.  For example, the following
   "amr" claim value indicates that the authentication performed used an
   iris scan biometric:

     "amr": ["iris"]

   In other cases, the "amr" claim value returned may contain multiple
   Authentication Method Reference values.  For example, the following
   "amr" claim value indicates that the authentication performed used a
   password and knowledge-based authentication:

     "amr": ["pwd", "kba"]

Acknowledgements

   Caleb Baker participated in specifying the original set of "amr"
   values.  Jari Arkko, John Bradley, Ben Campbell, Brian Campbell,
   William Denniss, Linda Dunbar, Stephen Farrell, Paul Kyzivat, Elaine
   Newton, James Manger, Catherine Meadows, Alexey Melnikov, Kathleen
   Moriarty, Nat Sakimura, and Mike Schwartz provided reviews of the
   specification.

Authors' Addresses

   Michael B. Jones
   Microsoft

   Email: [email protected]
   URI:   <a href="http://self-issued.info/">http://self-issued.info/</a>


   Phil Hunt
   Oracle

   Email: [email protected]


   Anthony Nadalin
   Microsoft

   Email: [email protected]







Jones, et al.                Standards Track                   [Page 15]

Additional Resources