<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc2629 version 1.5.21 -->

<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
<!ENTITY SELF "RFC nnnn">
]>

<?rfc tocindent="yes"?>
<?rfc strict="yes"?>
<?rfc compact="yes"?>
<?rfc comments="yes"?>
<?rfc inline="yes"?>
<?rfc docmapping="yes"?>

<rfc ipr="trust200902" docName="draft-ietf-gnap-core-protocol-11" category="std" consensus="true" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title>Grant Negotiation and Authorization Protocol</title>

    <author initials="J." surname="Richer" fullname="Justin Richer" role="editor">
      <organization>Bespoke Engineering</organization>
      <address>
        <email>ietf@justin.richer.org</email>
        <uri>https://bspk.io/</uri>
      </address>
    </author>
    <author initials="F." surname="Imbault" fullname="Fabien Imbault">
      <organization>acert.io</organization>
      <address>
        <email>fabien.imbault@acert.io</email>
        <uri>https://acert.io/</uri>
      </address>
    </author>

    <date year="2022" month="October" day="24"/>

    <area>Security</area>
    <workgroup>GNAP</workgroup>
    <keyword>Internet-Draft</keyword>

    <abstract>


<t>GNAP defines a mechanism for delegating authorization to a
piece of software, and conveying that delegation to the software. This
delegation can include access to a set of APIs as well as information
passed directly to the software.</t>



    </abstract>



  </front>

  <middle>


<section anchor="introduction"><name>Introduction</name>

<t>This protocol allows a piece of software, the client instance, to request delegated
authorization to resource servers and to request direct information. This delegation is
facilitated by an authorization server usually on
behalf of a resource owner. The end user operating the software may interact
with the authorization server to authenticate, provide consent, and
authorize the request.</t>

<t>The process by which the delegation happens is known as a grant, and
GNAP allows for the negotiation of the grant process
over time by multiple parties acting in distinct roles.</t>

<t>This specification focuses on the portions of the delegation process facing the client instance.
In particular, this specification defines interoperable methods for a client instance to request, negotiate,
and receive access to information facilitated by the authorization server.
This specification also discusses discovery mechanisms for the client instance to
configure itself dynamically.
The means for an authorization server and resource server to interoperate are
discussed in the companion document, <xref target="I-D.ietf-gnap-resource-servers"/>.</t>

<t>The focus of this protocol is to provide interoperability between the different
parties acting in each role, and is not to specify implementation details of each.
Where appropriate, GNAP may make recommendations about internal implementation
details, but these recommendations are to ensure the security of the overall
deployment rather than to be prescriptive in the implementation.</t>

<t>This protocol solves many of the same use cases as OAuth 2.0 <xref target="RFC6749"/>,
OpenID Connect <xref target="OIDC"/>, and the family of protocols that have grown up
around that ecosystem. However, GNAP is not an extension of OAuth 2.0
and is not intended to be directly compatible with OAuth 2.0. GNAP seeks to
provide functionality and solve use cases that OAuth 2.0 cannot easily
or cleanly address. <xref target="vs-oauth2"/> further details the protocol rationale compared to OAuth 2.0.
GNAP and OAuth 2.0 will likely exist in parallel
for many deployments, and considerations have been taken to facilitate
the mapping and transition from legacy systems to GNAP. Some examples
of these can be found in <xref target="example-oauth2"/>.</t>

<section anchor="terminology"><name>Terminology</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>

<t>This document contains non-normative examples of partial and complete HTTP messages, JSON structures, URIs, query components, keys, and other elements. Whenever possible, the document uses URI as a generic term, since it aligns with <xref target="RFC3986"/> recommendations and matches better with the intent that the identifier may be reachable through various/generic means (compared to URLs). Some examples use a single trailing backslash <spanx style="verb">\</spanx> to indicate line wrapping for long values, as per <xref target="RFC8792"/>. The <spanx style="verb">\</spanx> character and leading spaces on wrapped lines are not part of the value.</t>

</section>
<section anchor="roles"><name>Roles</name>

<t>The parties in GNAP perform actions under different roles.
Roles are defined by the actions taken and the expectations leveraged
on the role by the overall protocol.</t>

<figure><artset><artwork  type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="528" width="472" viewBox="0 0 472 528" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
<path d="M 8,32 L 8,112" fill="none" stroke="black"/>
<path d="M 8,336 L 8,384" fill="none" stroke="black"/>
<path d="M 58,112 L 58,320" fill="none" stroke="black"/><path d="M 54,112 L 54,320" fill="none" stroke="black"/>
<path d="M 104,336 L 104,384" fill="none" stroke="black"/>
<path d="M 120,32 L 120,112" fill="none" stroke="black"/>
<path d="M 128,208 L 128,256" fill="none" stroke="black"/>
<path d="M 152,96 L 152,208" fill="none" stroke="black"/>
<path d="M 170,256 L 170,336" fill="none" stroke="black"/><path d="M 166,256 L 166,336" fill="none" stroke="black"/>
<path d="M 184,96 L 184,208" fill="none" stroke="black"/>
<path d="M 216,208 L 216,256" fill="none" stroke="black"/>
<path d="M 216,336 L 216,384" fill="none" stroke="black"/>
<path d="M 224,32 L 224,112" fill="none" stroke="black"/>
<path d="M 320,336 L 320,384" fill="none" stroke="black"/>
<path d="M 328,32 L 328,112" fill="none" stroke="black"/>
<path d="M 8,32 L 120,32" fill="none" stroke="black"/>
<path d="M 224,32 L 328,32" fill="none" stroke="black"/>
<path d="M 128,96 L 152,96" fill="none" stroke="black"/>
<path d="M 184,96 L 216,96" fill="none" stroke="black"/>
<path d="M 8,112 L 120,112" fill="none" stroke="black"/>
<path d="M 224,112 L 328,112" fill="none" stroke="black"/>
<path d="M 128,208 L 216,208" fill="none" stroke="black"/>
<path d="M 128,256 L 216,256" fill="none" stroke="black"/>
<path d="M 24,320 L 88,320" fill="none" stroke="black"/>
<path d="M 232,320 L 304,320" fill="none" stroke="black"/>
<path d="M 168,334 L 216,334" fill="none" stroke="black"/><path d="M 168,338 L 216,338" fill="none" stroke="black"/>
<path d="M 24,400 L 88,400" fill="none" stroke="black"/>
<path d="M 232,400 L 304,400" fill="none" stroke="black"/>
<path d="M 8,462 L 40,462" fill="none" stroke="black"/><path d="M 8,466 L 40,466" fill="none" stroke="black"/>
<path d="M 8,480 L 40,480" fill="none" stroke="black"/>
<path d="M 24,320 C 15.16936,320 8,327.16936 8,336" fill="none" stroke="black"/>
<path d="M 88,320 C 96.83064,320 104,327.16936 104,336" fill="none" stroke="black"/>
<path d="M 232,320 C 223.16936,320 216,327.16936 216,336" fill="none" stroke="black"/>
<path d="M 304,320 C 312.83064,320 320,327.16936 320,336" fill="none" stroke="black"/>
<path d="M 24,400 C 15.16936,400 8,392.83064 8,384" fill="none" stroke="black"/>
<path d="M 88,400 C 96.83064,400 104,392.83064 104,384" fill="none" stroke="black"/>
<path d="M 232,400 C 223.16936,400 216,392.83064 216,384" fill="none" stroke="black"/>
<path d="M 304,400 C 312.83064,400 320,392.83064 320,384" fill="none" stroke="black"/>
<polygon class="arrowhead" points="224,96 212,90.4 212,101.6 " fill="black" transform="rotate(0,216,96)"/>
<polygon class="arrowhead" points="136,96 124,90.4 124,101.6 " fill="black" transform="rotate(180,128,96)"/>
<g class="text">
<text x="64" y="68">Authorization</text>
<text x="276" y="68">Resource</text>
<text x="60" y="84">Server</text>
<text x="276" y="84">Server</text>
<text x="172" y="228">Client</text>
<text x="172" y="244">Instance</text>
<text x="60" y="356">Resource</text>
<text x="264" y="356">End</text>
<text x="56" y="372">Owner</text>
<text x="120" y="372">~</text>
<text x="136" y="372">~</text>
<text x="152" y="372">~</text>
<text x="168" y="372">~</text>
<text x="184" y="372">~</text>
<text x="200" y="372">~</text>
<text x="268" y="372">User</text>
<text x="28" y="436">Legend</text>
<text x="88" y="468">indicates</text>
<text x="176" y="468">interaction</text>
<text x="256" y="468">between</text>
<text x="296" y="468">a</text>
<text x="328" y="468">human</text>
<text x="368" y="468">and</text>
<text x="420" y="468">computer</text>
<text x="88" y="484">indicates</text>
<text x="176" y="484">interaction</text>
<text x="256" y="484">between</text>
<text x="304" y="484">two</text>
<text x="348" y="484">pieces</text>
<text x="388" y="484">of</text>
<text x="436" y="484">software</text>
<text x="8" y="500">~</text>
<text x="24" y="500">~</text>
<text x="40" y="500">~</text>
<text x="88" y="500">indicates</text>
<text x="136" y="500">a</text>
<text x="184" y="500">potential</text>
<text x="272" y="500">equivalence</text>
<text x="332" y="500">or</text>
<text x="392" y="500">out-of-band</text>
<text x="136" y="516">communication</text>
<text x="224" y="516">between</text>
<text x="280" y="516">roles</text>
</g>
</svg>
</artwork><artwork  type="ascii-art"><![CDATA[
+-------------+            +------------+
|             |            |            |
|Authorization|            |  Resource  |
|   Server    |            |   Server   |
|             |<--+   +--->|            |
+-----+-------+   |   |    +------------+
      ║           |   |
      ║           |   |
      ║           |   |
      ║           |   |
      ║           |   |
      ║        +--+---+---+
      ║        |  Client  |
      ║        | Instance |
      ║        +----+-----+
      ║             ║
      ║             ║
      ║             ║
 .----+----.        ║      .----------.
|           |       +=====+            |
|  Resource |             |    End     |
|   Owner   | ~ ~ ~ ~ ~ ~ |    User    |
|           |             |            |
 `---------`               `----------`

Legend

===== indicates interaction between a human and computer
----- indicates interaction between two pieces of software
~ ~ ~ indicates a potential equivalence or out-of-band
          communication between roles
]]></artwork></artset></figure>

<dl>
  <dt>
Authorization Server (AS)  </dt>
  <dd>
    <t>server that grants delegated privileges to a particular instance of client software in the form of access tokens or other information (such as subject information).</t>
  </dd>
  <dt>
Client  </dt>
  <dd>
    <t>application that consumes resources from one or several RSs, possibly requiring access privileges from one or several ASs. The client is operated by the end user or it runs autonomously on behalf of a resource owner.
</t>

    <t>Example: a client can be a mobile application, a web application, etc.</t>

    <t>Note: this specification differentiates between a specific instance (the client instance, identified by its unique key) and the software running the instance (the client software). For some kinds of client software, there could be many instances of that software, each instance with a different key.</t>
  </dd>
  <dt>
Resource Server (RS)  </dt>
  <dd>
    <t>server that provides operations on protected resources, where operations require a valid access token issued by an AS.</t>
  </dd>
  <dt>
Resource Owner (RO)  </dt>
  <dd>
    <t>subject entity that may grant or deny operations on resources it has authority upon.
</t>

    <t>Note: the act of granting or denying an operation may be manual (i.e. through an interaction with a physical person) or automatic (i.e. through predefined organizational rules).</t>
  </dd>
  <dt>
End user  </dt>
  <dd>
    <t>natural person that operates a client instance.
</t>

    <t>Note: that natural person may or may not be the same entity as the RO.</t>
  </dd>
</dl>

<t>The design of GNAP does not assume any one deployment architecture,
but instead attempts to define roles that can be fulfilled in a number
of different ways for different use cases. As long as a given role fulfills
all of its obligations and behaviors as defined by the protocol, GNAP does
not make additional requirements on its structure or setup.</t>

<t>Multiple roles can be fulfilled by the same party, and a given party
can switch roles in different instances of the protocol. For example,
the RO and end user in many instances are the same person, where a user is
authorizing the client instance to act on their own behalf at the RS. In this case,
one party fulfills both of the RO and end-user roles, but the roles themselves
are still defined separately from each other to allow for other
use cases where they are fulfilled by different parties.</t>

<t>For another example,
in some complex scenarios, an RS receiving requests from one client instance can act as
a client instance for a downstream secondary RS in order to fulfill the
original request. In this case, one piece of software is both an
RS and a client instance from different perspectives, and it fulfills these
roles separately as far as the overall protocol is concerned.</t>

<t>A single role need not be deployed as a monolithic service. For example,
a client instance could have components that are installed on the end user's device as
well as a back-end system that it communicates with. If both of these
components participate in the delegation protocol, they are both considered
part of the client instance. If there are several copies of the client software
that run separately but all share the same key material, such as a
deployed cluster, then this cluster is considered a single client instance.</t>

<t>In these cases, the distinct components of what is considered a GNAP client instance
may use any number of different communication mechanisms between them, all of which
would be considered an implementation detail of the client instances and out of scope of GNAP.</t>

<t>For another example, an AS could likewise be built out of many constituent
components in a distributed architecture. The component that the client instance
calls directly could be different from the component that the
RO interacts with to drive consent, since API calls and user interaction
have different security considerations in many environments. Furthermore,
the AS could need to collect identity claims about the RO from one system
that deals with user attributes while generating access tokens at
another system that deals with security rights. From the perspective of
GNAP, all of these are pieces of the AS and together fulfill the
role of the AS as defined by the protocol. These pieces may have their own internal
communications mechanisms which are considered out of scope of GNAP.</t>

</section>
<section anchor="elements"><name>Elements</name>

<t>In addition to the roles above, the protocol also involves several
elements that are acted upon by the roles throughout the process.</t>

<dl>
  <dt>
Attribute  </dt>
  <dd>
    <t>characteristics related to a subject.</t>
  </dd>
  <dt>
Access Token  </dt>
  <dd>
    <t>a data artifact representing a set of rights and/or attributes.
</t>

    <t>Note: an access token can be first issued to an client instance (requiring authorization by the RO) and subsequently rotated.</t>
  </dd>
  <dt>
Grant  </dt>
  <dd>
    <t>(verb): to permit an instance of client software to receive some attributes at a specific time and valid for a specific duration and/or to exercise some set of delegated rights to access a protected resource; (noun): the act of granting permission to a client instance.</t>
  </dd>
  <dt>
Privilege  </dt>
  <dd>
    <t>right or attribute associated with a subject.
</t>

    <t>Note: the RO defines and maintains the rights and attributes associated to the protected resource, and might temporarily delegate some set of those privileges to an end user. This process is refered to as privilege delegation.</t>
  </dd>
  <dt>
Protected Resource  </dt>
  <dd>
    <t>protected API (Application Programming Interface) served by an RS and that can be accessed by a client, if and only if a valid access token is provided.
</t>

    <t>Note: to avoid complex sentences, the specification document may simply refer to "resource" instead of "protected resource".</t>
  </dd>
  <dt>
Right  </dt>
  <dd>
    <t>ability given to a subject to perform a given operation on a resource under the control of an RS.</t>
  </dd>
  <dt>
Subject  </dt>
  <dd>
    <t>person, organization or device. It decides whether and under which conditions its attributes can be disclosed to other parties.</t>
  </dd>
  <dt>
Subject Information  </dt>
  <dd>
    <t>statement asserted by an AS about a subject.</t>
  </dd>
</dl>

</section>
<section anchor="trust"><name>Trust relationships</name>

<t>GNAP defines its trust objective as: "the RO trusts the AS to ensure access validation and delegation of protected resources to end users, through third party clients."</t>

<t>This trust objective can be decomposed into trust relationships between software elements and roles, especially the pairs end user/RO, end user/client, client/AS, RS/RO, AS/RO, AS/RS. Trust of an agent by its pair can exist if the pair is informed that the agent has made a promise to follow the protocol in the past (e.g. pre-registration, uncompromised cryptographic components) or if the pair is able to infer by indirect means that the agent has made such a promise (e.g. a compliant client request). Each agent defines its own valuation function of promises given or received. Examples of such valuations can be the benefits from interacting with other agents (e.g. safety in client access, interoperability with identity standards), the cost of following the protocol (including its security and privacy requirements and recommendations), a ranking of promise importance (e.g. a policy decision made by the AS), the assessment of one's vulnerability or risk of not being able to defend against threats, etc. Those valuations may depend on the context of the request. For instance, the AS may decide to either take into account or discard hints provided by the client, the RS may refuse bearer tokens, etc. depending on the specific case in which GNAP is used. Some promises can be conditional of some previous interactions (e.g. repeated requests).</t>

<t>Looking back on each trust relationship:</t>

<t><list style="symbols">
  <t>end user/RO: this relationship exists only when the end user and the RO are different, in which case the end user needs some out of band mechanism of getting the RO consent (see <xref target="authorization"/>). GNAP generally assumes that humans can be authenticated thanks to identity protocols (for instance, through an id_token assertion in <xref target="request-subject"/>).</t>
  <t>end user/client: the client acts as a user agent. Depending on the technology used (browser, SPA, mobile application, IoT device, etc.), some interactions may or may not be possible (as described in <xref target="request-interact-start"/>). Client developers promise to implement requirements and generally some recommendations or best practices, so that the end users may confidently use their software. However, end users might also be facing some attacker's client software, without even realizing it.</t>
  <t>end user/AS: when the client supports it (see <xref target="response-interact"/>), the end user gets to interact with front-channel URIs provided by the AS. See <xref target="security-front-channel"/> for some considerations in trusting these interactions.</t>
  <t>client/AS: An honest AS may be facing an attacker's client (as discussed just above), or the reverse, and GNAP aims at making common attacks impractical. The core specification makes access tokens opaque to the client and defines the request/response scheme in detail, therefore avoiding extra trust hypotheses from this critical piece of software. Yet the AS may further define cryptographic attestations or optional rules to simplify the access of clients it already trusts, due to past behavior or organizational policies (see <xref target="request-client"/>).</t>
  <t>RS/RO: the RS promises it protects its resources from unauthorized access, and only accepts valid access tokens issued by a trusted AS. In case tokens are key bound, proper validation is expected from the RS.</t>
  <t>AS/RO: the AS is expected to follow the decisions made by the RO, either through interactive consent requests, repeated interactions or automated rules (as described in <xref target="sequence"/>). Privacy considerations aim to reduce the risk of an honest but too curious AS, or the consequences of an unexpected user data exposure.</t>
  <t>AS/RS: the AS promises to issue valid access tokens to legitimate client requests (i.e. after carrying out appropriate due diligence, as defined in the GNAP protocol). Some optional configurations are covered by <xref target="I-D.ietf-gnap-resource-servers"/>.</t>
</list></t>

<t>A global assumption made by GNAP is that authorization requests are security and privacy sensitive, and appropriate measures are respectively detailed in <xref target="security"/> and <xref target="privacy"/>.</t>

<t>A formal trust model is out of scope of this specification, but might be carried out thanks to <xref target="promise-theory"/>.</t>

</section>
<section anchor="protocol"><name>Protocol Flow</name>

<t>GNAP is fundamentally designed to allow delegated access to APIs and other information, such as subject information, using a multi-stage, stateful process. This process allows different parties to provide information into the system to alter and augment the state of the delegated access and its artifacts.</t>

<t>The underlying requested grant moves through several states as different actions take place during the protocol:</t>

<figure><artset><artwork  type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="432" width="584" viewBox="0 0 584 432" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
<path d="M 112,192 L 112,256" fill="none" stroke="black"/>
<path d="M 216,192 L 216,256" fill="none" stroke="black"/>
<path d="M 378,192 L 378,256" fill="none" stroke="black"/><path d="M 374,192 L 374,256" fill="none" stroke="black"/>
<path d="M 376,320 L 376,384" fill="none" stroke="black"/>
<path d="M 384,64 L 384,128" fill="none" stroke="black"/>
<path d="M 424,128 L 424,176" fill="none" stroke="black"/>
<path d="M 424,272 L 424,320" fill="none" stroke="black"/>
<path d="M 440,48 L 440,64" fill="none" stroke="black"/>
<path d="M 440,384 L 440,400" fill="none" stroke="black"/>
<path d="M 464,64 L 464,128" fill="none" stroke="black"/>
<path d="M 464,320 L 464,384" fill="none" stroke="black"/>
<path d="M 474,192 L 474,256" fill="none" stroke="black"/><path d="M 470,192 L 470,256" fill="none" stroke="black"/>
<path d="M 504,48 L 504,80" fill="none" stroke="black"/>
<path d="M 504,368 L 504,400" fill="none" stroke="black"/>
<path d="M 456,32 L 488,32" fill="none" stroke="black"/>
<path d="M 384,64 L 464,64" fill="none" stroke="black"/>
<path d="M 184,80 L 208,80" fill="none" stroke="black"/>
<path d="M 344,80 L 376,80" fill="none" stroke="black"/>
<path d="M 472,96 L 488,96" fill="none" stroke="black"/>
<path d="M 200,112 L 216,112" fill="none" stroke="black"/>
<path d="M 368,112 L 384,112" fill="none" stroke="black"/>
<path d="M 384,128 L 464,128" fill="none" stroke="black"/>
<path d="M 112,192 L 216,192" fill="none" stroke="black"/>
<path d="M 376,190 L 472,190" fill="none" stroke="black"/><path d="M 376,194 L 472,194" fill="none" stroke="black"/>
<path d="M 8,224 L 24,224" fill="none" stroke="black"/>
<path d="M 88,224 L 104,224" fill="none" stroke="black"/>
<path d="M 216,224 L 264,224" fill="none" stroke="black"/>
<path d="M 336,224 L 368,224" fill="none" stroke="black"/>
<path d="M 112,256 L 216,256" fill="none" stroke="black"/>
<path d="M 376,254 L 472,254" fill="none" stroke="black"/><path d="M 376,258 L 472,258" fill="none" stroke="black"/>
<path d="M 376,320 L 464,320" fill="none" stroke="black"/>
<path d="M 208,336 L 248,336" fill="none" stroke="black"/>
<path d="M 304,336 L 376,336" fill="none" stroke="black"/>
<path d="M 472,352 L 488,352" fill="none" stroke="black"/>
<path d="M 184,368 L 224,368" fill="none" stroke="black"/>
<path d="M 344,368 L 368,368" fill="none" stroke="black"/>
<path d="M 376,384 L 464,384" fill="none" stroke="black"/>
<path d="M 456,416 L 488,416" fill="none" stroke="black"/>
<path d="M 128,256 L 184,368" fill="none" stroke="black"/>
<path d="M 172,264 L 208,336" fill="none" stroke="black"/>
<path d="M 128,192 L 184,80" fill="none" stroke="black"/>
<path d="M 164,184 L 200,112" fill="none" stroke="black"/>
<path d="M 456,32 C 447.16936,32 440,39.16936 440,48" fill="none" stroke="black"/>
<path d="M 488,32 C 496.83064,32 504,39.16936 504,48" fill="none" stroke="black"/>
<path d="M 488,96 C 496.83064,96 504,88.83064 504,80" fill="none" stroke="black"/>
<path d="M 488,352 C 496.83064,352 504,359.16936 504,368" fill="none" stroke="black"/>
<path d="M 456,416 C 447.16936,416 440,408.83064 440,400" fill="none" stroke="black"/>
<path d="M 488,416 C 496.83064,416 504,408.83064 504,400" fill="none" stroke="black"/>
<polygon class="arrowhead" points="480,352 468,346.4 468,357.6 " fill="black" transform="rotate(180,472,352)"/>
<polygon class="arrowhead" points="480,96 468,90.4 468,101.6 " fill="black" transform="rotate(180,472,96)"/>
<polygon class="arrowhead" points="432,272 420,266.4 420,277.6 " fill="black" transform="rotate(270,424,272)"/>
<polygon class="arrowhead" points="432,176 420,170.4 420,181.6 " fill="black" transform="rotate(90,424,176)"/>
<polygon class="arrowhead" points="384,80 372,74.4 372,85.6 " fill="black" transform="rotate(0,376,80)"/>
<polygon class="arrowhead" points="376,368 364,362.4 364,373.6 " fill="black" transform="rotate(0,368,368)"/>
<polygon class="arrowhead" points="376,224 364,218.4 364,229.6 " fill="black" transform="rotate(0,368,224)"/>
<polygon class="arrowhead" points="180,264 168,258.4 168,269.6 " fill="black" transform="rotate(243.43494882292202,172,264)"/>
<polygon class="arrowhead" points="172,184 160,178.4 160,189.6 " fill="black" transform="rotate(116.56505117707799,164,184)"/>
<polygon class="arrowhead" points="112,224 100,218.4 100,229.6 " fill="black" transform="rotate(0,104,224)"/>
<g class="text">
<text x="548" y="68">Continue</text>
<text x="228" y="84">Need</text>
<text x="296" y="84">Interaction</text>
<text x="424" y="100">Pending</text>
<text x="244" y="116">Finish</text>
<text x="320" y="116">Interaction</text>
<text x="292" y="132">(approve/deny)</text>
<text x="460" y="164">Cancel</text>
<text x="56" y="228">Request</text>
<text x="164" y="228">Processing</text>
<text x="300" y="228">Finalize</text>
<text x="424" y="228">Finalized</text>
<text x="460" y="292">Revoke</text>
<text x="500" y="292">or</text>
<text x="468" y="308">Finalize</text>
<text x="276" y="340">Update</text>
<text x="420" y="356">Approved</text>
<text x="236" y="372">No</text>
<text x="296" y="372">Interaction</text>
<text x="548" y="388">Continue</text>
</g>
</svg>
</artwork><artwork  type="ascii-art"><![CDATA[
                                                       .-----.
                                                      |       |
                                               +------+--+    | Continue
                      .---Need Interaction---->|         |    |
                     /                         | Pending |<--`
                    /   .--Finish Interaction--+         |
                   /   /     (approve/deny)    +----+----+
                  /   /                             |
                 /   /                              | Cancel
                /   v                               v
             +-+----------+                   +===========+
             |            |                   ║           ║
---Request-->| Processing +------Finalize---->║ Finalized ║
             |            |                   ║           ║
             +-+----------+                   +===========+
                \    ^                              ^
                 \    \                             | Revoke or
                  \    \                            | Finalize
                   \    \                     +-----+----+
                    \    `-----Update---------+          |
                     \                        | Approved |<--.
                      `-----No Interaction--->|          |    |
                                              +-------+--+    | Continue
                                                      |       |
                                                       `-----`
]]></artwork></artset></figure>

<dl>
  <dt>
<em>Processing</em>  </dt>
  <dd>
    <t>When a <xref target="request">request for access</xref> is received by the AS, a new grant request is created and placed in the <em>processing</em> state by the AS. This state is also entered when an existing grant request is updated by the client instance and when interaction is completed. In this state, the AS processes the context of the grant request to determine whether interaction with the end user or RO is required for approval of the request. The grant request has to exit this state before a response can be returned to the client instance. If approval is required, the request moves to the <em>pending</em> state and the AS returns a <xref target="response-continue">continue response</xref> along with any appropriate <xref target="response-interact">interaction responses</xref>. If no such approval is required, such as when the client instance is acting on its own behalf or the AS can determine that access has been fulfilled, the request moves to the <em>approved</em> state where <xref target="response-token">access tokens for API access</xref> and <xref target="response-subject">subject information</xref> can be issued to the client instance. If the AS determines that no additional processing can occur (such as a timeout or an unrecoverable error), the grant request is moved to the <em>finalized</em> state and is terminated.</t>
  </dd>
  <dt>
<em>Pending</em>  </dt>
  <dd>
    <t>When a request needs to be approved by a RO, or interaction with the end user is required, the grant request enters a state of <em>pending</em>. In this state, no access tokens can be granted and no subject information can be released to the client instance. While a grant request is in this state, the AS seeks to gather the required <xref target="authorization">consent and authorization</xref> for the requested access. A grant request in this state is always associated with a <em>continuation access token</em> bound to the client instance's key. If no <xref target="request-interact-finish">interaction finish method</xref> is associated with this request, the client instance can send a <xref target="continue-poll">polling continue request</xref> to the AS. This returns a <xref target="response-continue">continue response</xref> while the grant request remains in this state, allowing the client instance to continue to check the state of the pending grant request. If an <xref target="request-interact-finish">interaction finish method</xref> is specified in the grant request, the client instance can <xref target="continue-after-interaction">continue the request after interaction</xref> to the AS to move this request to the <em>processing</em> state to be re-evaluated by the AS. Note that this occurs whether the grant request has been approved or denied by the RO, since the AS needs to take into account the full context of the request before determining the next step for the grant request. When other information is made available in the context of the grant request, such as through the asynchronous actions of the RO, the AS moves this request to the <em>processing</em> state to be re-evaluated. If the AS determines that no additional interaction can occur, such as all the interaction methods have timed out or a <xref target="continue-delete">revocation request</xref> is received from the client instance, the grant request can be moved to the <em>finalized</em> state.</t>
  </dd>
  <dt>
<em>Approved</em>  </dt>
  <dd>
    <t>When a request has been approved by an RO and no further interaction with the end user is required, the grant request enters a state of <em>approved</em>. In this state, responses to the client instance can include <xref target="response-token">access tokens for API access</xref> and <xref target="response-subject">subject information</xref>. If continuation and updates are allowed for this grant request, the AS can include the <xref target="response-continue">contination response</xref>. In this state, <xref target="continue-after-interaction">post-interaction continuation requests</xref> are not allowed, since all interaction is assumed to have been completed. If the client instance sends a <xref target="continue-poll">polling continue request</xref> while the request is in this state, <xref target="response-token">new access tokens</xref> can be issued in the response. Note that this always creates a new access token, but existing access tokens can be rotated and managed using the <xref target="token-management">token management API</xref>. The client instance can send an <xref target="continue-modify">update continuation request</xref> to modify the requested access, causing the AS to move the request back to the <em>processing</em> state for re-evaluation. If the AS determines that no additional tokens can be issued, and that no additional updates are to be accepted (such as the continuation access tokens have expired), the grant is moved to the <em>finalized</em> state.</t>
  </dd>
  <dt>
<em>Finalized</em>  </dt>
  <dd>
    <t>After the access tokens are issued, if the AS does not allow any additional updates on the grant request, the grant request enters the <em>finalized</em> state. This state is also entered when an existing grant request is <xref target="continue-delete">revoked by the client instance</xref> or otherwise revoked by the AS (such as through out-of-band action by the RO). This state can also be entered if the AS determines that no additional processing is possible, for example if the RO has denied the requested access or if interaction is required but no compatible interaction methods are available. Once in this state, no new access tokens can be issued, no subject information can be returned, and no interactions can take place. Once in this state, the grant request is dead and cannot be revived. If future access is desired by the client instance, a new grant request can be created, unrelated to this grant request.</t>
  </dd>
</dl>

<t>While it is possible to deploy an AS in a stateless environment, such deployments will need a way to manage the current state of the grant request in a secure and deterministic fashion.</t>

</section>
<section anchor="sequence"><name>Sequences</name>

<t>GNAP can be used in a variety of ways to allow the core
delegation process to take place. Many portions of this process are
conditionally present depending on the context of the deployments,
and not every step in this overview will happen in all circumstances.</t>

<t>Note that a connection between roles in this process does not necessarily
indicate that a specific protocol message is sent across the wire
between the components fulfilling the roles in question, or that a
particular step is required every time. For example, for a client instance interested
in only getting subject information directly, and not calling an RS,
all steps involving the RS below do not apply.</t>

<t>In some circumstances,
the information needed at a given stage is communicated out of band
or is preconfigured between the components or entities performing
the roles. For example, one entity can fulfill multiple roles, and so
explicit communication between the roles is not necessary within the
protocol flow. Additionally some components may not be involved
in all use cases. For example, a client instance could be calling the
AS just to get direct user information and have no need to get
an access token to call an RS.</t>

<section anchor="sequence-overall"><name>Overall Protocol Sequence</name>

<t>The following diagram provides a general overview of GNAP, including many
different optional phases and connections. The diagrams in the following sections
provide views of GNAP under more specific circumstances.</t>

<figure><artset><artwork  type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="624" width="456" viewBox="0 0 456 624" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
<path d="M 8,48 L 8,64" fill="none" stroke="black"/>
<path d="M 8,176 L 8,512" fill="none" stroke="black"/>
<path d="M 58,80 L 58,112" fill="none" stroke="black"/><path d="M 54,80 L 54,112" fill="none" stroke="black"/>
<path d="M 58,144 L 58,176" fill="none" stroke="black"/><path d="M 54,144 L 54,176" fill="none" stroke="black"/>
<path d="M 80,176 L 80,512" fill="none" stroke="black"/>
<path d="M 112,48 L 112,64" fill="none" stroke="black"/>
<path d="M 152,224 L 152,328" fill="none" stroke="black"/>
<path d="M 152,376 L 152,440" fill="none" stroke="black"/>
<path d="M 152,456 L 152,512" fill="none" stroke="black"/>
<path d="M 192,48 L 192,64" fill="none" stroke="black"/>
<path d="M 250,80 L 250,112" fill="none" stroke="black"/><path d="M 246,80 L 246,112" fill="none" stroke="black"/>
<path d="M 250,144 L 250,224" fill="none" stroke="black"/><path d="M 246,144 L 246,224" fill="none" stroke="black"/>
<path d="M 280,224 L 280,328" fill="none" stroke="black"/>
<path d="M 280,376 L 280,440" fill="none" stroke="black"/>
<path d="M 280,456 L 280,512" fill="none" stroke="black"/>
<path d="M 296,48 L 296,64" fill="none" stroke="black"/>
<path d="M 344,176 L 344,512" fill="none" stroke="black"/>
<path d="M 448,176 L 448,512" fill="none" stroke="black"/>
<path d="M 24,32 L 96,32" fill="none" stroke="black"/>
<path d="M 208,32 L 280,32" fill="none" stroke="black"/>
<path d="M 24,80 L 96,80" fill="none" stroke="black"/>
<path d="M 208,80 L 280,80" fill="none" stroke="black"/>
<path d="M 8,176 L 80,176" fill="none" stroke="black"/>
<path d="M 344,176 L 448,176" fill="none" stroke="black"/>
<path d="M 152,224 L 280,224" fill="none" stroke="black"/>
<path d="M 80,240 L 104,240" fill="none" stroke="black"/>
<path d="M 120,240 L 144,240" fill="none" stroke="black"/>
<path d="M 88,256 L 104,256" fill="none" stroke="black"/>
<path d="M 120,256 L 152,256" fill="none" stroke="black"/>
<path d="M 80,288 L 104,288" fill="none" stroke="black"/>
<path d="M 120,288 L 144,288" fill="none" stroke="black"/>
<path d="M 88,304 L 104,304" fill="none" stroke="black"/>
<path d="M 120,304 L 152,304" fill="none" stroke="black"/>
<path d="M 80,336 L 208,336" fill="none" stroke="black"/>
<path d="M 224,336 L 336,336" fill="none" stroke="black"/>
<path d="M 88,368 L 208,368" fill="none" stroke="black"/>
<path d="M 224,368 L 336,368" fill="none" stroke="black"/>
<path d="M 80,400 L 104,400" fill="none" stroke="black"/>
<path d="M 120,400 L 144,400" fill="none" stroke="black"/>
<path d="M 88,416 L 104,416" fill="none" stroke="black"/>
<path d="M 128,416 L 152,416" fill="none" stroke="black"/>
<path d="M 80,448 L 208,448" fill="none" stroke="black"/>
<path d="M 232,448 L 336,448" fill="none" stroke="black"/>
<path d="M 80,480 L 104,480" fill="none" stroke="black"/>
<path d="M 128,480 L 144,480" fill="none" stroke="black"/>
<path d="M 8,512 L 80,512" fill="none" stroke="black"/>
<path d="M 152,512 L 280,512" fill="none" stroke="black"/>
<path d="M 344,512 L 448,512" fill="none" stroke="black"/>
<path d="M 8,558 L 40,558" fill="none" stroke="black"/><path d="M 8,562 L 40,562" fill="none" stroke="black"/>
<path d="M 8,576 L 40,576" fill="none" stroke="black"/>
<path d="M 24,32 C 15.16936,32 8,39.16936 8,48" fill="none" stroke="black"/>
<path d="M 96,32 C 104.83064,32 112,39.16936 112,48" fill="none" stroke="black"/>
<path d="M 208,32 C 199.16936,32 192,39.16936 192,48" fill="none" stroke="black"/>
<path d="M 280,32 C 288.83064,32 296,39.16936 296,48" fill="none" stroke="black"/>
<path d="M 24,80 C 15.16936,80 8,72.83064 8,64" fill="none" stroke="black"/>
<path d="M 96,80 C 104.83064,80 112,72.83064 112,64" fill="none" stroke="black"/>
<path d="M 208,80 C 199.16936,80 192,72.83064 192,64" fill="none" stroke="black"/>
<path d="M 280,80 C 288.83064,80 296,72.83064 296,64" fill="none" stroke="black"/>
<polygon class="arrowhead" points="344,448 332,442.4 332,453.6 " fill="black" transform="rotate(0,336,448)"/>
<polygon class="arrowhead" points="344,368 332,362.4 332,373.6 " fill="black" transform="rotate(0,336,368)"/>
<polygon class="arrowhead" points="344,336 332,330.4 332,341.6 " fill="black" transform="rotate(0,336,336)"/>
<polygon class="arrowhead" points="152,480 140,474.4 140,485.6 " fill="black" transform="rotate(0,144,480)"/>
<polygon class="arrowhead" points="152,400 140,394.4 140,405.6 " fill="black" transform="rotate(0,144,400)"/>
<polygon class="arrowhead" points="152,288 140,282.4 140,293.6 " fill="black" transform="rotate(0,144,288)"/>
<polygon class="arrowhead" points="152,240 140,234.4 140,245.6 " fill="black" transform="rotate(0,144,240)"/>
<polygon class="arrowhead" points="96,416 84,410.4 84,421.6 " fill="black" transform="rotate(180,88,416)"/>
<polygon class="arrowhead" points="96,368 84,362.4 84,373.6 " fill="black" transform="rotate(180,88,368)"/>
<polygon class="arrowhead" points="96,304 84,298.4 84,309.6 " fill="black" transform="rotate(180,88,304)"/>
<polygon class="arrowhead" points="96,256 84,250.4 84,261.6 " fill="black" transform="rotate(180,88,256)"/>
<g class="text">
<text x="40" y="52">End</text>
<text x="76" y="52">user</text>
<text x="128" y="52">~</text>
<text x="144" y="52">~</text>
<text x="160" y="52">~</text>
<text x="176" y="52">~</text>
<text x="244" y="52">Resource</text>
<text x="224" y="68">Owner</text>
<text x="268" y="68">(RO)</text>
<text x="56" y="132">(A)</text>
<text x="248" y="132">(B)</text>
<text x="44" y="196">Client</text>
<text x="104" y="196">(1)</text>
<text x="396" y="196">Resource</text>
<text x="44" y="212">Instance</text>
<text x="396" y="212">Server</text>
<text x="396" y="228">(RS)</text>
<text x="112" y="244">2</text>
<text x="216" y="244">Authorization</text>
<text x="112" y="260">3</text>
<text x="220" y="260">Server</text>
<text x="220" y="276">(AS)</text>
<text x="112" y="292">4</text>
<text x="112" y="308">5</text>
<text x="216" y="340">6</text>
<text x="152" y="356">|</text>
<text x="280" y="356">|</text>
<text x="320" y="356">(7)</text>
<text x="216" y="372">8</text>
<text x="112" y="404">9</text>
<text x="116" y="420">10</text>
<text x="220" y="452">11</text>
<text x="316" y="468">(12)</text>
<text x="116" y="484">13</text>
<text x="28" y="548">Legend</text>
<text x="88" y="564">indicates</text>
<text x="136" y="564">a</text>
<text x="180" y="564">possible</text>
<text x="264" y="564">interaction</text>
<text x="332" y="564">with</text>
<text x="360" y="564">a</text>
<text x="392" y="564">human</text>
<text x="88" y="580">indicates</text>
<text x="140" y="580">an</text>
<text x="200" y="580">interaction</text>
<text x="280" y="580">between</text>
<text x="348" y="580">protocol</text>
<text x="408" y="580">roles</text>
<text x="8" y="596">~</text>
<text x="24" y="596">~</text>
<text x="40" y="596">~</text>
<text x="88" y="596">indicates</text>
<text x="136" y="596">a</text>
<text x="184" y="596">potential</text>
<text x="272" y="596">equivalence</text>
<text x="332" y="596">or</text>
<text x="392" y="596">out-of-band</text>
<text x="120" y="612">communication</text>
<text x="208" y="612">between</text>
<text x="264" y="612">roles</text>
</g>
</svg>
</artwork><artwork  type="ascii-art"><![CDATA[
 .----------.           .----------.
|  End user  | ~ ~ ~ ~ |  Resource  |
|            |         | Owner (RO) |
 `----+-----`           `-----+----`
      ║                       ║
      ║                       ║
     (A)                     (B)
      ║                       ║
      ║                       ║
+-----+--+                    ║           +------------+
| Client | (1)                ║           |  Resource  |
|Instance|                    ║           |   Server   |
|        |        +-----------+---+       |    (RS)    |
|        +--(2)-->| Authorization |       |            |
|        |<-(3)---+     Server    |       |            |
|        |        |      (AS)     |       |            |
|        +--(4)-->|               |       |            |
|        |<-(5)---+               |       |            |
|        |        |               |       |            |
|        +---------------(6)------------->|            |
|        |        |               |   (7) |            |
|        |<--------------(8)------------->|            |
|        |        |               |       |            |
|        +--(9)-->|               |       |            |
|        |<-(10)--+               |       |            |
|        |        |               |       |            |
|        +---------------(11)------------>|            |
|        |        |               |  (12) |            |
|        +--(13)->|               |       |            |
|        |        |               |       |            |
+--------+        +---------------+       +------------+

Legend
===== indicates a possible interaction with a human
----- indicates an interaction between protocol roles
~ ~ ~ indicates a potential equivalence or out-of-band
        communication between roles
]]></artwork></artset></figure>

<t><list style="symbols">
  <t>(A) The end user interacts with the client instance to indicate a need for resources on
  behalf of the RO. This could identify the RS the client instance needs to call,
  the resources needed, or the RO that is needed to approve the
  request. Note that the RO and end user are often
  the same entity in practice, but GNAP makes no general assumption that they are.</t>
  <t>(1) The client instance determines what access is needed and which AS to approach for access. Note that
  for most situations, the client instance is pre-configured with which AS to talk to and which
  kinds of access it needs, but some more dynamic processes are discussed in
  <xref target="rs-request-without-token"/>.</t>
  <t>(2) The client instance <xref target="request">requests access at the AS</xref>.</t>
  <t>(3) The AS processes the request and determines what is needed to fulfill
  the request. (See <xref target="authorization"/>.)
  The AS sends its <xref target="response">response to the client instance</xref>.</t>
  <t>(B) If interaction is required, the
  AS <xref target="authorization">interacts with the RO</xref> to gather authorization.
  The interactive component of the AS can function
  using a variety of possible mechanisms including web page
  redirects, applications, challenge/response protocols, or
  other methods. The RO approves the request for the client instance
  being operated by the end user. Note that the RO and end user are often
  the same entity in practice, and many of GNAP's interaction methods allow
  the client instance to facilitate the end user interacting with the AS
  in order to fulfill the role of the RO.</t>
  <t>(4) The client instance <xref target="continue-request">continues the grant at the AS</xref>.</t>
  <t>(5) If the AS determines that access can be granted, it returns a
  <xref target="response">response to the client instance</xref> including an <xref target="response-token">access token</xref> for
  calling the RS and any <xref target="response-subject">directly returned information</xref> about the RO.</t>
  <t>(6) The client instance <xref target="use-access-token">uses the access token</xref> to call the RS.</t>
  <t>(7) The RS determines if the token is sufficient for the request by
  examining the token. The means of the RS determining this access are
  out of scope of this specification, but some options are discussed in
  <xref target="I-D.ietf-gnap-resource-servers"/>.</t>
  <t>(8) The client instance <xref target="use-access-token">calls the RS</xref> using the access token
  until the RS or client instance determine that the token is no longer valid.</t>
  <t>(9) When the token no longer works, the client instance fetches an
  <xref target="rotate-access-token">updated access token</xref> based on the
  rights granted in (5).</t>
  <t>(10) The AS issues a <xref target="response-token">new access token</xref> to the client instance.</t>
  <t>(11) The client instance <xref target="use-access-token">uses the new access token</xref> to call the RS.</t>
  <t>(12) The RS determines if the new token is sufficient for the request.
  The means of the RS determining this access are
  out of scope of this specification, but some options are discussed in
  <xref target="I-D.ietf-gnap-resource-servers"/>.</t>
  <t>(13) The client instance <xref target="revoke-access-token">disposes of the token</xref> once the client instance
  has completed its access of the RS and no longer needs the token.</t>
</list></t>

<t>The following sections and <xref target="examples"/> contain specific guidance on how to use
GNAP in different situations and deployments. For example, it is possible for the
client instance to never request an access token and never call an RS, just as it is
possible for there not to be a user involved in the delegation process.</t>

</section>
<section anchor="sequence-redirect"><name>Redirect-based Interaction</name>

<t>In this example flow, the client instance is a web application that wants access to resources on behalf
of the current user, who acts as both the end user and the resource
owner (RO). Since the client instance is capable of directing the user to an arbitrary URI and
receiving responses from the user's browser, interaction here is handled through
front-channel redirects using the user's browser. The redirection URI used for interaction is
a service hosted by the AS in this example. The client instance uses a persistent session
with the user to ensure the same user that is starting the interaction is the user
that returns from the interaction.</t>

<figure><artset><artwork  type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="496" width="576" viewBox="0 0 576 496" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
<path d="M 8,32 L 8,480" fill="none" stroke="black"/>
<path d="M 80,32 L 80,480" fill="none" stroke="black"/>
<path d="M 360,32 L 360,64" fill="none" stroke="black"/>
<path d="M 360,96 L 360,160" fill="none" stroke="black"/>
<path d="M 360,192 L 360,288" fill="none" stroke="black"/>
<path d="M 360,320 L 360,408" fill="none" stroke="black"/>
<path d="M 360,456 L 360,480" fill="none" stroke="black"/>
<path d="M 432,32 L 432,64" fill="none" stroke="black"/>
<path d="M 432,96 L 432,160" fill="none" stroke="black"/>
<path d="M 432,192 L 432,288" fill="none" stroke="black"/>
<path d="M 432,320 L 432,408" fill="none" stroke="black"/>
<path d="M 432,456 L 432,480" fill="none" stroke="black"/>
<path d="M 480,400 L 480,464" fill="none" stroke="black"/>
<path d="M 512,48 L 512,304" fill="none" stroke="black"/>
<path d="M 552,400 L 552,464" fill="none" stroke="black"/>
<path d="M 568,48 L 568,304" fill="none" stroke="black"/>
<path d="M 8,32 L 80,32" fill="none" stroke="black"/>
<path d="M 360,32 L 432,32" fill="none" stroke="black"/>
<path d="M 528,32 L 552,32" fill="none" stroke="black"/>
<path d="M 88,78 L 104,78" fill="none" stroke="black"/><path d="M 88,82 L 104,82" fill="none" stroke="black"/>
<path d="M 120,78 L 136,78" fill="none" stroke="black"/><path d="M 120,82 L 136,82" fill="none" stroke="black"/>
<path d="M 264,78 L 512,78" fill="none" stroke="black"/><path d="M 264,82 L 512,82" fill="none" stroke="black"/>
<path d="M 80,112 L 104,112" fill="none" stroke="black"/>
<path d="M 120,112 L 144,112" fill="none" stroke="black"/>
<path d="M 280,112 L 352,112" fill="none" stroke="black"/>
<path d="M 88,144 L 104,144" fill="none" stroke="black"/>
<path d="M 120,144 L 136,144" fill="none" stroke="black"/>
<path d="M 304,144 L 360,144" fill="none" stroke="black"/>
<path d="M 80,174 L 104,174" fill="none" stroke="black"/><path d="M 80,178 L 104,178" fill="none" stroke="black"/>
<path d="M 120,174 L 136,174" fill="none" stroke="black"/><path d="M 120,178 L 136,178" fill="none" stroke="black"/>
<path d="M 352,174 L 504,174" fill="none" stroke="black"/><path d="M 352,178 L 504,178" fill="none" stroke="black"/>
<path d="M 440,206 L 464,206" fill="none" stroke="black"/><path d="M 440,210 L 464,210" fill="none" stroke="black"/>
<path d="M 480,206 L 504,206" fill="none" stroke="black"/><path d="M 480,210 L 504,210" fill="none" stroke="black"/>
<path d="M 440,254 L 464,254" fill="none" stroke="black"/><path d="M 440,258 L 464,258" fill="none" stroke="black"/>
<path d="M 480,254 L 504,254" fill="none" stroke="black"/><path d="M 480,258 L 504,258" fill="none" stroke="black"/>
<path d="M 88,302 L 104,302" fill="none" stroke="black"/><path d="M 88,306 L 104,306" fill="none" stroke="black"/>
<path d="M 120,302 L 136,302" fill="none" stroke="black"/><path d="M 120,306 L 136,306" fill="none" stroke="black"/>
<path d="M 360,302 L 512,302" fill="none" stroke="black"/><path d="M 360,306 L 512,306" fill="none" stroke="black"/>
<path d="M 528,320 L 552,320" fill="none" stroke="black"/>
<path d="M 80,336 L 104,336" fill="none" stroke="black"/>
<path d="M 120,336 L 144,336" fill="none" stroke="black"/>
<path d="M 296,336 L 352,336" fill="none" stroke="black"/>
<path d="M 88,368 L 104,368" fill="none" stroke="black"/>
<path d="M 120,368 L 160,368" fill="none" stroke="black"/>
<path d="M 280,368 L 360,368" fill="none" stroke="black"/>
<path d="M 480,400 L 552,400" fill="none" stroke="black"/>
<path d="M 80,416 L 104,416" fill="none" stroke="black"/>
<path d="M 128,416 L 144,416" fill="none" stroke="black"/>
<path d="M 248,416 L 472,416" fill="none" stroke="black"/>
<path d="M 88,448 L 104,448" fill="none" stroke="black"/>
<path d="M 128,448 L 144,448" fill="none" stroke="black"/>
<path d="M 264,448 L 472,448" fill="none" stroke="black"/>
<path d="M 480,464 L 552,464" fill="none" stroke="black"/>
<path d="M 8,480 L 80,480" fill="none" stroke="black"/>
<path d="M 360,480 L 432,480" fill="none" stroke="black"/>
<path d="M 528,32 C 519.16936,32 512,39.16936 512,48" fill="none" stroke="black"/>
<path d="M 552,32 C 560.83064,32 568,39.16936 568,48" fill="none" stroke="black"/>
<path d="M 528,320 C 519.16936,320 512,312.83064 512,304" fill="none" stroke="black"/>
<path d="M 552,320 C 560.83064,320 568,312.83064 568,304" fill="none" stroke="black"/>
<polygon class="arrowhead" points="512,256 500,250.4 500,261.6 " fill="black" transform="rotate(0,504,256)"/>
<polygon class="arrowhead" points="512,208 500,202.4 500,213.6 " fill="black" transform="rotate(0,504,208)"/>
<polygon class="arrowhead" points="512,176 500,170.4 500,181.6 " fill="black" transform="rotate(0,504,176)"/>
<polygon class="arrowhead" points="480,416 468,410.4 468,421.6 " fill="black" transform="rotate(0,472,416)"/>
<polygon class="arrowhead" points="448,256 436,250.4 436,261.6 " fill="black" transform="rotate(180,440,256)"/>
<polygon class="arrowhead" points="448,208 436,202.4 436,213.6 " fill="black" transform="rotate(180,440,208)"/>
<polygon class="arrowhead" points="360,336 348,330.4 348,341.6 " fill="black" transform="rotate(0,352,336)"/>
<polygon class="arrowhead" points="360,112 348,106.4 348,117.6 " fill="black" transform="rotate(0,352,112)"/>
<polygon class="arrowhead" points="96,448 84,442.4 84,453.6 " fill="black" transform="rotate(180,88,448)"/>
<polygon class="arrowhead" points="96,368 84,362.4 84,373.6 " fill="black" transform="rotate(180,88,368)"/>
<polygon class="arrowhead" points="96,304 84,298.4 84,309.6 " fill="black" transform="rotate(180,88,304)"/>
<polygon class="arrowhead" points="96,144 84,138.4 84,149.6 " fill="black" transform="rotate(180,88,144)"/>
<polygon class="arrowhead" points="96,80 84,74.4 84,85.6 " fill="black" transform="rotate(180,88,80)"/>
<g class="text">
<text x="44" y="52">Client</text>
<text x="396" y="52">AS</text>
<text x="540" y="52">User</text>
<text x="44" y="68">Instance</text>
<text x="112" y="84">1</text>
<text x="168" y="84">Start</text>
<text x="224" y="84">Session</text>
<text x="112" y="116">2</text>
<text x="184" y="116">Request</text>
<text x="244" y="116">Access</text>
<text x="112" y="148">3</text>
<text x="192" y="148">Interaction</text>
<text x="268" y="148">Needed</text>
<text x="112" y="180">4</text>
<text x="180" y="180">Redirect</text>
<text x="232" y="180">for</text>
<text x="296" y="180">Interaction</text>
<text x="472" y="212">5</text>
<text x="472" y="228">AuthN</text>
<text x="472" y="260">6</text>
<text x="472" y="276">AuthZ</text>
<text x="112" y="308">7</text>
<text x="180" y="308">Redirect</text>
<text x="232" y="308">for</text>
<text x="300" y="308">Continuation</text>
<text x="112" y="340">8</text>
<text x="188" y="340">Continue</text>
<text x="256" y="340">Request</text>
<text x="112" y="372">9</text>
<text x="192" y="372">Grant</text>
<text x="244" y="372">Access</text>
<text x="116" y="420">10</text>
<text x="180" y="420">Access</text>
<text x="224" y="420">API</text>
<text x="516" y="420">RS</text>
<text x="360" y="436">|</text>
<text x="432" y="436">|</text>
<text x="116" y="452">11</text>
<text x="168" y="452">API</text>
<text x="220" y="452">Response</text>
</g>
</svg>
</artwork><artwork  type="ascii-art"><![CDATA[
+--------+                                  +--------+          .----.
| Client |                                  |   AS   |         | User |
|Instance|                                  |        |         |      |
|        |<=(1)== Start Session ===============================+      |
|        |                                  |        |         |      |
|        +--(2)--- Request Access --------->|        |         |      |
|        |                                  |        |         |      |
|        |<-(3)-- Interaction Needed -------+        |         |      |
|        |                                  |        |         |      |
|        +==(4)== Redirect for Interaction ===================>|      |
|        |                                  |        |         |      |
|        |                                  |        |<==(5)==>|      |
|        |                                  |        |  AuthN  |      |
|        |                                  |        |         |      |
|        |                                  |        |<==(6)==>|      |
|        |                                  |        |  AuthZ  |      |
|        |                                  |        |         |      |
|        |<=(7)== Redirect for Continuation ===================+      |
|        |                                  |        |          `----`
|        +--(8)--- Continue Request ------->|        |
|        |                                  |        |
|        |<-(9)----- Grant Access ----------+        |
|        |                                  |        |
|        |                                  |        |     +--------+
|        +--(10)-- Access API ---------------------------->|   RS   |
|        |                                  |        |     |        |
|        |<-(11)-- API Response ---------------------------|        |
|        |                                  |        |     +--------+
+--------+                                  +--------+
]]></artwork></artset></figure>

<t><list style="numbers">
  <t>The client instance establishes a verifiable session to the user, in the role of the end user.</t>
  <t>The client instance <xref target="request">requests access to the resource</xref>. The client instance indicates that
 it can <xref target="request-interact-redirect">redirect to an arbitrary URI</xref> and
 <xref target="request-interact-callback-redirect">receive a redirect from the browser</xref>. The client instance
 stores verification information for its redirect in the session created
 in (1).</t>
  <t>The AS determines that interaction is needed and <xref target="response">responds</xref> with
 a <xref target="response-interact-redirect">URI to send the user to</xref> and
 <xref target="response-interact-finish">information needed to verify the redirect</xref> in (7).
 The AS also includes information the client instance will need to
 <xref target="response-continue">continue the request</xref> in (8). The AS associates this
 continuation information with an ongoing request that will be referenced in (4), (6), and (8).</t>
  <t>The client instance stores the verification and continuation information from (3) in the session from (1). The client instance
 then <xref target="interaction-redirect">redirects the user to the URI</xref> given by the AS in (3).
 The user's browser loads the interaction redirect URI. The AS loads the pending
 request based on the incoming URI generated in (3).</t>
  <t>The user authenticates at the AS, taking on the role of the RO.</t>
  <t>As the RO, the user authorizes the pending request from the client instance.</t>
  <t>When the AS is done interacting with the user, the AS
 <xref target="interaction-callback">redirects the user back</xref> to the
 client instance using the redirect URI provided in (2). The redirect URI is augmented with
 an interaction reference that the AS associates with the ongoing
 request created in (2) and referenced in (4). The redirect URI is also
 augmented with a hash of the security information provided
 in (2) and (3). The client instance loads the verification information from (2) and (3) from
 the session created in (1). The client instance <xref target="interaction-hash">calculates a hash</xref>
 based on this information and continues only if the hash validates.
 Note that the client instance needs to ensure that the parameters for the incoming
 request match those that it is expecting from the session created
 in (1). The client instance also needs to be prepared for the end user never being returned
 to the client instance and handle timeouts appropriately.</t>
  <t>The client instance loads the continuation information from (3) and sends the
 interaction reference from (7) in a request to
 <xref target="continue-after-interaction">continue the request</xref>. The AS
 validates the interaction reference ensuring that the reference
 is associated with the request being continued.</t>
  <t>If the request has been authorized, the AS grants access to the information
 in the form of <xref target="response-token">access tokens</xref> and
 <xref target="response-subject">direct subject information</xref> to the client instance.</t>
  <t>The client instance <xref target="use-access-token">uses the access token</xref> to call the RS.</t>
  <t>The RS validates the access token and returns an appropriate response for the
API.</t>
</list></t>

<t>An example set of protocol messages for this method can be found in <xref target="example-auth-code"/>.</t>

</section>
<section anchor="sequence-user-code"><name>User-code Interaction</name>

<t>In this example flow, the client instance is a device that is capable of presenting a short,
human-readable code to the user and directing the user to enter that code at
a known URI. The URI the user enters the code at is an interactive service hosted by the
AS in this example. The client instance is not capable of presenting an arbitrary URI to the user,
nor is it capable of accepting incoming HTTP requests from the user's browser.
The client instance polls the AS while it is waiting for the RO to authorize the request.
The user's interaction is assumed to occur on a secondary device. In this example
it is assumed that the user is both the end user and RO, though the user is not assumed
to be interacting with the client instance through the same web browser used for interaction at
the AS.</t>

<figure><artset><artwork  type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="560" width="576" viewBox="0 0 576 560" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
<path d="M 8,32 L 8,544" fill="none" stroke="black"/>
<path d="M 80,32 L 80,544" fill="none" stroke="black"/>
<path d="M 360,32 L 360,112" fill="none" stroke="black"/>
<path d="M 360,144 L 360,472" fill="none" stroke="black"/>
<path d="M 360,520 L 360,544" fill="none" stroke="black"/>
<path d="M 432,32 L 432,112" fill="none" stroke="black"/>
<path d="M 432,144 L 432,472" fill="none" stroke="black"/>
<path d="M 432,520 L 432,544" fill="none" stroke="black"/>
<path d="M 480,464 L 480,528" fill="none" stroke="black"/>
<path d="M 512,48 L 512,384" fill="none" stroke="black"/>
<path d="M 552,464 L 552,528" fill="none" stroke="black"/>
<path d="M 568,48 L 568,384" fill="none" stroke="black"/>
<path d="M 8,32 L 80,32" fill="none" stroke="black"/>
<path d="M 360,32 L 432,32" fill="none" stroke="black"/>
<path d="M 528,32 L 552,32" fill="none" stroke="black"/>
<path d="M 80,64 L 104,64" fill="none" stroke="black"/>
<path d="M 120,64 L 144,64" fill="none" stroke="black"/>
<path d="M 280,64 L 352,64" fill="none" stroke="black"/>
<path d="M 88,96 L 104,96" fill="none" stroke="black"/>
<path d="M 120,96 L 136,96" fill="none" stroke="black"/>
<path d="M 304,96 L 360,96" fill="none" stroke="black"/>
<path d="M 80,126 L 104,126" fill="none" stroke="black"/><path d="M 80,130 L 104,130" fill="none" stroke="black"/>
<path d="M 120,126 L 152,126" fill="none" stroke="black"/><path d="M 120,130 L 152,130" fill="none" stroke="black"/>
<path d="M 312,126 L 504,126" fill="none" stroke="black"/><path d="M 312,130 L 504,130" fill="none" stroke="black"/>
<path d="M 440,158 L 464,158" fill="none" stroke="black"/><path d="M 440,162 L 464,162" fill="none" stroke="black"/>
<path d="M 480,158 L 512,158" fill="none" stroke="black"/><path d="M 480,162 L 512,162" fill="none" stroke="black"/>
<path d="M 440,206 L 464,206" fill="none" stroke="black"/><path d="M 440,210 L 464,210" fill="none" stroke="black"/>
<path d="M 480,206 L 504,206" fill="none" stroke="black"/><path d="M 480,210 L 504,210" fill="none" stroke="black"/>
<path d="M 80,240 L 104,240" fill="none" stroke="black"/>
<path d="M 120,240 L 144,240" fill="none" stroke="black"/>
<path d="M 328,240 L 352,240" fill="none" stroke="black"/>
<path d="M 440,254 L 464,254" fill="none" stroke="black"/><path d="M 440,258 L 464,258" fill="none" stroke="black"/>
<path d="M 480,254 L 504,254" fill="none" stroke="black"/><path d="M 480,258 L 504,258" fill="none" stroke="black"/>
<path d="M 88,272 L 104,272" fill="none" stroke="black"/>
<path d="M 128,272 L 144,272" fill="none" stroke="black"/>
<path d="M 344,272 L 360,272" fill="none" stroke="black"/>
<path d="M 440,302 L 464,302" fill="none" stroke="black"/><path d="M 440,306 L 464,306" fill="none" stroke="black"/>
<path d="M 480,302 L 504,302" fill="none" stroke="black"/><path d="M 480,306 L 504,306" fill="none" stroke="black"/>
<path d="M 440,350 L 464,350" fill="none" stroke="black"/><path d="M 440,354 L 464,354" fill="none" stroke="black"/>
<path d="M 480,350 L 504,350" fill="none" stroke="black"/><path d="M 480,354 L 504,354" fill="none" stroke="black"/>
<path d="M 80,400 L 104,400" fill="none" stroke="black"/>
<path d="M 128,400 L 144,400" fill="none" stroke="black"/>
<path d="M 328,400 L 352,400" fill="none" stroke="black"/>
<path d="M 528,400 L 552,400" fill="none" stroke="black"/>
<path d="M 88,432 L 104,432" fill="none" stroke="black"/>
<path d="M 128,432 L 168,432" fill="none" stroke="black"/>
<path d="M 288,432 L 360,432" fill="none" stroke="black"/>
<path d="M 480,464 L 552,464" fill="none" stroke="black"/>
<path d="M 80,480 L 104,480" fill="none" stroke="black"/>
<path d="M 128,480 L 144,480" fill="none" stroke="black"/>
<path d="M 248,480 L 472,480" fill="none" stroke="black"/>
<path d="M 88,512 L 104,512" fill="none" stroke="black"/>
<path d="M 128,512 L 144,512" fill="none" stroke="black"/>
<path d="M 264,512 L 480,512" fill="none" stroke="black"/>
<path d="M 480,528 L 552,528" fill="none" stroke="black"/>
<path d="M 8,544 L 80,544" fill="none" stroke="black"/>
<path d="M 360,544 L 432,544" fill="none" stroke="black"/>
<path d="M 528,32 C 519.16936,32 512,39.16936 512,48" fill="none" stroke="black"/>
<path d="M 552,32 C 560.83064,32 568,39.16936 568,48" fill="none" stroke="black"/>
<path d="M 528,400 C 519.16936,400 512,392.83064 512,384" fill="none" stroke="black"/>
<path d="M 552,400 C 560.83064,400 568,392.83064 568,384" fill="none" stroke="black"/>
<polygon class="arrowhead" points="512,352 500,346.4 500,357.6 " fill="black" transform="rotate(0,504,352)"/>
<polygon class="arrowhead" points="512,304 500,298.4 500,309.6 " fill="black" transform="rotate(0,504,304)"/>
<polygon class="arrowhead" points="512,256 500,250.4 500,261.6 " fill="black" transform="rotate(0,504,256)"/>
<polygon class="arrowhead" points="512,208 500,202.4 500,213.6 " fill="black" transform="rotate(0,504,208)"/>
<polygon class="arrowhead" points="512,128 500,122.4 500,133.6 " fill="black" transform="rotate(0,504,128)"/>
<polygon class="arrowhead" points="480,480 468,474.4 468,485.6 " fill="black" transform="rotate(0,472,480)"/>
<polygon class="arrowhead" points="448,352 436,346.4 436,357.6 " fill="black" transform="rotate(180,440,352)"/>
<polygon class="arrowhead" points="448,304 436,298.4 436,309.6 " fill="black" transform="rotate(180,440,304)"/>
<polygon class="arrowhead" points="448,256 436,250.4 436,261.6 " fill="black" transform="rotate(180,440,256)"/>
<polygon class="arrowhead" points="448,208 436,202.4 436,213.6 " fill="black" transform="rotate(180,440,208)"/>
<polygon class="arrowhead" points="448,160 436,154.4 436,165.6 " fill="black" transform="rotate(180,440,160)"/>
<polygon class="arrowhead" points="360,400 348,394.4 348,405.6 " fill="black" transform="rotate(0,352,400)"/>
<polygon class="arrowhead" points="360,240 348,234.4 348,245.6 " fill="black" transform="rotate(0,352,240)"/>
<polygon class="arrowhead" points="360,64 348,58.4 348,69.6 " fill="black" transform="rotate(0,352,64)"/>
<polygon class="arrowhead" points="96,512 84,506.4 84,517.6 " fill="black" transform="rotate(180,88,512)"/>
<polygon class="arrowhead" points="96,432 84,426.4 84,437.6 " fill="black" transform="rotate(180,88,432)"/>
<polygon class="arrowhead" points="96,272 84,266.4 84,277.6 " fill="black" transform="rotate(180,88,272)"/>
<polygon class="arrowhead" points="96,96 84,90.4 84,101.6 " fill="black" transform="rotate(180,88,96)"/>
<g class="text">
<text x="44" y="52">Client</text>
<text x="396" y="52">AS</text>
<text x="540" y="52">User</text>
<text x="44" y="68">Instance</text>
<text x="112" y="68">1</text>
<text x="184" y="68">Request</text>
<text x="244" y="68">Access</text>
<text x="112" y="100">2</text>
<text x="192" y="100">Interaction</text>
<text x="268" y="100">Needed</text>
<text x="112" y="132">3</text>
<text x="192" y="132">Display</text>
<text x="244" y="132">User</text>
<text x="284" y="132">Code</text>
<text x="472" y="164">4</text>
<text x="452" y="180">Open</text>
<text x="488" y="180">URI</text>
<text x="472" y="212">5</text>
<text x="472" y="228">AuthN</text>
<text x="112" y="244">9</text>
<text x="188" y="244">Continue</text>
<text x="256" y="244">Request</text>
<text x="304" y="244">(A)</text>
<text x="472" y="260">6</text>
<text x="116" y="276">10</text>
<text x="168" y="276">Not</text>
<text x="200" y="276">Yet</text>
<text x="248" y="276">Granted</text>
<text x="308" y="276">(Wait)</text>
<text x="468" y="276">Code</text>
<text x="472" y="308">7</text>
<text x="472" y="324">AuthZ</text>
<text x="472" y="356">8</text>
<text x="472" y="372">Completed</text>
<text x="116" y="404">11</text>
<text x="188" y="404">Continue</text>
<text x="256" y="404">Request</text>
<text x="304" y="404">(B)</text>
<text x="116" y="436">12</text>
<text x="200" y="436">Grant</text>
<text x="252" y="436">Access</text>
<text x="116" y="484">13</text>
<text x="180" y="484">Access</text>
<text x="224" y="484">API</text>
<text x="516" y="484">RS</text>
<text x="360" y="500">|</text>
<text x="432" y="500">|</text>
<text x="116" y="516">14</text>
<text x="168" y="516">API</text>
<text x="220" y="516">Response</text>
</g>
</svg>
</artwork><artwork  type="ascii-art"><![CDATA[
+--------+                                  +--------+          .----.
| Client |                                  |   AS   |         | User |
|Instance+--(1)--- Request Access --------->|        |         |      |
|        |                                  |        |         |      |
|        |<-(2)-- Interaction Needed -------+        |         |      |
|        |                                  |        |         |      |
|        +==(3)==== Display User Code ========================>|      |
|        |                                  |        |         |      |
|        |                                  |        |<==(4)===+      |
|        |                                  |        |Open URI |      |
|        |                                  |        |         |      |
|        |                                  |        |<==(5)==>|      |
|        |                                  |        |  AuthN  |      |
|        +--(9)--- Continue Request (A) --->|        |         |      |
|        |                                  |        |<==(6)==>|      |
|        |<-(10)-- Not Yet Granted (Wait) --+        |  Code   |      |
|        |                                  |        |         |      |
|        |                                  |        |<==(7)==>|      |
|        |                                  |        |  AuthZ  |      |
|        |                                  |        |         |      |
|        |                                  |        |<==(8)==>|      |
|        |                                  |        |Completed|      |
|        |                                  |        |         |      |
|        +--(11)-- Continue Request (B) --->|        |          `----`
|        |                                  |        |
|        |<-(12)----- Grant Access ---------+        |
|        |                                  |        |
|        |                                  |        |     +--------+
|        +--(13)-- Access API ---------------------------->|   RS   |
|        |                                  |        |     |        |
|        |<-(14)-- API Response ---------------------------+        |
|        |                                  |        |     +--------+
+--------+                                  +--------+
]]></artwork></artset></figure>

<t><list style="numbers">
  <t>The client instance <xref target="request">requests access to the resource</xref>. The client instance indicates that
 it can <xref target="request-interact-usercode">display a user code</xref>.</t>
  <t>The AS determines that interaction is needed and <xref target="response">responds</xref> with
 a <xref target="response-interact-usercode">user code to communicate to the user</xref>.
 The AS also includes information the client instance will need to
 <xref target="response-continue">continue the request</xref> in (8) and (10). The AS associates this
 continuation information with an ongoing request that will be referenced in (4), (6), (8), and (10).</t>
  <t>The client instance stores the continuation information from (2) for use in (8) and (10). The client instance
 then <xref target="interaction-usercode">communicates the code to the user</xref> given by the AS in (2).</t>
  <t>The users directs their browser to the user code URI. This URI is stable and
 can be communicated via the client software's documentation, the AS documentation, or
 the client software itself. Since it is assumed that the RO will interact
 with the AS through a secondary device, the client instance does not provide a mechanism to
 launch the RO's browser at this URI.</t>
  <t>The end user authenticates at the AS, taking on the role of the RO.</t>
  <t>The RO enters the code communicated in (3) to the AS. The AS validates this code
against a current request in process.</t>
  <t>As the RO, the user authorizes the pending request from the client instance.</t>
  <t>When the AS is done interacting with the user, the AS
 indicates to the RO that the request has been completed.</t>
  <t>Meanwhile, the client instance loads the continuation information stored at (3) and
 <xref target="continue-request">continues the request</xref>. The AS determines which
 ongoing access request is referenced here and checks its state.</t>
  <t>If the access request has not yet been authorized by the RO in (6),
the AS responds to the client instance to <xref target="response-continue">continue the request</xref>
at a future time through additional polled continuation requests. This response can include
updated continuation information as well as information regarding how long the
client instance should wait before calling again. The client instance replaces its stored
continuation information from the previous response (2).
Note that the AS may need to determine that the RO has not approved
the request in a sufficient amount of time and return an appropriate
error to the client instance.</t>
  <t>The client instance continues to <xref target="continue-poll">poll the AS</xref> with the new
continuation information in (9).</t>
  <t>If the request has been authorized, the AS grants access to the information
in the form of <xref target="response-token">access tokens</xref> and
<xref target="response-subject">direct subject information</xref> to the client instance.</t>
  <t>The client instance <xref target="use-access-token">uses the access token</xref> to call the RS.</t>
  <t>The RS validates the access token and returns an appropriate response for the
API.</t>
</list></t>

<t>An example set of protocol messages for this method can be found in <xref target="example-device"/>.</t>

</section>
<section anchor="sequence-async"><name>Asynchronous Authorization</name>

<t>In this example flow, the end user and RO roles are fulfilled by different parties, and
the RO does not interact with the client instance. The AS reaches out asynchronously to the RO
during the request process to gather the RO's authorization for the client instance's request.
The client instance polls the AS while it is waiting for the RO to authorize the request.</t>

<figure><artset><artwork  type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="416" width="576" viewBox="0 0 576 416" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
<path d="M 8,32 L 8,400" fill="none" stroke="black"/>
<path d="M 80,32 L 80,400" fill="none" stroke="black"/>
<path d="M 360,32 L 360,328" fill="none" stroke="black"/>
<path d="M 360,376 L 360,400" fill="none" stroke="black"/>
<path d="M 432,32 L 432,328" fill="none" stroke="black"/>
<path d="M 432,376 L 432,400" fill="none" stroke="black"/>
<path d="M 480,320 L 480,384" fill="none" stroke="black"/>
<path d="M 512,48 L 512,240" fill="none" stroke="black"/>
<path d="M 552,320 L 552,384" fill="none" stroke="black"/>
<path d="M 568,48 L 568,240" fill="none" stroke="black"/>
<path d="M 8,32 L 80,32" fill="none" stroke="black"/>
<path d="M 360,32 L 432,32" fill="none" stroke="black"/>
<path d="M 528,32 L 552,32" fill="none" stroke="black"/>
<path d="M 80,64 L 104,64" fill="none" stroke="black"/>
<path d="M 120,64 L 144,64" fill="none" stroke="black"/>
<path d="M 280,64 L 352,64" fill="none" stroke="black"/>
<path d="M 88,96 L 104,96" fill="none" stroke="black"/>
<path d="M 120,96 L 136,96" fill="none" stroke="black"/>
<path d="M 336,96 L 360,96" fill="none" stroke="black"/>
<path d="M 440,110 L 464,110" fill="none" stroke="black"/><path d="M 440,114 L 464,114" fill="none" stroke="black"/>
<path d="M 480,110 L 504,110" fill="none" stroke="black"/><path d="M 480,114 L 504,114" fill="none" stroke="black"/>
<path d="M 80,144 L 104,144" fill="none" stroke="black"/>
<path d="M 120,144 L 144,144" fill="none" stroke="black"/>
<path d="M 328,144 L 352,144" fill="none" stroke="black"/>
<path d="M 440,158 L 464,158" fill="none" stroke="black"/><path d="M 440,162 L 464,162" fill="none" stroke="black"/>
<path d="M 480,158 L 504,158" fill="none" stroke="black"/><path d="M 480,162 L 504,162" fill="none" stroke="black"/>
<path d="M 88,176 L 104,176" fill="none" stroke="black"/>
<path d="M 120,176 L 136,176" fill="none" stroke="black"/>
<path d="M 336,176 L 360,176" fill="none" stroke="black"/>
<path d="M 440,206 L 464,206" fill="none" stroke="black"/><path d="M 440,210 L 464,210" fill="none" stroke="black"/>
<path d="M 480,206 L 504,206" fill="none" stroke="black"/><path d="M 480,210 L 504,210" fill="none" stroke="black"/>
<path d="M 80,256 L 104,256" fill="none" stroke="black"/>
<path d="M 120,256 L 144,256" fill="none" stroke="black"/>
<path d="M 328,256 L 352,256" fill="none" stroke="black"/>
<path d="M 528,256 L 552,256" fill="none" stroke="black"/>
<path d="M 88,288 L 104,288" fill="none" stroke="black"/>
<path d="M 120,288 L 168,288" fill="none" stroke="black"/>
<path d="M 288,288 L 360,288" fill="none" stroke="black"/>
<path d="M 480,320 L 552,320" fill="none" stroke="black"/>
<path d="M 80,336 L 104,336" fill="none" stroke="black"/>
<path d="M 128,336 L 144,336" fill="none" stroke="black"/>
<path d="M 248,336 L 472,336" fill="none" stroke="black"/>
<path d="M 88,368 L 104,368" fill="none" stroke="black"/>
<path d="M 128,368 L 144,368" fill="none" stroke="black"/>
<path d="M 264,368 L 480,368" fill="none" stroke="black"/>
<path d="M 480,384 L 552,384" fill="none" stroke="black"/>
<path d="M 8,400 L 80,400" fill="none" stroke="black"/>
<path d="M 360,400 L 432,400" fill="none" stroke="black"/>
<path d="M 528,32 C 519.16936,32 512,39.16936 512,48" fill="none" stroke="black"/>
<path d="M 552,32 C 560.83064,32 568,39.16936 568,48" fill="none" stroke="black"/>
<path d="M 528,256 C 519.16936,256 512,248.83064 512,240" fill="none" stroke="black"/>
<path d="M 552,256 C 560.83064,256 568,248.83064 568,240" fill="none" stroke="black"/>
<polygon class="arrowhead" points="512,208 500,202.4 500,213.6 " fill="black" transform="rotate(0,504,208)"/>
<polygon class="arrowhead" points="512,160 500,154.4 500,165.6 " fill="black" transform="rotate(0,504,160)"/>
<polygon class="arrowhead" points="512,112 500,106.4 500,117.6 " fill="black" transform="rotate(0,504,112)"/>
<polygon class="arrowhead" points="480,336 468,330.4 468,341.6 " fill="black" transform="rotate(0,472,336)"/>
<polygon class="arrowhead" points="448,208 436,202.4 436,213.6 " fill="black" transform="rotate(180,440,208)"/>
<polygon class="arrowhead" points="448,160 436,154.4 436,165.6 " fill="black" transform="rotate(180,440,160)"/>
<polygon class="arrowhead" points="448,112 436,106.4 436,117.6 " fill="black" transform="rotate(180,440,112)"/>
<polygon class="arrowhead" points="360,256 348,250.4 348,261.6 " fill="black" transform="rotate(0,352,256)"/>
<polygon class="arrowhead" points="360,144 348,138.4 348,149.6 " fill="black" transform="rotate(0,352,144)"/>
<polygon class="arrowhead" points="360,64 348,58.4 348,69.6 " fill="black" transform="rotate(0,352,64)"/>
<polygon class="arrowhead" points="96,368 84,362.4 84,373.6 " fill="black" transform="rotate(180,88,368)"/>
<polygon class="arrowhead" points="96,288 84,282.4 84,293.6 " fill="black" transform="rotate(180,88,288)"/>
<polygon class="arrowhead" points="96,176 84,170.4 84,181.6 " fill="black" transform="rotate(180,88,176)"/>
<polygon class="arrowhead" points="96,96 84,90.4 84,101.6 " fill="black" transform="rotate(180,88,96)"/>
<g class="text">
<text x="44" y="52">Client</text>
<text x="396" y="52">AS</text>
<text x="540" y="52">RO</text>
<text x="44" y="68">Instance</text>
<text x="112" y="68">1</text>
<text x="184" y="68">Request</text>
<text x="244" y="68">Access</text>
<text x="112" y="100">2</text>
<text x="160" y="100">Not</text>
<text x="192" y="100">Yet</text>
<text x="240" y="100">Granted</text>
<text x="300" y="100">(Wait)</text>
<text x="472" y="116">3</text>
<text x="472" y="132">AuthN</text>
<text x="112" y="148">6</text>
<text x="188" y="148">Continue</text>
<text x="256" y="148">Request</text>
<text x="304" y="148">(A)</text>
<text x="472" y="164">4</text>
<text x="112" y="180">7</text>
<text x="160" y="180">Not</text>
<text x="192" y="180">Yet</text>
<text x="240" y="180">Granted</text>
<text x="300" y="180">(Wait)</text>
<text x="472" y="180">AuthZ</text>
<text x="472" y="212">5</text>
<text x="472" y="228">Completed</text>
<text x="112" y="260">8</text>
<text x="188" y="260">Continue</text>
<text x="256" y="260">Request</text>
<text x="304" y="260">(B)</text>
<text x="112" y="292">9</text>
<text x="200" y="292">Grant</text>
<text x="252" y="292">Access</text>
<text x="116" y="340">10</text>
<text x="180" y="340">Access</text>
<text x="224" y="340">API</text>
<text x="516" y="340">RS</text>
<text x="360" y="356">|</text>
<text x="432" y="356">|</text>
<text x="116" y="372">11</text>
<text x="168" y="372">API</text>
<text x="220" y="372">Response</text>
</g>
</svg>
</artwork><artwork  type="ascii-art"><![CDATA[
+--------+                                  +--------+          .----.
| Client |                                  |   AS   |         |  RO  |
|Instance+--(1)--- Request Access --------->|        |         |      |
|        |                                  |        |         |      |
|        |<-(2)-- Not Yet Granted (Wait) ---+        |         |      |
|        |                                  |        |<==(3)==>|      |
|        |                                  |        |  AuthN  |      |
|        +--(6)--- Continue Request (A) --->|        |         |      |
|        |                                  |        |<==(4)==>|      |
|        |<-(7)-- Not Yet Granted (Wait) ---+        |  AuthZ  |      |
|        |                                  |        |         |      |
|        |                                  |        |<==(5)==>|      |
|        |                                  |        |Completed|      |
|        |                                  |        |         |      |
|        +--(8)--- Continue Request (B) --->|        |          `----`
|        |                                  |        |
|        |<-(9)------ Grant Access ---------+        |
|        |                                  |        |
|        |                                  |        |     +--------+
|        +--(10)-- Access API ---------------------------->|   RS   |
|        |                                  |        |     |        |
|        |<-(11)-- API Response ---------------------------+        |
|        |                                  |        |     +--------+
+--------+                                  +--------+
]]></artwork></artset></figure>

<t><list style="numbers">
  <t>The client instance <xref target="request">requests access to the resource</xref>. The client instance does not
 send any interaction modes to the server, indicating that
 it does not expect to interact with the RO. The client instance can also signal
 which RO it requires authorization from, if known, by using the
 <xref target="request-user">user request section</xref>. It's also possible for the AS to determine which
 RO needs to be contacted by the nature of what access is being requested.</t>
  <t>The AS determines that interaction is needed, but the client instance cannot interact
 with the RO. The AS <xref target="response">responds</xref> with the information the client instance
 will need to <xref target="response-continue">continue the request</xref> in (6) and (8), including
 a signal that the client instance should wait before checking the status of the request again.
 The AS associates this continuation information with an ongoing request that will be
 referenced in (3), (4), (5), (6), and (8).</t>
  <t>The AS determines which RO to contact based on the request in (1), through a
 combination of the <xref target="request-user">user request</xref>, the
 <xref target="request-token">resources request</xref>, and other policy information. The AS
 contacts the RO and authenticates them.</t>
  <t>The RO authorizes the pending request from the client instance.</t>
  <t>When the AS is done interacting with the RO, the AS
 indicates to the RO that the request has been completed.</t>
  <t>Meanwhile, the client instance loads the continuation information stored at (2) and
 <xref target="continue-request">continues the request</xref>. The AS determines which
 ongoing access request is referenced here and checks its state.</t>
  <t>If the access request has not yet been authorized by the RO in (6),
 the AS responds to the client instance to <xref target="response-continue">continue the request</xref>
 at a future time through additional polling. This response can include
 refreshed credentials as well as information regarding how long the
 client instance should wait before calling again. The client instance replaces its stored
 continuation information from the previous response (2).
 Note that the AS may need to determine that the RO has not approved
 the request in a sufficient amount of time and return an appropriate
 error to the client instance.</t>
  <t>The client instance continues to <xref target="continue-poll">poll the AS</xref> with the new
 continuation information from (7).</t>
  <t>If the request has been authorized, the AS grants access to the information
 in the form of <xref target="response-token">access tokens</xref> and
 <xref target="response-subject">direct subject information</xref> to the client instance.</t>
  <t>The client instance <xref target="use-access-token">uses the access token</xref> to call the RS.</t>
  <t>The RS validates the access token and returns an appropriate response for the
API.</t>
</list></t>

<t>An example set of protocol messages for this method can be found in <xref target="example-async"/>.</t>

<t>Additional considerations for asynchronous interactions like this are discussed in
<xref target="security-async"/>.</t>

</section>
<section anchor="sequence-no-user"><name>Software-only Authorization</name>

<t>In this example flow, the AS policy allows the client instance to make a call on its own behalf,
without the need for an RO to be involved at runtime to approve the decision.
Since there is no explicit RO, the client instance does not interact with an RO.</t>

<figure><artset><artwork  type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="208" width="488" viewBox="0 0 488 208" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
<path d="M 8,32 L 8,192" fill="none" stroke="black"/>
<path d="M 80,32 L 80,192" fill="none" stroke="black"/>
<path d="M 312,32 L 312,120" fill="none" stroke="black"/>
<path d="M 312,168 L 312,192" fill="none" stroke="black"/>
<path d="M 384,32 L 384,120" fill="none" stroke="black"/>
<path d="M 384,168 L 384,192" fill="none" stroke="black"/>
<path d="M 408,112 L 408,176" fill="none" stroke="black"/>
<path d="M 480,112 L 480,176" fill="none" stroke="black"/>
<path d="M 8,32 L 80,32" fill="none" stroke="black"/>
<path d="M 312,32 L 384,32" fill="none" stroke="black"/>
<path d="M 80,64 L 104,64" fill="none" stroke="black"/>
<path d="M 120,64 L 144,64" fill="none" stroke="black"/>
<path d="M 280,64 L 304,64" fill="none" stroke="black"/>
<path d="M 88,96 L 104,96" fill="none" stroke="black"/>
<path d="M 120,96 L 152,96" fill="none" stroke="black"/>
<path d="M 272,96 L 312,96" fill="none" stroke="black"/>
<path d="M 408,112 L 480,112" fill="none" stroke="black"/>
<path d="M 80,128 L 104,128" fill="none" stroke="black"/>
<path d="M 120,128 L 144,128" fill="none" stroke="black"/>
<path d="M 248,128 L 400,128" fill="none" stroke="black"/>
<path d="M 88,160 L 104,160" fill="none" stroke="black"/>
<path d="M 120,160 L 144,160" fill="none" stroke="black"/>
<path d="M 264,160 L 408,160" fill="none" stroke="black"/>
<path d="M 408,176 L 480,176" fill="none" stroke="black"/>
<path d="M 8,192 L 80,192" fill="none" stroke="black"/>
<path d="M 312,192 L 384,192" fill="none" stroke="black"/>
<polygon class="arrowhead" points="408,128 396,122.4 396,133.6 " fill="black" transform="rotate(0,400,128)"/>
<polygon class="arrowhead" points="312,64 300,58.4 300,69.6 " fill="black" transform="rotate(0,304,64)"/>
<polygon class="arrowhead" points="96,160 84,154.4 84,165.6 " fill="black" transform="rotate(180,88,160)"/>
<polygon class="arrowhead" points="96,96 84,90.4 84,101.6 " fill="black" transform="rotate(180,88,96)"/>
<g class="text">
<text x="44" y="52">Client</text>
<text x="348" y="52">AS</text>
<text x="44" y="68">Instance</text>
<text x="112" y="68">1</text>
<text x="184" y="68">Request</text>
<text x="244" y="68">Access</text>
<text x="112" y="100">2</text>
<text x="184" y="100">Grant</text>
<text x="236" y="100">Access</text>
<text x="112" y="132">3</text>
<text x="180" y="132">Access</text>
<text x="224" y="132">API</text>
<text x="444" y="132">RS</text>
<text x="312" y="148">|</text>
<text x="384" y="148">|</text>
<text x="112" y="164">4</text>
<text x="168" y="164">API</text>
<text x="220" y="164">Response</text>
</g>
</svg>
</artwork><artwork  type="ascii-art"><![CDATA[
+--------+                            +--------+
| Client |                            |   AS   |
|Instance+--(1)--- Request Access --->|        |
|        |                            |        |
|        |<-(2)---- Grant Access -----+        |
|        |                            |        |  +--------+
|        +--(3)--- Access API ------------------->|   RS   |
|        |                            |        |  |        |
|        |<-(4)--- API Response ------------------+        |
|        |                            |        |  +--------+
+--------+                            +--------+
]]></artwork></artset></figure>

<t><list style="numbers">
  <t>The client instance <xref target="request">requests access to the resource</xref>. The client instance does not
 send any interaction modes to the server.</t>
  <t>The AS determines that the request has been authorized,
 the AS grants access to the resource
 in the form of <xref target="response-token">access tokens</xref> to the client instance.
 Note that <xref target="response-subject">direct subject information</xref> is not
 generally applicable in this use case, as there is no user involved.</t>
  <t>The client instance <xref target="use-access-token">uses the access token</xref> to call the RS.</t>
  <t>The RS validates the access token and returns an appropriate response for the
 API.</t>
</list></t>

<t>An example set of protocol messages for this method can be found in <xref target="example-no-user"/>.</t>

</section>
<section anchor="sequence-refresh"><name>Refreshing an Expired Access Token</name>

<t>In this example flow, the client instance receives an access token to access a resource server through
some valid GNAP process. The client instance uses that token at the RS for some time, but eventually
the access token expires. The client instance then gets a new access token by rotating the
expired access token at the AS using the token's management URI.</t>

<figure><artset><artwork  type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="400" width="504" viewBox="0 0 504 400" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
<path d="M 8,32 L 8,384" fill="none" stroke="black"/>
<path d="M 80,32 L 80,384" fill="none" stroke="black"/>
<path d="M 320,128 L 320,288" fill="none" stroke="black"/>
<path d="M 392,128 L 392,288" fill="none" stroke="black"/>
<path d="M 424,32 L 424,384" fill="none" stroke="black"/>
<path d="M 496,32 L 496,384" fill="none" stroke="black"/>
<path d="M 8,32 L 80,32" fill="none" stroke="black"/>
<path d="M 424,32 L 496,32" fill="none" stroke="black"/>
<path d="M 80,64 L 104,64" fill="none" stroke="black"/>
<path d="M 120,64 L 144,64" fill="none" stroke="black"/>
<path d="M 280,64 L 416,64" fill="none" stroke="black"/>
<path d="M 88,96 L 104,96" fill="none" stroke="black"/>
<path d="M 120,96 L 144,96" fill="none" stroke="black"/>
<path d="M 264,96 L 424,96" fill="none" stroke="black"/>
<path d="M 320,128 L 392,128" fill="none" stroke="black"/>
<path d="M 80,144 L 104,144" fill="none" stroke="black"/>
<path d="M 120,144 L 144,144" fill="none" stroke="black"/>
<path d="M 288,144 L 312,144" fill="none" stroke="black"/>
<path d="M 88,176 L 104,176" fill="none" stroke="black"/>
<path d="M 120,176 L 144,176" fill="none" stroke="black"/>
<path d="M 296,176 L 320,176" fill="none" stroke="black"/>
<path d="M 80,240 L 104,240" fill="none" stroke="black"/>
<path d="M 120,240 L 144,240" fill="none" stroke="black"/>
<path d="M 288,240 L 312,240" fill="none" stroke="black"/>
<path d="M 88,272 L 104,272" fill="none" stroke="black"/>
<path d="M 120,272 L 144,272" fill="none" stroke="black"/>
<path d="M 280,272 L 320,272" fill="none" stroke="black"/>
<path d="M 320,288 L 392,288" fill="none" stroke="black"/>
<path d="M 80,320 L 104,320" fill="none" stroke="black"/>
<path d="M 120,320 L 144,320" fill="none" stroke="black"/>
<path d="M 264,320 L 416,320" fill="none" stroke="black"/>
<path d="M 88,352 L 104,352" fill="none" stroke="black"/>
<path d="M 120,352 L 144,352" fill="none" stroke="black"/>
<path d="M 272,352 L 424,352" fill="none" stroke="black"/>
<path d="M 8,384 L 80,384" fill="none" stroke="black"/>
<path d="M 424,384 L 496,384" fill="none" stroke="black"/>
<polygon class="arrowhead" points="424,320 412,314.4 412,325.6 " fill="black" transform="rotate(0,416,320)"/>
<polygon class="arrowhead" points="424,64 412,58.4 412,69.6 " fill="black" transform="rotate(0,416,64)"/>
<polygon class="arrowhead" points="320,240 308,234.4 308,245.6 " fill="black" transform="rotate(0,312,240)"/>
<polygon class="arrowhead" points="320,144 308,138.4 308,149.6 " fill="black" transform="rotate(0,312,144)"/>
<polygon class="arrowhead" points="96,352 84,346.4 84,357.6 " fill="black" transform="rotate(180,88,352)"/>
<polygon class="arrowhead" points="96,272 84,266.4 84,277.6 " fill="black" transform="rotate(180,88,272)"/>
<polygon class="arrowhead" points="96,176 84,170.4 84,181.6 " fill="black" transform="rotate(180,88,176)"/>
<polygon class="arrowhead" points="96,96 84,90.4 84,101.6 " fill="black" transform="rotate(180,88,96)"/>
<g class="text">
<text x="44" y="52">Client</text>
<text x="460" y="52">AS</text>
<text x="44" y="68">Instance</text>
<text x="112" y="68">1</text>
<text x="184" y="68">Request</text>
<text x="244" y="68">Access</text>
<text x="112" y="100">2</text>
<text x="176" y="100">Grant</text>
<text x="228" y="100">Access</text>
<text x="112" y="148">3</text>
<text x="180" y="148">Access</text>
<text x="244" y="148">Resource</text>
<text x="356" y="148">RS</text>
<text x="112" y="180">4</text>
<text x="184" y="180">Success</text>
<text x="252" y="180">Response</text>
<text x="144" y="212">(</text>
<text x="172" y="212">Time</text>
<text x="220" y="212">Passes</text>
<text x="256" y="212">)</text>
<text x="112" y="244">5</text>
<text x="180" y="244">Access</text>
<text x="244" y="244">Resource</text>
<text x="112" y="276">6</text>
<text x="176" y="276">Error</text>
<text x="236" y="276">Response</text>
<text x="112" y="324">7</text>
<text x="180" y="324">Rotate</text>
<text x="232" y="324">Token</text>
<text x="112" y="356">8</text>
<text x="184" y="356">Rotated</text>
<text x="240" y="356">Token</text>
</g>
</svg>
</artwork><artwork  type="ascii-art"><![CDATA[
+--------+                                          +--------+
| Client |                                          |   AS   |
|Instance+--(1)--- Request Access ----------------->|        |
|        |                                          |        |
|        |<-(2)--- Grant Access --------------------+        |
|        |                                          |        |
|        |                             +--------+   |        |
|        +--(3)--- Access Resource --->|   RS   |   |        |
|        |                             |        |   |        |
|        |<-(4)--- Success Response ---+        |   |        |
|        |                             |        |   |        |
|        |       ( Time Passes )       |        |   |        |
|        |                             |        |   |        |
|        +--(5)--- Access Resource --->|        |   |        |
|        |                             |        |   |        |
|        |<-(6)--- Error Response -----+        |   |        |
|        |                             +--------+   |        |
|        |                                          |        |
|        +--(7)--- Rotate Token ------------------->|        |
|        |                                          |        |
|        |<-(8)--- Rotated Token -------------------+        |
|        |                                          |        |
+--------+                                          +--------+
]]></artwork></artset></figure>

<t><list style="numbers">
  <t>The client instance <xref target="request">requests access to the resource</xref>.</t>
  <t>The AS <xref target="response">grants access to the resource</xref> with an
 <xref target="response-token">access token</xref> usable at the RS. The access token
 response includes a token management URI.</t>
  <t>The client instance <xref target="use-access-token">uses the access token</xref> to call the RS.</t>
  <t>The RS validates the access token and returns an appropriate response for the
 API.</t>
  <t>Time passes and the client instance uses the access token to call the RS again.</t>
  <t>The RS validates the access token and determines that the access token is expired.
 The RS responds to the client instance with an error.</t>
  <t>The client instance calls the token management URI returned in (2) to
 <xref target="rotate-access-token">rotate the access token</xref>. The client instance
 <xref target="use-access-token">uses the access token</xref> in this call as well as the appropriate key,
 see the token rotation section for details.</t>
  <t>The AS validates the rotation request including the signature
 and keys presented in (5) and returns a
 <xref target="response-token-single">new access token</xref>. The response includes
 a new access token and can also include updated token management
 information, which the client instance will store in place of the values
 returned in (2).</t>
</list></t>

</section>
<section anchor="sequence-user"><name>Requesting Subject Information Only</name>

<t>In this scenario, the client instance does not call an RS and does not
request an access token. Instead, the client instance only requests
and is returned <xref target="response-subject">direct subject information</xref>. Many different
interaction modes can be used in this scenario, so these are shown only in
the abstract as functions of the AS here.</t>

<figure><artset><artwork  type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="384" width="576" viewBox="0 0 576 384" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
<path d="M 8,32 L 8,368" fill="none" stroke="black"/>
<path d="M 80,32 L 80,368" fill="none" stroke="black"/>
<path d="M 360,32 L 360,128" fill="none" stroke="black"/>
<path d="M 360,160 L 360,256" fill="none" stroke="black"/>
<path d="M 360,288 L 360,368" fill="none" stroke="black"/>
<path d="M 432,32 L 432,128" fill="none" stroke="black"/>
<path d="M 432,160 L 432,256" fill="none" stroke="black"/>
<path d="M 432,288 L 432,368" fill="none" stroke="black"/>
<path d="M 512,48 L 512,272" fill="none" stroke="black"/>
<path d="M 568,48 L 568,272" fill="none" stroke="black"/>
<path d="M 8,32 L 80,32" fill="none" stroke="black"/>
<path d="M 360,32 L 432,32" fill="none" stroke="black"/>
<path d="M 528,32 L 552,32" fill="none" stroke="black"/>
<path d="M 80,80 L 104,80" fill="none" stroke="black"/>
<path d="M 120,80 L 144,80" fill="none" stroke="black"/>
<path d="M 280,80 L 352,80" fill="none" stroke="black"/>
<path d="M 88,112 L 104,112" fill="none" stroke="black"/>
<path d="M 120,112 L 136,112" fill="none" stroke="black"/>
<path d="M 304,112 L 360,112" fill="none" stroke="black"/>
<path d="M 80,142 L 104,142" fill="none" stroke="black"/><path d="M 80,146 L 104,146" fill="none" stroke="black"/>
<path d="M 120,142 L 136,142" fill="none" stroke="black"/><path d="M 120,146 L 136,146" fill="none" stroke="black"/>
<path d="M 336,142 L 504,142" fill="none" stroke="black"/><path d="M 336,146 L 504,146" fill="none" stroke="black"/>
<path d="M 440,174 L 464,174" fill="none" stroke="black"/><path d="M 440,178 L 464,178" fill="none" stroke="black"/>
<path d="M 480,174 L 504,174" fill="none" stroke="black"/><path d="M 480,178 L 504,178" fill="none" stroke="black"/>
<path d="M 440,222 L 464,222" fill="none" stroke="black"/><path d="M 440,226 L 464,226" fill="none" stroke="black"/>
<path d="M 480,222 L 504,222" fill="none" stroke="black"/><path d="M 480,226 L 504,226" fill="none" stroke="black"/>
<path d="M 88,270 L 104,270" fill="none" stroke="black"/><path d="M 88,274 L 104,274" fill="none" stroke="black"/>
<path d="M 120,270 L 136,270" fill="none" stroke="black"/><path d="M 120,274 L 136,274" fill="none" stroke="black"/>
<path d="M 312,270 L 512,270" fill="none" stroke="black"/><path d="M 312,274 L 512,274" fill="none" stroke="black"/>
<path d="M 528,288 L 552,288" fill="none" stroke="black"/>
<path d="M 80,304 L 104,304" fill="none" stroke="black"/>
<path d="M 120,304 L 144,304" fill="none" stroke="black"/>
<path d="M 296,304 L 352,304" fill="none" stroke="black"/>
<path d="M 88,336 L 104,336" fill="none" stroke="black"/>
<path d="M 120,336 L 160,336" fill="none" stroke="black"/>
<path d="M 280,336 L 360,336" fill="none" stroke="black"/>
<path d="M 8,368 L 80,368" fill="none" stroke="black"/>
<path d="M 360,368 L 432,368" fill="none" stroke="black"/>
<path d="M 528,32 C 519.16936,32 512,39.16936 512,48" fill="none" stroke="black"/>
<path d="M 552,32 C 560.83064,32 568,39.16936 568,48" fill="none" stroke="black"/>
<path d="M 528,288 C 519.16936,288 512,280.83064 512,272" fill="none" stroke="black"/>
<path d="M 552,288 C 560.83064,288 568,280.83064 568,272" fill="none" stroke="black"/>
<polygon class="arrowhead" points="512,224 500,218.4 500,229.6 " fill="black" transform="rotate(0,504,224)"/>
<polygon class="arrowhead" points="512,176 500,170.4 500,181.6 " fill="black" transform="rotate(0,504,176)"/>
<polygon class="arrowhead" points="512,144 500,138.4 500,149.6 " fill="black" transform="rotate(0,504,144)"/>
<polygon class="arrowhead" points="448,224 436,218.4 436,229.6 " fill="black" transform="rotate(180,440,224)"/>
<polygon class="arrowhead" points="448,176 436,170.4 436,181.6 " fill="black" transform="rotate(180,440,176)"/>
<polygon class="arrowhead" points="360,304 348,298.4 348,309.6 " fill="black" transform="rotate(0,352,304)"/>
<polygon class="arrowhead" points="360,80 348,74.4 348,85.6 " fill="black" transform="rotate(0,352,80)"/>
<polygon class="arrowhead" points="96,336 84,330.4 84,341.6 " fill="black" transform="rotate(180,88,336)"/>
<polygon class="arrowhead" points="96,272 84,266.4 84,277.6 " fill="black" transform="rotate(180,88,272)"/>
<polygon class="arrowhead" points="96,112 84,106.4 84,117.6 " fill="black" transform="rotate(180,88,112)"/>
<g class="text">
<text x="44" y="52">Client</text>
<text x="396" y="52">AS</text>
<text x="540" y="52">User</text>
<text x="44" y="68">Instance</text>
<text x="112" y="84">1</text>
<text x="184" y="84">Request</text>
<text x="244" y="84">Access</text>
<text x="112" y="116">2</text>
<text x="192" y="116">Interaction</text>
<text x="268" y="116">Needed</text>
<text x="112" y="148">3</text>
<text x="188" y="148">Facilitate</text>
<text x="280" y="148">Interaction</text>
<text x="472" y="180">4</text>
<text x="472" y="196">AuthN</text>
<text x="472" y="228">5</text>
<text x="472" y="244">AuthZ</text>
<text x="112" y="276">6</text>
<text x="172" y="276">Signal</text>
<text x="252" y="276">Continuation</text>
<text x="112" y="308">7</text>
<text x="188" y="308">Continue</text>
<text x="256" y="308">Request</text>
<text x="112" y="340">8</text>
<text x="192" y="340">Grant</text>
<text x="244" y="340">Access</text>
</g>
</svg>
</artwork><artwork  type="ascii-art"><![CDATA[
+--------+                                  +--------+          .----.
| Client |                                  |   AS   |         | User |
|Instance|                                  |        |         |      |
|        +--(1)--- Request Access --------->|        |         |      |
|        |                                  |        |         |      |
|        |<-(2)-- Interaction Needed -------+        |         |      |
|        |                                  |        |         |      |
|        +==(3)== Facilitate Interaction =====================>|      |
|        |                                  |        |         |      |
|        |                                  |        |<==(4)==>|      |
|        |                                  |        |  AuthN  |      |
|        |                                  |        |         |      |
|        |                                  |        |<==(5)==>|      |
|        |                                  |        |  AuthZ  |      |
|        |                                  |        |         |      |
|        |<=(6)== Signal Continuation =========================+      |
|        |                                  |        |          `----`
|        +--(7)--- Continue Request ------->|        |
|        |                                  |        |
|        |<-(8)----- Grant Access ----------+        |
|        |                                  |        |
+--------+                                  +--------+
]]></artwork></artset></figure>

<t><list style="numbers">
  <t>The client instance <xref target="request">requests access to subject information</xref>.</t>
  <t>The AS determines that interaction is needed and <xref target="response">responds</xref> with
 appropriate information for <xref target="response-interact">facilitating user interaction</xref>.</t>
  <t>The client instance facilitates <xref target="authorization">the user interacting with the AS</xref> as directed in (2).</t>
  <t>The user authenticates at the AS, taking on the role of the RO.</t>
  <t>As the RO, the user authorizes the pending request from the client instance.</t>
  <t>When the AS is done interacting with the user, the AS
 returns the user to the client instance and signals continuation.</t>
  <t>The client instance loads the continuation information from (2) and
 calls the AS to <xref target="continue-request">continue the request</xref>.</t>
  <t>If the request has been authorized, the AS grants access to the requested
 <xref target="response-subject">direct subject information</xref> to the client instance.
 At this stage, the user is generally considered "logged in" to the client
 instance based on the identifiers and assertions provided by the AS.
 Note that the AS can restrict the subject information returned and it
 might not match what the client instance requested, see the section on
 subject information for details.</t>
</list></t>

</section>
<section anchor="sequence-cross-user"><name>Cross-User Authentication</name>

<t>In this scenario, the end user and resource owner are two different people.
In this scenario, the client instance already knows who the end user
is, likely through a separate authentication process. The
end user, operating the client instance, needs to get subject information
about another person in the system, the RO. The RO is given an opportunity
to release this information using an asynchronous interaction method
with the AS. This scenario would apply, for instance, when the end user
is an agent in a call-center and the resource owner is a customer
authorizing the call center agent to access their account on their behalf.</t>

<figure><artset><artwork  type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="464" width="576" viewBox="0 0 576 464" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
<path d="M 8,48 L 8,432" fill="none" stroke="black"/>
<path d="M 64,48 L 64,432" fill="none" stroke="black"/>
<path d="M 136,96 L 136,448" fill="none" stroke="black"/>
<path d="M 208,96 L 208,448" fill="none" stroke="black"/>
<path d="M 360,96 L 360,448" fill="none" stroke="black"/>
<path d="M 432,96 L 432,448" fill="none" stroke="black"/>
<path d="M 512,48 L 512,432" fill="none" stroke="black"/>
<path d="M 568,48 L 568,432" fill="none" stroke="black"/>
<path d="M 24,32 L 48,32" fill="none" stroke="black"/>
<path d="M 528,32 L 552,32" fill="none" stroke="black"/>
<path d="M 72,62 L 216,62" fill="none" stroke="black"/><path d="M 72,66 L 216,66" fill="none" stroke="black"/>
<path d="M 232,62 L 248,62" fill="none" stroke="black"/><path d="M 232,66 L 248,66" fill="none" stroke="black"/>
<path d="M 360,62 L 504,62" fill="none" stroke="black"/><path d="M 360,66 L 504,66" fill="none" stroke="black"/>
<path d="M 136,96 L 208,96" fill="none" stroke="black"/>
<path d="M 360,96 L 432,96" fill="none" stroke="black"/>
<path d="M 64,110 L 88,110" fill="none" stroke="black"/><path d="M 64,114 L 88,114" fill="none" stroke="black"/>
<path d="M 104,110 L 128,110" fill="none" stroke="black"/><path d="M 104,114 L 128,114" fill="none" stroke="black"/>
<path d="M 208,160 L 232,160" fill="none" stroke="black"/>
<path d="M 248,160 L 264,160" fill="none" stroke="black"/>
<path d="M 320,160 L 352,160" fill="none" stroke="black"/>
<path d="M 216,176 L 232,176" fill="none" stroke="black"/>
<path d="M 248,176 L 264,176" fill="none" stroke="black"/>
<path d="M 320,176 L 360,176" fill="none" stroke="black"/>
<path d="M 440,190 L 464,190" fill="none" stroke="black"/><path d="M 440,194 L 464,194" fill="none" stroke="black"/>
<path d="M 480,190 L 504,190" fill="none" stroke="black"/><path d="M 480,194 L 504,194" fill="none" stroke="black"/>
<path d="M 440,238 L 464,238" fill="none" stroke="black"/><path d="M 440,242 L 464,242" fill="none" stroke="black"/>
<path d="M 480,238 L 504,238" fill="none" stroke="black"/><path d="M 480,242 L 504,242" fill="none" stroke="black"/>
<path d="M 440,286 L 464,286" fill="none" stroke="black"/><path d="M 440,290 L 464,290" fill="none" stroke="black"/>
<path d="M 480,286 L 504,286" fill="none" stroke="black"/><path d="M 480,290 L 504,290" fill="none" stroke="black"/>
<path d="M 216,304 L 232,304" fill="none" stroke="black"/>
<path d="M 248,304 L 272,304" fill="none" stroke="black"/>
<path d="M 344,304 L 360,304" fill="none" stroke="black"/>
<path d="M 208,336 L 232,336" fill="none" stroke="black"/>
<path d="M 248,336 L 272,336" fill="none" stroke="black"/>
<path d="M 336,336 L 352,336" fill="none" stroke="black"/>
<path d="M 216,368 L 232,368" fill="none" stroke="black"/>
<path d="M 256,368 L 272,368" fill="none" stroke="black"/>
<path d="M 336,368 L 360,368" fill="none" stroke="black"/>
<path d="M 72,382 L 88,382" fill="none" stroke="black"/><path d="M 72,386 L 88,386" fill="none" stroke="black"/>
<path d="M 112,382 L 136,382" fill="none" stroke="black"/><path d="M 112,386 L 136,386" fill="none" stroke="black"/>
<path d="M 24,448 L 48,448" fill="none" stroke="black"/>
<path d="M 136,448 L 208,448" fill="none" stroke="black"/>
<path d="M 360,448 L 432,448" fill="none" stroke="black"/>
<path d="M 528,448 L 552,448" fill="none" stroke="black"/>
<path d="M 24,32 C 15.16936,32 8,39.16936 8,48" fill="none" stroke="black"/>
<path d="M 48,32 C 56.83064,32 64,39.16936 64,48" fill="none" stroke="black"/>
<path d="M 528,32 C 519.16936,32 512,39.16936 512,48" fill="none" stroke="black"/>
<path d="M 552,32 C 560.83064,32 568,39.16936 568,48" fill="none" stroke="black"/>
<path d="M 24,448 C 15.16936,448 8,440.83064 8,432" fill="none" stroke="black"/>
<path d="M 48,448 C 56.83064,448 64,440.83064 64,432" fill="none" stroke="black"/>
<path d="M 528,448 C 519.16936,448 512,440.83064 512,432" fill="none" stroke="black"/>
<path d="M 552,448 C 560.83064,448 568,440.83064 568,432" fill="none" stroke="black"/>
<polygon class="arrowhead" points="512,288 500,282.4 500,293.6 " fill="black" transform="rotate(0,504,288)"/>
<polygon class="arrowhead" points="512,240 500,234.4 500,245.6 " fill="black" transform="rotate(0,504,240)"/>
<polygon class="arrowhead" points="512,192 500,186.4 500,197.6 " fill="black" transform="rotate(0,504,192)"/>
<polygon class="arrowhead" points="512,64 500,58.4 500,69.6 " fill="black" transform="rotate(0,504,64)"/>
<polygon class="arrowhead" points="448,288 436,282.4 436,293.6 " fill="black" transform="rotate(180,440,288)"/>
<polygon class="arrowhead" points="448,240 436,234.4 436,245.6 " fill="black" transform="rotate(180,440,240)"/>
<polygon class="arrowhead" points="448,192 436,186.4 436,197.6 " fill="black" transform="rotate(180,440,192)"/>
<polygon class="arrowhead" points="360,336 348,330.4 348,341.6 " fill="black" transform="rotate(0,352,336)"/>
<polygon class="arrowhead" points="360,160 348,154.4 348,165.6 " fill="black" transform="rotate(0,352,160)"/>
<polygon class="arrowhead" points="224,368 212,362.4 212,373.6 " fill="black" transform="rotate(180,216,368)"/>
<polygon class="arrowhead" points="224,304 212,298.4 212,309.6 " fill="black" transform="rotate(180,216,304)"/>
<polygon class="arrowhead" points="224,176 212,170.4 212,181.6 " fill="black" transform="rotate(180,216,176)"/>
<polygon class="arrowhead" points="136,112 124,106.4 124,117.6 " fill="black" transform="rotate(0,128,112)"/>
<polygon class="arrowhead" points="80,384 68,378.4 68,389.6 " fill="black" transform="rotate(180,72,384)"/>
<polygon class="arrowhead" points="80,64 68,58.4 68,69.6 " fill="black" transform="rotate(180,72,64)"/>
<g class="text">
<text x="32" y="52">End</text>
<text x="540" y="52">RO</text>
<text x="36" y="68">User</text>
<text x="224" y="68">1</text>
<text x="292" y="68">Identify</text>
<text x="340" y="68">RO</text>
<text x="96" y="116">2</text>
<text x="172" y="116">Client</text>
<text x="396" y="116">AS</text>
<text x="84" y="132">RO</text>
<text x="108" y="132">ID</text>
<text x="172" y="132">Instance</text>
<text x="240" y="164">3</text>
<text x="292" y="164">Req.</text>
<text x="240" y="180">4</text>
<text x="292" y="180">Res.</text>
<text x="472" y="196">5</text>
<text x="472" y="212">AuthN</text>
<text x="472" y="244">6</text>
<text x="472" y="260">AuthZ</text>
<text x="472" y="292">7</text>
<text x="240" y="308">8</text>
<text x="308" y="308">Finish</text>
<text x="472" y="308">Completed</text>
<text x="240" y="340">9</text>
<text x="304" y="340">Cont.</text>
<text x="244" y="372">10</text>
<text x="304" y="372">Subj.</text>
<text x="100" y="388">11</text>
<text x="300" y="388">Info</text>
<text x="92" y="404">Return</text>
<text x="76" y="420">RO</text>
<text x="84" y="436">Info</text>
</g>
</svg>
</artwork><artwork  type="ascii-art"><![CDATA[
 .----.                                                         .----.
| End  |                                                       |  RO  |
| User |<=================(1)== Identify RO ==================>|      |
|      |                                                       |      |
|      |        +--------+                  +--------+         |      |
|      +==(2)==>| Client |                  |   AS   |         |      |
|      | RO ID  |Instance|                  |        |         |      |
|      |        |        |                  |        |         |      |
|      |        |        +--(3)-- Req. ---->|        |         |      |
|      |        |        |<-(4)-- Res. -----+        |         |      |
|      |        |        |                  |        |<==(5)==>|      |
|      |        |        |                  |        |  AuthN  |      |
|      |        |        |                  |        |         |      |
|      |        |        |                  |        |<==(6)==>|      |
|      |        |        |                  |        |  AuthZ  |      |
|      |        |        |                  |        |         |      |
|      |        |        |                  |        |<==(7)==>|      |
|      |        |        |<-(8)--- Finish --+        |Completed|      |
|      |        |        |                  |        |         |      |
|      |        |        +--(9)--- Cont. -->|        |         |      |
|      |        |        |                  |        |         |      |
|      |        |        |<-(10)-- Subj. ---+        |         |      |
|      |<=(11)==+        |         Info     |        |         |      |
|      |Return  |        |                  |        |         |      |
|      |RO      |        |                  |        |         |      |
|      |Info    |        |                  |        |         |      |
 `----`         +--------+                  +--------+          `----`
]]></artwork></artset></figure>

<t>Precondition: The end user is authenticated to the client instance, and the client
instance has an identifier representing the end user that it can present to the AS.
This identifier should be unique to the particular session with the client instance
and the AS.</t>

<t><list style="numbers">
  <t>The RO communicates a human-readable
identifier to the end user, such as an email address or account number. This communication
happens out of band from the protocol, such as over the phone between parties. Note that the
RO is not interacting with the client instance.</t>
  <t>The end user communicates the identifier to the client instance. The means by which the
 identifier is communicated to the client instance is out of scope for this specification.</t>
  <t>The client instance <xref target="request">requests access to subject information</xref>. The request includes
 the RO's identifier in the <xref target="request-subject">subject information request</xref> <spanx style="verb">sub_ids</spanx> field,
 and the end user's identifier in the <xref target="request-user">user information field</xref> of the request.
 The request includes no interaction start methods, since the end user is not expected to
 be the one interacting with the AS. The request does include the
 <xref target="request-interact-callback-push">push based interaction finish method</xref> to allow the AS
 to signal to the client instance when the interaction with the RO has concluded.</t>
  <t>The AS sees that the identifier for the end user and subject being requested are different.
 The AS determines that it can reach out to the RO asynchronously for approval. While it
 is doing so, the AS returns a <xref target="response-continue">continuation response</xref> with a <spanx style="verb">finish</spanx> nonce
 to allow the client instance to keep polling after interaction with the RO has concluded.</t>
  <t>The AS contacts the RO and has them authenticate to the system. The means for doing this are
 outside the scope of this specification, but the identity of the RO is known from the subject
 identifier sent in (3).</t>
  <t>The RO is prompted to authorize the end user's request via the client instance. Since the end
 user was identified in (3) via the user field, the AS can show this information to the
 RO during the authorization request.</t>
  <t>The RO completes the authorization with the AS. The AS marks the request as <em>approved</em>.</t>
  <t>The RO pushes the <xref target="interaction-pushback">interaction finish message</xref> to the client instance.
 Note that in the case the RO cannot be reached or the RO denies the request, the AS still sends the interaction
 finish message to the client instance, after which the client instance can negotiate next steps if possible.</t>
  <t>The client instance validates the interaction finish message and
 <xref target="continue-after-interaction">continues the grant request</xref>.</t>
  <t>The AS returns the RO's <xref target="response-subject">subject information</xref> to the client instance.</t>
  <t>The client instance can display or otherwise utilize the RO's user information in its session
with the end user. Note that since the client instance requested different sets of user
information in (3), the client instance does not conflate the end user with the RO.</t>
</list></t>

<t>Additional considerations for asynchronous interactions like this are discussed in
<xref target="security-async"/>.</t>

</section>
</section>
</section>
<section anchor="request"><name>Requesting Access</name>

<t>To start a request, the client instance sends a <xref target="RFC8259">JSON</xref> document with an object as its root. Each
member of the request object represents a different aspect of the
client instance's request. Each field is described in detail in a section below.</t>

<dl>
  <dt>
<spanx style="verb">access_token</spanx> (object / array of objects):  </dt>
  <dd>
    <t>Describes the rights and properties associated with the requested access token. <bcp14>REQUIRED</bcp14> if requesting an access token. See <xref target="request-token"/>.</t>
  </dd>
  <dt>
<spanx style="verb">subject</spanx> (object):  </dt>
  <dd>
    <t>Describes the information about the RO that the client instance is requesting to be returned
  directly in the response from the AS. <bcp14>REQUIRED</bcp14> if requesting subject information. See <xref target="request-subject"/>.</t>
  </dd>
  <dt>
<spanx style="verb">client</spanx> (object / string):  </dt>
  <dd>
    <t>Describes the client instance that is making this request, including
  the key that the client instance will use to protect this request and any continuation
  requests at the AS and any user-facing information about the client instance used in
  interactions. <bcp14>REQUIRED</bcp14>. See <xref target="request-client"/>.</t>
  </dd>
  <dt>
<spanx style="verb">user</spanx> (object / string):  </dt>
  <dd>
    <t>Identifies the end user to the AS in a manner that the AS can verify, either directly or
  by interacting with the end user to determine their status as the RO. <bcp14>OPTIONAL</bcp14>. See <xref target="request-user"/>.</t>
  </dd>
  <dt>
<spanx style="verb">interact</spanx> (object):  </dt>
  <dd>
    <t>Describes the modes that the client instance supports for allowing the RO to interact with the
  AS and modes for the client instance to receive updates when interaction is complete. <bcp14>REQUIRED</bcp14> if interaction is supported. See <xref target="request-interact"/>.</t>
  </dd>
</dl>

<t>Additional members of this request object can be defined by extensions using the <xref target="IANA-grant-request">Grant Request Parameters Registry</xref>.</t>

<t>A non-normative example of a grant request is below:</t>

<figure><sourcecode type="json"><![CDATA[
{
    "access_token": {
        "access": [
            {
                "type": "photo-api",
                "actions": [
                    "read",
                    "write",
                    "dolphin"
                ],
                "locations": [
                    "https://server.example.net/",
                    "https://resource.local/other"
                ],
                "datatypes": [
                    "metadata",
                    "images"
                ]
            },
            "dolphin-metadata"
        ]
    },
    "client": {
      "display": {
        "name": "My Client Display Name",
        "uri": "https://example.net/client"
      },
      "key": {
        "proof": "httpsig",
        "jwk": {
          "kty": "RSA",
          "e": "AQAB",
          "kid": "xyz-1",
          "alg": "RS256",
          "n": "kOB5rR4Jv0GMeL...."
        }
      }
    },
    "interact": {
        "start": ["redirect"],
        "finish": {
            "method": "redirect",
            "uri": "https://client.example.net/return/123455",
            "nonce": "LKLTI25DK82FX4T4QFZC"
        }
    },
    "subject": {
        "sub_id_formats": ["iss_sub", "opaque"],
        "assertion_formats": ["id_token"]
    }
}
]]></sourcecode></figure>

<t>Sending a request to the grant endpoint creates a grant request in the <em>processing</em> state. The AS processes this request to determine whether interaction or authorization are necessary (moving to the <em>pending</em> state), or if access can be granted immediately (moving to the <em>approved</em> state).</t>

<t>The request <bcp14>MUST</bcp14> be sent as a JSON object in the body of the HTTP
POST request with Content-Type <spanx style="verb">application/json</spanx>,
unless otherwise specified by the signature mechanism.</t>

<t>The authorization server <bcp14>MUST</bcp14> include the HTTP "Cache-Control" response header field <xref target="RFC7234"/> with a value set to "no-store".</t>

<section anchor="request-token"><name>Requesting Access to Resources</name>

<t>If the client instance is requesting one or more access tokens for the
purpose of accessing an API, the client instance <bcp14>MUST</bcp14> include an <spanx style="verb">access_token</spanx>
field. This field <bcp14>MUST</bcp14> be an object (for a <xref target="request-token-single">single access token</xref>) or
an array of these objects (for <xref target="request-token-multiple">multiple access tokens</xref>),
as described in the following sections.</t>

<section anchor="request-token-single"><name>Requesting a Single Access Token</name>

<t>To request a single access token, the client instance sends an <spanx style="verb">acccess_token</spanx> object
composed of the following fields.</t>

<dl>
  <dt>
<spanx style="verb">access</spanx> (array of objects/strings):  </dt>
  <dd>
    <t>Describes the rights that the client instance is requesting for one or more access tokens to be
  used at RS's. <bcp14>REQUIRED</bcp14>. See <xref target="resource-access-rights"/>.</t>
  </dd>
  <dt>
<spanx style="verb">label</spanx> (string):  </dt>
  <dd>
    <t>A unique name chosen by the client instance to refer to the resulting access token. The value of this
  field is opaque to the AS.  If this field
  is included in the request, the AS <bcp14>MUST</bcp14> include the same label in the <xref target="response-token">token response</xref>.
  <bcp14>REQUIRED</bcp14> if used as part of a <xref target="request-token-multiple">multiple access token request</xref>,
  <bcp14>OPTIONAL</bcp14> otherwise.</t>
  </dd>
  <dt>
<spanx style="verb">flags</spanx> (array of strings):  </dt>
  <dd>
    <t>A set of flags that indicate desired attributes or behavior to be attached to the access token by the
  AS. <bcp14>OPTIONAL</bcp14>.</t>
  </dd>
</dl>

<t>The values of the <spanx style="verb">flags</spanx> field defined by this specification are as follows:</t>

<dl>
  <dt>
<spanx style="verb">"bearer"</spanx>:  </dt>
  <dd>
    <t>If this flag is included, the access token being requested is a bearer token.
  If this flag is omitted, the access token is bound to the key used
  by the client instance in this request (or that key's most recent rotation)
  and the access token <bcp14>MUST</bcp14> be presented using the same key and proofing method.
  Methods for presenting bound and bearer access tokens are described
  in <xref target="use-access-token"/>. See <xref target="security-bearer-tokens"/> for additional
  considerations on the use of bearer tokens.</t>
  </dd>
</dl>

<t>Flag values <bcp14>MUST NOT</bcp14> be included more than once.</t>

<t>Additional flags can be defined by extensions using the <xref target="IANA-token-flags">Access Token Flags Registry</xref>.</t>

<t>In the following example, the client instance is requesting access to a complex resource
described by a pair of access request object.</t>

<figure><sourcecode type="json"><![CDATA[
"access_token": {
    "access": [
        {
            "type": "photo-api",
            "actions": [
                "read",
                "write",
                "delete"
            ],
            "locations": [
                "https://server.example.net/",
                "https://resource.local/other"
            ],
            "datatypes": [
                "metadata",
                "images"
            ]
        },
        {
            "type": "walrus-access",
            "actions": [
                "foo",
                "bar"
            ],
            "locations": [
                "https://resource.other/"
            ],
            "datatypes": [
                "data",
                "pictures",
                "walrus whiskers"
            ]
        }
    ],
    "label": "token1-23"
}
]]></sourcecode></figure>

<t>If access is approved, the resulting access token is valid for the described resource
and is bound to the client instance's key (or its most recent rotation). The token
is labeled "token1-23". The token response structure is described in <xref target="response-token-single"/>.</t>

</section>
<section anchor="request-token-multiple"><name>Requesting Multiple Access Tokens</name>

<t>To request multiple access tokens to be returned in a single response, the
client instance sends an array of objects as the value of the <spanx style="verb">access_token</spanx>
parameter. Each object <bcp14>MUST</bcp14> conform to the request format for a single
access token request, as specified in
<xref target="request-token-single">requesting a single access token</xref>.
Additionally, each object in the array <bcp14>MUST</bcp14> include the <spanx style="verb">label</spanx> field, and
all values of these fields <bcp14>MUST</bcp14> be unique within the request. If the
client instance does not include a <spanx style="verb">label</spanx> value for any entry in the
array, or the values of the <spanx style="verb">label</spanx> field are not unique within the array,
the AS <bcp14>MUST</bcp14> return an "invalid_request" error.</t>

<t>The following non-normative example shows a request for two
separate access tokens, <spanx style="verb">token1</spanx> and <spanx style="verb">token2</spanx>.</t>

<figure><sourcecode type="json"><![CDATA[
"access_token": [
    {
        "label": "token1",
        "access": [
            {
                "type": "photo-api",
                "actions": [
                    "read",
                    "write",
                    "dolphin"
                ],
                "locations": [
                    "https://server.example.net/",
                    "https://resource.local/other"
                ],
                "datatypes": [
                    "metadata",
                    "images"
                ]
            },
            "dolphin-metadata"
        ]
    },
    {
        "label": "token2",
        "access": [
            {
                "type": "walrus-access",
                "actions": [
                    "foo",
                    "bar"
                ],
                "locations": [
                    "https://resource.other/"
                ],
                "datatypes": [
                    "data",
                    "pictures",
                    "walrus whiskers"
                ]
            }
        ],
        "flags": [ "bearer" ]
    }
]

]]></sourcecode></figure>

<t>All approved access requests are returned in the
<xref target="response-token-multiple">multiple access token response</xref> structure using
the values of the <spanx style="verb">label</spanx> fields in the request.</t>

</section>
</section>
<section anchor="request-subject"><name>Requesting Subject Information</name>

<t>If the client instance is requesting information about the RO from
the AS, it sends a <spanx style="verb">subject</spanx> field as a JSON object. This object <bcp14>MAY</bcp14>
contain the following fields.</t>

<dl>
  <dt>
<spanx style="verb">sub_id_formats</spanx> (array of strings):  </dt>
  <dd>
    <t>An array of subject identifier subject formats
  requested for the RO, as defined by <xref target="I-D.ietf-secevent-subject-identifiers"/>.
  <bcp14>REQUIRED</bcp14> if subject identifiers are requested.</t>
  </dd>
  <dt>
<spanx style="verb">assertion_formats</spanx> (array of strings):  </dt>
  <dd>
    <t>An array of requested assertion formats. Possible values include
  <spanx style="verb">id_token</spanx> for an <xref target="OIDC"/> ID Token and <spanx style="verb">saml2</spanx> for a SAML 2 assertion. Additional
  assertion formats are defined by the <xref target="IANA-assertion-formats">Assertion Formats Registry</xref>.
  <bcp14>REQUIRED</bcp14> if assertions are requested.</t>
  </dd>
  <dt>
<spanx style="verb">sub_ids</spanx> (array of objects):  </dt>
  <dd>
    <t>An array of subject identifiers representing the subject that information
  is being requested for. Each object is a subject identifier as defined by
  <xref target="I-D.ietf-secevent-subject-identifiers"/>. All identifiers in the <spanx style="verb">sub_ids</spanx> array <bcp14>MUST</bcp14> identify
  the same subject. If omitted, the AS <bcp14>SHOULD</bcp14> assume
  that subject information requests are about the current user and <bcp14>SHOULD</bcp14>
  require direct interaction or proof of presence before releasing information. <bcp14>OPTIONAL</bcp14>.</t>
  </dd>
</dl>

<t>Additional fields are defined in the <xref target="IANA-subject-request">Subject Information Request Fields Registry</xref>.</t>

<figure><sourcecode type="json"><![CDATA[
"subject": {
  "sub_id_formats": [ "iss_sub", "opaque" ],
  "assertion_formats": [ "id_token", "saml2" ]
}
]]></sourcecode></figure>

<t>The AS can determine the RO's identity and permission for releasing
this information through <xref target="authorization">interaction with the RO</xref>,
AS policies, or <xref target="request-user">assertions presented by the client instance</xref>. If
this is determined positively, the AS <bcp14>MAY</bcp14> <xref target="response-subject">return the RO's information in its response</xref>
as requested.</t>

<t>Subject identifier types requested by the client instance serve only to identify
the RO in the context of the AS and can't be used as communication
channels by the client instance, as discussed in <xref target="response-subject"/>.</t>

<t>The AS <bcp14>SHOULD NOT</bcp14> re-use subject identifiers for multiple different ROs.</t>

<t>The "formats" and "assertions" request fields are independent of each other, and a
returned assertion <bcp14>MAY</bcp14> use a different subject identifier than other assertions and
subject identifiers in the response. All subject identifiers and assertions returned
<bcp14>MUST</bcp14> refer to the same person.</t>

</section>
<section anchor="request-client"><name>Identifying the Client Instance</name>

<t>When sending a non-continuation request to the AS, the client instance <bcp14>MUST</bcp14> identify
itself by including the <spanx style="verb">client</spanx> field of the request and by signing the
request as described in <xref target="binding-keys"/>. Note that for a
<xref target="continue-request">continuation request</xref>, the client instance is identified by its
association with the request being continued and so this field is
not sent under those circumstances.</t>

<t>When client instance information is sent
by value, the <spanx style="verb">client</spanx> field of the request consists of a JSON
object with the following fields.</t>

<dl>
  <dt>
<spanx style="verb">key</spanx> (object / string):  </dt>
  <dd>
    <t>The public key of the client instance to be used in this request as
  described in <xref target="key-format"/> or a reference to a key as
  described in <xref target="key-reference"/>. <bcp14>REQUIRED</bcp14>.</t>
  </dd>
  <dt>
<spanx style="verb">class_id</spanx> (string):  </dt>
  <dd>
    <t>An identifier string that the AS can use to identify the
  client software comprising this client instance. The contents
  and format of this field are up to the AS. <bcp14>OPTIONAL</bcp14>.</t>
  </dd>
  <dt>
<spanx style="verb">display</spanx> (object):  </dt>
  <dd>
    <t>An object containing additional information that the AS
  <bcp14>MAY</bcp14> display to the RO during interaction, authorization,
  and management. <bcp14>OPTIONAL</bcp14>.</t>
  </dd>
</dl>

<figure><sourcecode type="json"><![CDATA[
"client": {
    "key": {
        "proof": "httpsig",
        "jwk": {
            "kty": "RSA",
            "e": "AQAB",
            "kid": "xyz-1",
            "alg": "RS256",
            "n": "kOB5rR4Jv0GMeLaY6_It_r3ORwdf8ci_JtffXyaSx8..."
        },
        "cert": "MIIEHDCCAwSgAwIBAgIBATANBgkqhkiG9w0BAQsFA..."
    },
    "class_id": "web-server-1234",
    "display": {
        "name": "My Client Display Name",
        "uri": "https://example.net/client"
    }
}
]]></sourcecode></figure>

<t>Additional fields are defined in the <xref target="IANA-client-instance">Client Instance Fields Registry</xref>.</t>

<t>Both the <spanx style="verb">display</spanx> and <spanx style="verb">class_id</spanx> are self-declarative and thus the AS <bcp14>SHOULD</bcp14> exercise caution in their interpretation, taking them as a hint but not as absolute truth. The <spanx style="verb">class_id</spanx> field can be used in a variety of ways to help the a variety of ways to help the AS make sense of the particular context in which the client instance is operating. In corporate environments, for example, different levels of trust might apply depending on security policies. This field aims to help the AS adjust its own access decisions for different classes of client software. It is possible to configure a set of values and rules during a pre-registration, and then have the client instances provide them later in runtime as a hint to the AS. In other cases, the client runs with a specific AS in mind, so a single hardcoded value would acceptable (for instance, a set top box with a <spanx style="verb">class_id</spanx> claiming to be "FooBarTV version 4"). While the client instance may not have contacted the AS yet, the value of this <spanx style="verb">class_id</spanx> field can be evaluated by the AS according to a broader context of dynamic use, alongside other related information available elsewhere (for instance, corresponding fields in a certificate). If the AS is not able to interpret the class_id field, it <bcp14>SHOULD</bcp14> return an <spanx style="verb">invalid_client</spanx> error or choose to return lesser levels of privileges. See additional discussion of client instance impersonation in <xref target="security-impersonation"/>.</t>

<t>The client instance <bcp14>MUST</bcp14> prove possession of any presented key by the <spanx style="verb">proof</spanx> mechanism
associated with the key in the request. Key proofing methods
are defined in the <xref target="IANA-key-proof-methods">Key Proofing Methods Registry</xref> and an initial set of methods
is described in <xref target="binding-keys"/>.</t>

<t>If the same public key is sent by value on different access requests, the AS <bcp14>MUST</bcp14>
treat these requests as coming from the same client instance for purposes
of identification, authentication, and policy application.
If the AS does not know the client instance's public key ahead of time, the AS
<bcp14>MAY</bcp14> accept or reject the request based on AS policy, attestations
within the <spanx style="verb">client</spanx> request, and other mechanisms.</t>

<t>The client instance <bcp14>MUST NOT</bcp14> send a symmetric key by value in the request, as doing so would expose
the key directly instead of simply proving possession of it. See considerations on symmetric keys
in <xref target="security-symmetric"/>.</t>

<t>The client instance's key <bcp14>MAY</bcp14> be pre-registered with the AS ahead of time and associated
with a set of policies and allowable actions pertaining to that client. If this pre-registration
includes other fields that can occur in the <spanx style="verb">client</spanx> request object described in this section,
such as <spanx style="verb">class_id</spanx> or <spanx style="verb">display</spanx>, the pre-registered values <bcp14>MUST</bcp14> take precedence over any values
given at runtime. Additional fields sent during a request but not present in a pre-registered
client instance record at the AS <bcp14>SHOULD NOT</bcp14> be added to the client's pre-registered record.
See additional considerations regarding client instance impersonation in <xref target="security-impersonation"/>.</t>

<t>A client instance that is capable of talking to multiple AS's <bcp14>SHOULD</bcp14> use a different key for each
AS to prevent a class of mix-up attacks as described in <xref target="security-cuckoo"/>.</t>

<section anchor="request-instance"><name>Identifying the Client Instance by Reference</name>

<t>If the client instance has an instance identifier that the AS can use to determine
appropriate key information, the client instance can send this instance
identifier as a direct reference value in lieu of the <spanx style="verb">client</spanx> object.
The instance identifier <bcp14>MAY</bcp14> be assigned to a client instance at runtime
through a grant response (<xref target="response-dynamic-handles"/>) or <bcp14>MAY</bcp14> be obtained in another fashion,
such as a static registration process at the AS.</t>

<figure><sourcecode type="json"><![CDATA[
"client": "client-541-ab"
]]></sourcecode></figure>

<t>When the AS receives a request with an instance identifier, the AS <bcp14>MUST</bcp14>
ensure that the key used to <xref target="binding-keys">sign the request</xref> is
associated with the instance identifier.</t>

<t>If the AS does not recognize the instance identifier, the request <bcp14>MUST</bcp14> be rejected
with an "invalid_client" error.</t>

<t>If the client instance is identified in this manner, the registered key for the client instance
<bcp14>MAY</bcp14> be a symmetric key known to the AS. See considerations on symmetric keys
in <xref target="security-symmetric"/>.</t>

</section>
<section anchor="request-display"><name>Providing Displayable Client Instance Information</name>

<t>If the client instance has additional information to display to the RO
during any interactions at the AS, it <bcp14>MAY</bcp14> send that information in the
"display" field. This field is a JSON object that declares information
to present to the RO during any interactive sequences.</t>

<dl>
  <dt>
<spanx style="verb">name</spanx> (string):  </dt>
  <dd>
    <t>Display name of the client software. <bcp14>RECOMMENDED</bcp14>.</t>
  </dd>
  <dt>
<spanx style="verb">uri</spanx> (string):  </dt>
  <dd>
    <t>User-facing web page of the client software. This URI <bcp14>MUST</bcp14> be an absolute URI. <bcp14>OPTIONAL</bcp14>.</t>
  </dd>
  <dt>
<spanx style="verb">logo_uri</spanx> (string)  </dt>
  <dd>
    <t>Display image to represent the client software. This URI <bcp14>MUST</bcp14> be an absolute URI. The logo <bcp14>MAY</bcp14> be passed by value by using a data: URI <xref target="RFC2397"/> referencing an image mediatype. <bcp14>OPTIONAL</bcp14>.</t>
  </dd>
</dl>

<figure><sourcecode type="json"><![CDATA[
"display": {
    "name": "My Client Display Name",
    "uri": "https://example.net/client",
    "logo_uri": "data:image/png;base64,Eeww...="
}
]]></sourcecode></figure>

<t>Additional display fields are defined by the <xref target="IANA-client-instance-display">Client Instance Display Fields Registry</xref>.</t>

<t>The AS <bcp14>SHOULD</bcp14> use these values during interaction with the RO.
The values are for informational purposes only and <bcp14>MUST NOT</bcp14>
be taken as authentic proof of the client instance's identity or source.
The AS <bcp14>MAY</bcp14> restrict display values to specific client instances, as identified
by their keys in <xref target="request-client"/>. See additional considerations for displayed
client information in <xref target="security-impersonation"/>.</t>

</section>
<section anchor="request-key-authenticate"><name>Authenticating the Client Instance</name>

<t>If the presented key is known to the AS and is associated with a single instance
of the client software, the process of presenting a key and proving possession of that key
is sufficient to authenticate the client instance to the AS. The AS <bcp14>MAY</bcp14> associate policies
with the client instance identified by this key, such as limiting which resources
can be requested and which interaction methods can be used. For example, only
specific client instances with certain known keys might be trusted with access tokens without the
AS interacting directly with the RO as in <xref target="example-no-user"/>.</t>

<t>The presentation of a key allows the AS to strongly associate multiple
successive requests from the same client instance with each other. This
is true when the AS knows the key ahead of time and can use the key to
authenticate the client instance, but also if the key is
ephemeral and created just for this series of requests. As such the
AS <bcp14>MAY</bcp14> allow for client instances to make requests with unknown keys. This pattern allows
for ephemeral client instances, such as single-page applications, and client software with many individual long-lived instances,
such as mobile applications, to generate key pairs per instance and use the keys within
the protocol without having to go through a separate registration step.
The AS <bcp14>MAY</bcp14> limit which capabilities are made available to client instances
with unknown keys. For example, the AS could have a policy saying that only
previously-registered client instances can request particular resources, or that all
client instances with unknown keys have to be interactively approved by an RO.</t>

</section>
</section>
<section anchor="request-user"><name>Identifying the User</name>

<t>If the client instance knows the identity of the end user through one or more
identifiers or assertions, the client instance <bcp14>MAY</bcp14> send that information to the
AS in the "user" field. The client instance <bcp14>MAY</bcp14> pass this information by value
or by reference.</t>

<dl>
  <dt>
<spanx style="verb">sub_ids</spanx> (array of objects):  </dt>
  <dd>
    <t>An array of subject identifiers for the
  end user, as defined by <xref target="I-D.ietf-secevent-subject-identifiers"/>.
  <bcp14>OPTIONAL</bcp14>.</t>
  </dd>
  <dt>
<spanx style="verb">assertions</spanx> (array of objects)  </dt>
  <dd>
    <t>An array containing assertions as objects each containing the assertion
  format and the assertion value as the JSON string serialization of the assertion.
  <bcp14>OPTIONAL</bcp14>.</t>
  </dd>
</dl>

<figure><sourcecode type="json"><![CDATA[
"user": {
  "sub_ids": [ {
    "format": "opaque",
    "id": "J2G8G8O4AZ"
  } ],
  "assertions": [ {
    "format": "id_token",
    "value": "eyj..."
  } ]
}

]]></sourcecode></figure>

<t>Subject identifiers are hints to the AS in determining the
RO and <bcp14>MUST NOT</bcp14> be taken as declarative statements that a particular
RO is present at the client instance and acting as the end user. Assertions <bcp14>SHOULD</bcp14> be validated by the AS.</t>

<t>If the identified end user does not match the RO present at the AS
during an interaction step, the AS <bcp14>SHOULD</bcp14> reject the request with an "unknown_user" error.</t>

<t>If the AS trusts the client instance to present verifiable assertions, the AS <bcp14>MAY</bcp14>
decide, based on its policy, to skip interaction with the RO, even
if the client instance provides one or more interaction modes in its request.</t>

<t>See <xref target="security-assertions"/> for considerations that the AS has to make when accepting and
processing assertions from the client instance.</t>

<section anchor="request-user-reference"><name>Identifying the User by Reference</name>

<t>The AS can identify the current end user to the client instance with a reference
which can be used by the client instance to refer to the end user across
multiple requests.
If the client instance has a reference for the end user at this AS, the
client instance <bcp14>MAY</bcp14> pass that reference as a string. The format of this string
is opaque to the client instance.</t>

<figure><sourcecode type="json"><![CDATA[
"user": "XUT2MFM1XBIKJKSDU8QM"
]]></sourcecode></figure>

<t>One means of dynamically obtaining such a user reference is from the AS returning
an <spanx style="verb">opaque</spanx> subject identifier as described in <xref target="response-subject"/>.
Other means of configuring a client instance with a user identifier are out
of scope of this specification.</t>

<t>User reference identifiers are not intended to be human-readable
user identifiers or structured assertions. For the client instance to send
either of these, use the full <xref target="request-user">user request object</xref> instead.</t>

<t>If the AS does not recognize the user reference, it <bcp14>MUST</bcp14>
return an "unknown_user" error.</t>

</section>
</section>
<section anchor="request-interact"><name>Interacting with the User</name>

<t>Often, the AS will require <xref target="authorization">interaction with the RO</xref> in order to
approve a requested delegation to the client instance for both access to resources and direct
subject information. Many times the end user using the client instance is the same person as
the RO, and the client instance can directly drive interaction with the end user by facilitating
the process through means such as redirection to a URI or launching an application. Other times, the
client instance can provide information to start the RO's interaction on a secondary
device, or the client instance will wait for the RO to approve the request asynchronously.
The client instance could also be signaled that interaction has concluded through a
callback mechanism.</t>

<t>The client instance declares the parameters for interaction methods that it can support
using the <spanx style="verb">interact</spanx> field.</t>

<t>The <spanx style="verb">interact</spanx> field is a JSON object with three keys whose values declare how the client can initiate
and complete the request, as well as provide hints to the AS about user preferences such as locale.
A client instance <bcp14>MUST NOT</bcp14> declare an interaction mode it does not support.
The client instance <bcp14>MAY</bcp14> send multiple modes in the same request.
There is no preference order specified in this request. An AS <bcp14>MAY</bcp14>
<xref target="response-interact">respond to any, all, or none of the presented interaction modes</xref> in a request, depending on
its capabilities and what is allowed to fulfill the request.</t>

<dl>
  <dt>
<spanx style="verb">start</spanx> (array of strings/objects):  </dt>
  <dd>
    <t>Indicates how the client instance can start an interaction. <bcp14>REQUIRED</bcp14>.</t>
  </dd>
  <dt>
<spanx style="verb">finish</spanx> (object):  </dt>
  <dd>
    <t>Indicates how the client instance can receive an indication that interaction has finished at the AS. <bcp14>OPTIONAL</bcp14>.</t>
  </dd>
  <dt>
<spanx style="verb">hints</spanx> (object):  </dt>
  <dd>
    <t>Provides additional information to inform the interaction process at the AS. <bcp14>OPTIONAL</bcp14>.</t>
  </dd>
</dl>

<t>In this non-normative example, the client instance is indicating that it can <xref target="request-interact-redirect">redirect</xref>
the end user to an arbitrary URI and can receive a <xref target="request-interact-callback-redirect">redirect</xref> through
a browser request.</t>

<figure><sourcecode type="json"><![CDATA[
"interact": {
    "start": ["redirect"],
    "finish": {
        "method": "redirect",
        "uri": "https://client.example.net/return/123455",
        "nonce": "LKLTI25DK82FX4T4QFZC"
    }
}
]]></sourcecode></figure>

<t>In this non-normative example, the client instance is indicating that it can
display a <xref target="request-interact-usercode">user code</xref> and direct the end user
to an <xref target="request-interact-redirect">arbitrary URI</xref> on a secondary
device, but it cannot accept a redirect or push callback.</t>

<figure><sourcecode type="json"><![CDATA[
"interact": {
    "start": ["redirect", "user_code"]
}
]]></sourcecode></figure>

<t>If the client instance does not provide a suitable interaction mechanism, the
AS cannot contact the RO asynchronously, and the AS determines
that interaction is required, then the AS <bcp14>SHOULD</bcp14> return an "invalid_interaction"
error since the client instance will be unable to complete the
request without authorization.</t>

<section anchor="request-interact-start"><name>Start Mode Definitions</name>

<t>Interaction start modes are specified by a string, which consists of the start mode name on its
own, or by a JSON object with one required field and any number of parameters defined by
the mode.</t>

<dl>
  <dt>
<spanx style="verb">mode</spanx>:  </dt>
  <dd>
    <t>The interaction start mode. <bcp14>REQUIRED</bcp14>.</t>
  </dd>
</dl>

<t>Individual modes defined as objects <bcp14>MAY</bcp14> define additional parameters to be required in the object.</t>

<t>This specification defines the following interaction start modes:</t>

<dl>
  <dt>
<spanx style="verb">"redirect"</spanx> (string):  </dt>
  <dd>
    <t>Indicates that the client instance can direct the end user to an arbitrary URI
  for interaction. <xref target="request-interact-redirect"/></t>
  </dd>
  <dt>
<spanx style="verb">"app"</spanx> (string):  </dt>
  <dd>
    <t>Indicates that the client instance can launch an application on the end user's
  device for interaction. <xref target="request-interact-app"/></t>
  </dd>
  <dt>
<spanx style="verb">"user_code"</spanx> (string):  </dt>
  <dd>
    <t>Indicates that the client instance can communicate a human-readable short
  code to the end user for use with a stable URI. <xref target="request-interact-usercode"/></t>
  </dd>
  <dt>
<spanx style="verb">"user_code_uri"</spanx> (string):  </dt>
  <dd>
    <t>Indicates that the client instance can communicate a human-readable short
  code to the end user for use with a short, dynamic URI. <xref target="request-interact-usercodeuri"/></t>
  </dd>
</dl>

<t>Additional start modes are defined in the <xref target="IANA-interaction-start-modes">Interaction Start Modes Registry</xref>.</t>

<section anchor="request-interact-redirect"><name>Redirect to an Arbitrary URI</name>

<t>If the client instance is capable of directing the end user to a URI defined
by the AS at runtime, the client instance indicates this by including
<spanx style="verb">redirect</spanx> in the array under the <spanx style="verb">start</spanx> key. The means by which
the client instance will activate this URI is out of scope of this
specification, but common methods include an HTTP redirect,
launching a browser on the end user's device, providing a scannable
image encoding, and printing out a URI to an interactive
console. While this URI is generally hosted at the AS, the client
instance can make no assumptions about its contents, composition,
or relationship to the AS grant URI.</t>

<figure><sourcecode type="json"><![CDATA[
"interact": {
  "start": ["redirect"]
}
]]></sourcecode></figure>

<t>If this interaction mode is supported for this client instance and
request, the AS returns a redirect interaction response <xref target="response-interact-redirect"/>.
The client instance manages this interaction method as described in <xref target="interaction-redirect"/>.</t>

<t>See <xref target="security-front-channel"/> for more considerations regarding the use of front-channel
communication techniques such as this.</t>

</section>
<section anchor="request-interact-app"><name>Open an Application-specific URI</name>

<t>If the client instance can open a URI associated with an application on
the end user's device, the client instance indicates this by including <spanx style="verb">app</spanx>
in the array under the <spanx style="verb">start</spanx> key. The means by which the client instance
determines the application to open with this URI are out of scope of
this specification.</t>

<figure><sourcecode type="json"><![CDATA[
"interact": {
  "start": ["app"]
}
]]></sourcecode></figure>

<t>If this interaction mode is supported for this client instance and
request, the AS returns an app interaction response with an app URI
payload <xref target="response-interact-app"/>. The client instance manages
this interaction method as described in <xref target="interaction-app"/>.</t>

</section>
<section anchor="request-interact-usercode"><name>Display a Short User Code</name>

<t>If the client instance is capable of displaying or otherwise communicating
a short, human-entered code to the RO, the client instance indicates this
by including <spanx style="verb">user_code</spanx> in the array under the <spanx style="verb">start</spanx> key. This
code is to be entered at a static URI that does not change at
runtime. The client instance has no reasonable means to communicate a dynamic
URI to the RO, and so this URI is usually communicated out of band to the
RO through documentation or other messaging outside of GNAP.
While this URI is generally hosted at the AS, the client
instance can make no assumptions about its contents, composition,
or relationship to the AS grant URI.</t>

<figure><sourcecode type="json"><![CDATA[
"interact": {
    "start": ["user_code"]
}
]]></sourcecode></figure>

<t>If this interaction mode is supported for this client instance and
request, the AS returns a user code as specified
in <xref target="response-interact-usercode"/>. The client instance manages this interaction
method as described in <xref target="interaction-usercode"/>.</t>

</section>
<section anchor="request-interact-usercodeuri"><name>Display a Short User Code and URI</name>

<t>If the client instance is capable of displaying or otherwise communicating
a short, human-entered code along with a short, human-entered URI to the RO,
the client instance indicates this
by including <spanx style="verb">user_code_uri</spanx> in the array under the <spanx style="verb">start</spanx> key. This
code is to be entered at the dynamic URL given in the response.
While this URL is generally hosted at the AS, the client
instance can make no assumptions about its contents, composition,
or relationship to the AS grant URL.</t>

<figure><sourcecode type="json"><![CDATA[
"interact": {
    "start": ["user_code_uri"]
}
]]></sourcecode></figure>

<t>If this interaction mode is supported for this client instance and
request, the AS returns a user code and interaction URL as specified
in <xref target="response-interact-usercodeuri"/>. The client instance manages this interaction
method as described in <xref target="interaction-usercodeuri"/>.</t>

</section>
</section>
<section anchor="request-interact-finish"><name>Finish Interaction Methods</name>

<t>If the client instance is capable of receiving a message from the AS indicating
that the RO has completed their interaction, the client instance
indicates this by sending the following members of an object under the <spanx style="verb">finish</spanx> key.</t>

<dl>
  <dt>
<spanx style="verb">method</spanx> (string):  </dt>
  <dd>
    <t>The callback method that the AS will use to contact the client instance.
  <bcp14>REQUIRED</bcp14>.</t>
  </dd>
  <dt>
<spanx style="verb">uri</spanx> (string):  </dt>
  <dd>
    <t>Indicates the URI that the AS will either send the RO to
  after interaction or send an HTTP POST request. This URI <bcp14>MAY</bcp14> be unique per request and <bcp14>MUST</bcp14>
  be hosted by or accessible by the client instance. This URI <bcp14>MUST</bcp14> be an absolute
  URI, and <bcp14>MUST NOT</bcp14> contain
  any fragment component. This URI <bcp14>MUST</bcp14> be protected by HTTPS, be
  hosted on a server local to the RO's browser ("localhost"), or
  use an application-specific URI scheme. If the client instance needs any
  state information to tie to the front channel interaction
  response, it <bcp14>MUST</bcp14> use a unique callback URI to link to
  that ongoing state. The allowable URIs and URI patterns <bcp14>MAY</bcp14> be restricted by the AS
  based on the client instance's presented key information. The callback URI
  <bcp14>SHOULD</bcp14> be presented to the RO during the interaction phase
  before redirect. <bcp14>REQUIRED</bcp14> for <spanx style="verb">redirect</spanx> and <spanx style="verb">push</spanx> methods.</t>
  </dd>
  <dt>
<spanx style="verb">nonce</spanx> (string):  </dt>
  <dd>
    <t>Unique value to be used in the
  calculation of the "hash" query parameter sent to the callback URI,
  must be sufficiently random to be unguessable by an attacker.
  <bcp14>MUST</bcp14> be generated by the client instance as a unique value for this
  request. <bcp14>REQUIRED</bcp14>.</t>
  </dd>
  <dt>
<spanx style="verb">hash_method</spanx> (string):  </dt>
  <dd>
    <t>An identifier of a hash calculation mechanism to be used for the callback hash in <xref target="interaction-hash"/>,
  as defined in the <eref target="https://www.iana.org/assignments/named-information/named-information.xhtml#hash-alg">IANA Named Information Hash Algorithm Registry</eref>.
  If absent, the default value is <spanx style="verb">sha3-512</spanx>. <bcp14>OPTIONAL</bcp14>.</t>
  </dd>
</dl>

<t>This specification defines the following values for the <spanx style="verb">method</spanx> parameter,
with other values defined by the <xref target="IANA-interaction-finish-methods">Interaction Finish Methods Registry</xref>:</t>

<dl>
  <dt>
<spanx style="verb">"redirect"</spanx>:  </dt>
  <dd>
    <t>Indicates that the client instance can receive a redirect from the end user's device
  after interaction with the RO has concluded. <xref target="request-interact-callback-redirect"/></t>
  </dd>
  <dt>
<spanx style="verb">"push"</spanx>:  </dt>
  <dd>
    <t>Indicates that the client instance can receive an HTTP POST request from the AS
  after interaction with the RO has concluded. <xref target="request-interact-callback-push"/></t>
  </dd>
</dl>

<t>If this interaction mode is supported for this client instance and
request, the AS returns a nonce for use in validating
<xref target="response-interact-finish">the callback response</xref>.
Requests to the callback URI <bcp14>MUST</bcp14> be processed as described in
<xref target="interaction-finish"/>, and the AS <bcp14>MUST</bcp14> require
presentation of an interaction callback reference as described in
<xref target="continue-after-interaction"/>.</t>

<section anchor="request-interact-callback-redirect"><name>Receive an HTTP Callback Through the Browser</name>

<t>A finish <spanx style="verb">method</spanx> value of <spanx style="verb">redirect</spanx> indicates that the client instance
will expect a request from the RO's browser using the HTTP method
GET as described in <xref target="interaction-callback"/>.</t>

<figure><sourcecode type="json"><![CDATA[
"interact": {
    "finish": {
        "method": "redirect",
        "uri": "https://client.example.net/return/123455",
        "nonce": "LKLTI25DK82FX4T4QFZC"
    }
}
]]></sourcecode></figure>

<t>Requests to the callback URI <bcp14>MUST</bcp14> be processed by the client instance as described in
<xref target="interaction-callback"/>.</t>

<t>Since the incoming request to the callback URI is from the RO's
browser, this method is usually used when the RO and end user are the
same entity. See <xref target="security-sessions"/> for considerations on ensuring the incoming HTTP message
matches the expected context of the request.
See <xref target="security-front-channel"/> for more considerations regarding the use of front-channel
communication techniques such as this.</t>

</section>
<section anchor="request-interact-callback-push"><name>Receive an HTTP Direct Callback</name>

<t>A finish <spanx style="verb">method</spanx> value of <spanx style="verb">push</spanx> indicates that the client instance will
expect a request from the AS directly using the HTTP method POST
as described in <xref target="interaction-pushback"/>.</t>

<figure><sourcecode type="json"><![CDATA[
"interact": {
    "finish": {
        "method": "push",
        "uri": "https://client.example.net/return/123455",
        "nonce": "LKLTI25DK82FX4T4QFZC"
    }
}
]]></sourcecode></figure>

<t>Requests to the callback URI <bcp14>MUST</bcp14> be processed by the client instance as described in
<xref target="interaction-pushback"/>.</t>

<t>Since the incoming request to the callback URI is from the AS and
not from the RO's browser, this request is not expected to have any shared
session information from the start method. See <xref target="security-sessions"/> and <xref target="security-polling"/> for
more considerations regarding the use of back-channel and polling mechanisms like this.</t>

</section>
</section>
<section anchor="request-interact-hint"><name>Hints</name>

<t>The <spanx style="verb">hints</spanx> key is an object describing one or more suggestions from the client
instance that the AS can use to help drive user interaction.</t>

<t>This specification defines the following properties under the <spanx style="verb">hints</spanx> key:</t>

<dl>
  <dt>
<spanx style="verb">ui_locales</spanx> (array of strings):  </dt>
  <dd>
    <t>Indicates the end user's preferred locales that the AS can use
  during interaction, particularly before the RO has
  authenticated. <bcp14>OPTIONAL</bcp14>. <xref target="request-interact-locale"/></t>
  </dd>
</dl>

<t>The following sections detail requests for interaction
hints. Additional interaction hints are defined in
the <xref target="IANA-interaction-hints">Interaction Hints Registry</xref>.</t>

<section anchor="request-interact-locale"><name>Indicate Desired Interaction Locales</name>

<t>If the client instance knows the end user's locale and language preferences, the
client instance can send this information to the AS using the <spanx style="verb">ui_locales</spanx> field
with an array of locale strings as defined by <xref target="RFC5646"/>.</t>

<figure><sourcecode type="json"><![CDATA[
"interact": {
    "hints": {
        "ui_locales": ["en-US", "fr-CA"]
    }
}
]]></sourcecode></figure>

<t>If possible, the AS <bcp14>SHOULD</bcp14> use one of the locales in the array, with
preference to the first item in the array supported by the AS. If none
of the given locales are supported, the AS <bcp14>MAY</bcp14> use a default locale.</t>

</section>
</section>
</section>
</section>
<section anchor="response"><name>Grant Response</name>

<t>In response to a client instance's request, the AS responds with a JSON object
as the HTTP entity body. Each possible field is detailed in the sections below.</t>

<dl>
  <dt>
<spanx style="verb">continue</spanx> (object):  </dt>
  <dd>
    <t>Indicates that the client instance can continue the request by making one or
  more continuation requests. <bcp14>REQUIRED</bcp14> if continuation calls are allowed for this client instance on this grant request. See <xref target="response-continue"/>.</t>
  </dd>
  <dt>
<spanx style="verb">access_token</spanx> (object / array of objects):  </dt>
  <dd>
    <t>A single access token or set of access tokens that the client instance can use to call the RS on
  behalf of the RO. <bcp14>REQUIRED</bcp14> if an access token is included. See <xref target="response-token"/>.</t>
  </dd>
  <dt>
<spanx style="verb">interact</spanx> (object):  </dt>
  <dd>
    <t>Indicates that interaction through some set of defined mechanisms
  needs to take place. <bcp14>REQUIRED</bcp14> if interaction is needed or allowed. See <xref target="response-interact"/>.</t>
  </dd>
  <dt>
<spanx style="verb">subject</spanx> (object):  </dt>
  <dd>
    <t>Claims about the RO as known and declared by the AS. <bcp14>REQUIRED</bcp14> if subject information is included. See <xref target="response-subject"/>.</t>
  </dd>
  <dt>
<spanx style="verb">instance_id</spanx> (string):  </dt>
  <dd>
    <t>An identifier this client instance can use to identify itself when making
  future requests. <bcp14>OPTIONAL</bcp14>. See <xref target="response-dynamic-handles"/>.</t>
  </dd>
  <dt>
<spanx style="verb">error</spanx> (object or string):  </dt>
  <dd>
    <t>An error code indicating that something has gone wrong. <bcp14>REQUIRED</bcp14> for an error condition. See <xref target="response-error"/>.</t>
  </dd>
</dl>

<t>Additional fields can be defined by extensions to GNAP in the <xref target="IANA-grant-response">Grant Response Parameters Registry</xref>.</t>

<t>In this example, the AS is returning an <xref target="response-interact-redirect">interaction URI</xref>,
a <xref target="response-interact-finish">callback nonce</xref>, and a <xref target="response-continue">continuation response</xref>.</t>

<figure><sourcecode type="json"><![CDATA[
NOTE: '\' line wrapping per RFC 8792

{
    "interact": {
        "redirect": "https://server.example.com/interact/4CF492ML\
          VMSW9MKMXKHQ",
        "finish": "MBDOFXG4Y5CVJCX821LH"
    },
    "continue": {
        "access_token": {
            "value": "80UPRY5NM33OMUKMKSKU",
        },
        "uri": "https://server.example.com/tx"
    }
}
]]></sourcecode></figure>

<t>In this example, the AS is returning a bearer <xref target="response-token-single">access token</xref> with a management URI and a <xref target="response-subject">subject identifier</xref> in the form of
an opaque identifier.</t>

<figure><sourcecode type="json"><![CDATA[
NOTE: '\' line wrapping per RFC 8792

{
    "access_token": {
        "value": "OS9M2PMHKUR64TB8N6BW7OZB8CDFONP219RP1LT0",
        "flags": ["bearer"],
        "manage": "https://server.example.com/token/PRY5NM33O\
            M4TB8N6BW7OZB8CDFONP219RP1L",
    },
    "subject": {
        "sub_ids": [ {
          "format": "opaque",
          "id": "J2G8G8O4AZ"
        } ]
    }
}
]]></sourcecode></figure>

<t>In this example, the AS is returning set of <xref target="response-subject">subject identifiers</xref>,
simultaneously as an opaque identifier, an email address, and a decentralized identifier (DID).</t>

<figure><sourcecode type="json"><![CDATA[
{
    "subject": {
        "sub_ids": [ {
          "format": "opaque",
          "id": "J2G8G8O4AZ"
        }, {
          "format": "email",
          "email": "user@example.com"
        }, {
          "format": "did",
          "url": "did:example:123456"
        } ]
    }
}
]]></sourcecode></figure>

<section anchor="response-continue"><name>Request Continuation</name>

<t>If the AS determines that the request can be continued with
additional requests, it responds with the <spanx style="verb">continue</spanx> field. This field
contains a JSON object with the following properties.</t>

<dl>
  <dt>
<spanx style="verb">uri</spanx> (string):  </dt>
  <dd>
    <t>The URI at which the client instance can make
  continuation requests. This URI <bcp14>MAY</bcp14> vary per
  request, or <bcp14>MAY</bcp14> be stable at the AS. This URI <bcp14>MUST</bcp14> be an an absolute URI.
  The client instance <bcp14>MUST</bcp14> use this
  value exactly as given when making a <xref target="continue-request">continuation request</xref>.
  <bcp14>REQUIRED</bcp14>.</t>
  </dd>
  <dt>
<spanx style="verb">wait</spanx> (integer):  </dt>
  <dd>
    <t>The amount of time in integer
  seconds the client instance <bcp14>MUST</bcp14> wait after receiving this request continuation
  response and calling the continuation URI. The value <bcp14>SHOULD NOT</bcp14> be less than five seconds,
  and omission of the value <bcp14>MUST NOT</bcp14> be interpreted as zero (i.e., no delay
  between requests).
  <bcp14>RECOMMENDED</bcp14>.</t>
  </dd>
  <dt>
<spanx style="verb">access_token</spanx> (object):  </dt>
  <dd>
    <t>A unique access token for continuing the request, called the "continuation access token".
  The value of this property <bcp14>MUST</bcp14> be an object in the format specified
  in <xref target="response-token-single"/>. This access token <bcp14>MUST</bcp14> be bound to the
  client instance's key used in the request and <bcp14>MUST NOT</bcp14> be a bearer token. As a consequence,
  the <spanx style="verb">flags</spanx> array of this access token <bcp14>MUST NOT</bcp14> contain the string <spanx style="verb">bearer</spanx> and the
  <spanx style="verb">key</spanx> field <bcp14>MUST</bcp14> be omitted.
  The client instance <bcp14>MUST</bcp14> present the continuation access token in all requests to the continuation URI as described in <xref target="use-access-token"/>.
  <bcp14>REQUIRED</bcp14>.</t>
  </dd>
</dl>

<figure><sourcecode type="json"><![CDATA[
{
    "continue": {
        "access_token": {
            "value": "80UPRY5NM33OMUKMKSKU"
        },
        "uri": "https://server.example.com/continue",
        "wait": 60
    }
}
]]></sourcecode></figure>

<t>This field is <bcp14>REQUIRED</bcp14> if the grant request is in the <em>pending</em> state, as
the field contains the information needed by the client request to continue the
request as described in <xref target="continue-request"/>. Note that the
continuation access token is bound to the client instance's key, and therefore the
client instance <bcp14>MUST</bcp14> sign all continuation requests with its key as described
in <xref target="binding-keys"/> and
<bcp14>MUST</bcp14> present the continuation access token in its continuation request.</t>

</section>
<section anchor="response-token"><name>Access Tokens</name>

<t>If the AS has successfully granted one or more access tokens to the client instance,
the AS responds with the <spanx style="verb">access_token</spanx> field. This field contains either a single
access token as described in <xref target="response-token-single"/> or an array of access tokens
as described in <xref target="response-token-multiple"/>.</t>

<t>The client instance uses any access tokens in this response to call the RS as
described in <xref target="use-access-token"/>.</t>

<t>The grant request <bcp14>MUST</bcp14> be in the <em>approved</em> state to include this field in the response.</t>

<section anchor="response-token-single"><name>Single Access Token</name>

<t>If the client instance has requested a single access token and the AS has
granted that access token, the AS responds with the "access_token"
field. The value of this field is an object with the following
properties.</t>

<dl>
  <dt>
<spanx style="verb">value</spanx> (string):  </dt>
  <dd>
    <t>The value of the access token as a
  string. The value is opaque to the client instance. The value <bcp14>MUST</bcp14> be
  limited to the <spanx style="verb">token68</spanx> character set defined in <xref section="11.2" sectionFormat="of" target="RFC9110"/> to facilitate transmission over HTTP
  headers and within other protocols without requiring additional encoding.
  <bcp14>REQUIRED</bcp14>.</t>
  </dd>
  <dt>
<spanx style="verb">label</spanx> (string):  </dt>
  <dd>
    <t>The value of the <spanx style="verb">label</spanx> the client instance provided in the associated
  <xref target="request-token">token request</xref>, if present.
  <bcp14>REQUIRED</bcp14> for multiple access tokens, <bcp14>OPTIONAL</bcp14> for single access token.</t>
  </dd>
  <dt>
<spanx style="verb">manage</spanx> (string):  </dt>
  <dd>
    <t>The management URI for this
  access token. This URI <bcp14>MUST</bcp14> be an absolute URI.
  If provided, the client instance <bcp14>MAY</bcp14> manage its access
  token as described in <xref target="token-management"/>. This management
  URI is a function of the AS and is separate from the RS
  the client instance is requesting access to.
  This URI <bcp14>MUST NOT</bcp14> include the
  access token value and <bcp14>SHOULD</bcp14> be different for each access
  token issued in a request.
  <bcp14>OPTIONAL</bcp14>.</t>
  </dd>
  <dt>
<spanx style="verb">access</spanx> (array of objects/strings):  </dt>
  <dd>
    <t>A description of the rights
  associated with this access token, as defined in
  <xref target="resource-access-rights"/>. If included, this <bcp14>MUST</bcp14> reflect the rights
  associated with the issued access token. These rights <bcp14>MAY</bcp14> vary
  from what was requested by the client instance.
  <spanx style="verb">REQUIRED</spanx>.</t>
  </dd>
  <dt>
<spanx style="verb">expires_in</spanx> (integer):  </dt>
  <dd>
    <t>The number of seconds in
  which the access will expire. The client instance <bcp14>MUST NOT</bcp14> use the access
  token past this time. An RS <bcp14>MUST NOT</bcp14> accept an access token
  past this time. Note that the access token <bcp14>MAY</bcp14> be revoked by the
  AS or RS at any point prior to its expiration.
  <bcp14>OPTIONAL</bcp14>.</t>
  </dd>
  <dt>
<spanx style="verb">key</spanx> (object / string):  </dt>
  <dd>
    <t>The key that the token is bound to, if different from the
  client instance's presented key. The key <bcp14>MUST</bcp14> be an object or string in a format
  described in <xref target="key-format"/>. The client instance <bcp14>MUST</bcp14> be able to
  dereference or process the key information in order to be able
  to sign the request.
  <bcp14>OPTIONAL</bcp14>.</t>
  </dd>
  <dt>
<spanx style="verb">flags</spanx> (array of strings):  </dt>
  <dd>
    <t>A set of flags that represent attributes or behaviors of the access token
  issued by the AS.
  <bcp14>OPTIONAL</bcp14>.</t>
  </dd>
</dl>

<t>The values of the <spanx style="verb">flags</spanx> field defined by this specification are as follows:</t>

<dl>
  <dt>
<spanx style="verb">"bearer"</spanx>:  </dt>
  <dd>
    <t>This flag indicates whether the token is a bearer token, not bound to a key and proofing mechanism.
  If the <spanx style="verb">bearer</spanx> flag is present, the access token is a bearer token, and the <spanx style="verb">key</spanx>
  field in this response <bcp14>MUST</bcp14> be omitted. If the <spanx style="verb">bearer</spanx> flag is omitted and the <spanx style="verb">key</spanx> field
  in this response is omitted, the token is bound the <xref target="request-client">key used by the client instance</xref>
  in its request for access. If the <spanx style="verb">bearer</spanx> flag is omitted, and the <spanx style="verb">key</spanx> field is present,
  the token is bound to the key and proofing mechanism indicated in the <spanx style="verb">key</spanx> field.
  See <xref target="security-bearer-tokens"/> for additional considerations on the use of bearer tokens.</t>
  </dd>
  <dt>
<spanx style="verb">"durable"</spanx>:  </dt>
  <dd>
    <t>Flag indicating a hint of AS behavior on token rotation.
  If this flag is present, then the client instance can expect
  a previously-issued access token to continue to work after it has been <xref target="rotate-access-token">rotated</xref>
  or the underlying grant request has been <xref target="continue-modify">modified</xref>, resulting
  in the issuance of new access tokens. If this flag is omitted, the client
  instance can anticipate a given access token
  could stop working after token rotation or grant request modification.
  Note that a token flagged as <spanx style="verb">durable</spanx> can still expire or be revoked through
  any normal means.</t>
  </dd>
</dl>

<t>Flag values <bcp14>MUST NOT</bcp14> be included more than once.</t>

<t>Additional flags can be defined by extensions using the <xref target="IANA-token-flags">Access Token Fields Registry</xref>.</t>

<t>The following non-normative example shows a single access token bound to the client instance's key
used in the initial request, with a management URI, and that has access to three described resources
(one using an object and two described by reference strings).</t>

<figure><sourcecode type="json"><![CDATA[
NOTE: '\' line wrapping per RFC 8792

"access_token": {
    "value": "OS9M2PMHKUR64TB8N6BW7OZB8CDFONP219RP1LT0",
    "manage": "https://server.example.com/token/PRY5NM33O\
        M4TB8N6BW7OZB8CDFONP219RP1L",
    "access": [
        {
            "type": "photo-api",
            "actions": [
                "read",
                "write",
                "dolphin"
            ],
            "locations": [
                "https://server.example.net/",
                "https://resource.local/other"
            ],
            "datatypes": [
                "metadata",
                "images"
            ]
        },
        "read", "dolphin-metadata"
    ]
}
]]></sourcecode></figure>

<t>The following non-normative example shows a single bearer access token
with access to two described resources.</t>

<figure><sourcecode type="json"><![CDATA[
"access_token": {
    "value": "OS9M2PMHKUR64TB8N6BW7OZB8CDFONP219RP1LT0",
    "flags": ["bearer"],
    "access": [
        "finance", "medical"
    ]
}
]]></sourcecode></figure>

<t>If the client instance <xref target="request-token-single">requested a single access token</xref>, the AS <bcp14>MUST NOT</bcp14> respond with the multiple
access token structure.</t>

</section>
<section anchor="response-token-multiple"><name>Multiple Access Tokens</name>

<t>If the client instance has requested multiple access tokens and the AS has
granted at least one of them, the AS responds with the
"access_token" field. The value of this field is a JSON
array, the members of which are distinct access
tokens as described in <xref target="response-token-single"/>.
Each object <bcp14>MUST</bcp14> have a unique <spanx style="verb">label</spanx> field, corresponding to the token labels
chosen by the client instance in the <xref target="request-token-multiple">multiple access token request</xref>.</t>

<t>In this non-normative example, two tokens are issued under the
names <spanx style="verb">token1</spanx> and <spanx style="verb">token2</spanx>, and only the first token has a management
URI associated with it.</t>

<figure><sourcecode type="json"><![CDATA[
NOTE: '\' line wrapping per RFC 8792

"access_token": [
    {
        "label": "token1",
        "value": "OS9M2PMHKUR64TB8N6BW7OZB8CDFONP219RP1LT0",
        "manage": "https://server.example.com/token/PRY5NM33O\
            M4TB8N6BW7OZB8CDFONP219RP1L",
        "access": [ "finance" ]
    },
    {
        "label": "token2",
        "value": "UFGLO2FDAFG7VGZZPJ3IZEMN21EVU71FHCARP4J1",
        "access": [ "medical" ]
    }
}
]]></sourcecode></figure>

<t>Each access token corresponds to one of the objects in the <spanx style="verb">access_token</spanx> array of
the client instance's <xref target="request-token-multiple">request</xref>.</t>

<t>The multiple access token response <bcp14>MUST</bcp14> be used when multiple access tokens are
requested, even if only one access token is issued as a result of the request.
The AS <bcp14>MAY</bcp14> refuse to issue one or more of the
requested access tokens, for any reason. In such cases the refused token is omitted
from the response and all of the other issued access
tokens are included in the response the requested names appropriate names.</t>

<t>If the client instance <xref target="request-token-multiple">requested multiple access tokens</xref>, the AS <bcp14>MUST NOT</bcp14> respond with a
single access token structure, even if only a single access token is granted. In such cases, the AS responds
with a multiple access token structure containing one access token.</t>

<figure><sourcecode type="json"><![CDATA[
"access_token": [
    {
        "label": "token2",
        "value": "8N6BW7OZB8CDFONP219-OS9M2PMHKUR64TBRP1LT0",
        "manage": "https://server.example.com/token/PRY5NM33O\
            M4TB8N6BW7OZB8CDFONP219RP1L",
        "access": [ "fruits" ]
    }
]
]]></sourcecode></figure>

<t>Each access token <bcp14>MAY</bcp14> be bound to different keys with different proofing mechanisms.</t>

<t>The <spanx style="verb">manage</spanx> URI <bcp14>MUST NOT</bcp14> contain the access token <spanx style="verb">value</spanx>.</t>

</section>
</section>
<section anchor="response-interact"><name>Interaction Modes</name>

<t>If the client instance has indicated a <xref target="request-interact">capability to interact with the RO in its request</xref>,
and the AS has determined that interaction is both
supported and necessary, the AS responds to the client instance with any of the
following values in the <spanx style="verb">interact</spanx> field of the response. There is
no preference order for interaction modes in the response,
and it is up to the client instance to determine which ones to use. All supported
interaction methods are included in the same <spanx style="verb">interact</spanx> object.</t>

<dl>
  <dt>
<spanx style="verb">redirect</spanx> (string):  </dt>
  <dd>
    <t>Redirect to an arbitrary URI. <bcp14>REQUIRED</bcp14> if the <spanx style="verb">redirect</spanx> interaction start mode is possible for this request. See <xref target="response-interact-redirect"/>.</t>
  </dd>
  <dt>
<spanx style="verb">app</spanx> (string):  </dt>
  <dd>
    <t>Launch of an application URI. <bcp14>REQUIRED</bcp14> if the <spanx style="verb">app</spanx> interaction start mode is possible for this request. See <xref target="response-interact-app"/>.</t>
  </dd>
  <dt>
<spanx style="verb">user_code</spanx> (string):  </dt>
  <dd>
    <t>Display a short user code. <bcp14>REQUIRED</bcp14> if the <spanx style="verb">user_code</spanx> interaction start mode is possible for this request. See <xref target="response-interact-usercode"/>.</t>
  </dd>
  <dt>
<spanx style="verb">user_code_uri</spanx> (object):  </dt>
  <dd>
    <t>Display a short user code and URI. <bcp14>REQUIRED</bcp14> if the <spanx style="verb">user_code_uri</spanx> interaction start mode is possible for this request. <xref target="response-interact-usercodeuri"/></t>
  </dd>
  <dt>
<spanx style="verb">finish</spanx> (string):  </dt>
  <dd>
    <t>A nonce used by the client instance to verify the callback after interaction is completed. <bcp14>REQUIRED</bcp14> if the interaction finish method requested by the client instance is possible for this request. See <xref target="response-interact-finish"/>.</t>
  </dd>
  <dt>
<spanx style="verb">expires_in</spanx> (integer):  </dt>
  <dd>
    <t>The number of integer seconds after which this set of interaction responses will expire and no longer be usable by the client instance. If the interaction methods expire, the client <bcp14>MAY</bcp14> re-start the interaction process for this grant request by sending an <xref target="continue-modify">update</xref> with a new <xref target="request-interact">interaction request</xref> section. <bcp14>OPTIONAL</bcp14>. If omitted, the interaction response modes returned do not expire.</t>
  </dd>
</dl>

<t>Additional interaction mode responses can be defined in the <xref target="IANA-interaction-response">Interaction Mode Responses Registry</xref>.</t>

<t>The AS <bcp14>MUST NOT</bcp14> respond with any interaction mode that the
client instance did not indicate in its request. The AS <bcp14>MUST NOT</bcp14> respond with
any interaction mode that the AS does not support. Since interaction
responses include secret or unique information, the AS <bcp14>SHOULD</bcp14>
respond to each interaction mode only once in an ongoing request,
particularly if the client instance <xref target="continue-modify">modifies its request</xref>.</t>

<t>The grant request <bcp14>MUST</bcp14> be in the <em>pending</em> state to include this field in the response.</t>

<section anchor="response-interact-redirect"><name>Redirection to an arbitrary URI</name>

<t>If the client instance indicates that it can <xref target="request-interact-redirect">redirect to an arbitrary URI</xref> and the AS supports this mode for the client instance's
request, the AS responds with the "redirect" field, which is
a string containing the URI to direct the end user to. This URI <bcp14>MUST</bcp14> be
unique for the request and <bcp14>MUST NOT</bcp14> contain any security-sensitive
information such as user identifiers or access tokens.</t>

<figure><artwork><![CDATA[
"interact": {
    "redirect": "https://interact.example.com/4CF492MLVMSW9MKMXKHQ"
}
]]></artwork></figure>

<t>The URI returned is a function of the AS, but the URI itself <bcp14>MAY</bcp14> be completely
distinct from the URI the client instance uses to <xref target="request">request access</xref>, allowing an
AS to separate its user-interactive functionality from its back-end security
functionality. If the AS does not directly host the functionality accessed through
the given URI, then the means for the interaction functionality to communicate
with the rest of the AS are out of scope for this specification.</t>

<t>The client instance sends the end user to the URI to interact with the AS. The
client instance <bcp14>MUST NOT</bcp14> alter the URI in any way. The means for the client instance
to send the end user to this URI is out of scope of this specification,
but common methods include an HTTP redirect, launching the system
browser, displaying a scannable code, or printing out the URI in an
interactive console. See details of the interaction in <xref target="interaction-redirect"/>.</t>

</section>
<section anchor="response-interact-app"><name>Launch of an application URI</name>

<t>If the client instance indicates that it can <xref target="request-interact-app">launch an application URI</xref> and
the AS supports this mode for the client instance's request, the AS
responds with the "app" field, which is a string containing the URI
for the client instance to launch. This URI <bcp14>MUST</bcp14> be unique for the request and
<bcp14>MUST NOT</bcp14> contain any security-sensitive information such as user identifiers or access tokens.</t>

<figure><sourcecode type="json"><![CDATA[
"interact": {
    "app": "https://app.example.com/launch?tx=4CF492MLV"
}
]]></sourcecode></figure>

<t>The means for the launched application to communicate with the AS are out of
scope for this specification.</t>

<t>The client instance launches the URI as appropriate on its platform, and
the means for the client instance to launch this URI is out of scope of this
specification. The client instance <bcp14>MUST NOT</bcp14> alter the URI in any way. The
client instance <bcp14>MAY</bcp14> attempt to detect if an installed application will
service the URI being sent before attempting to launch the
application URI. See details of the interaction in <xref target="interaction-app"/>.</t>

</section>
<section anchor="response-interact-usercode"><name>Display of a Short User Code</name>

<t>If the client instance indicates that it can
<xref target="request-interact-usercode">display a short user-typeable code</xref>
and the AS supports this mode for the client instance's
request, the AS responds with a "user_code" field. This field is string
containing a unique short code that the user
can type into a web page. This string <bcp14>MUST</bcp14> be
case-insensitive, <bcp14>MUST</bcp14> consist of only easily typeable
characters (such as letters or numbers). The time in which this
code will be accepted <bcp14>SHOULD</bcp14> be short lived, such as several
minutes. It is <bcp14>RECOMMENDED</bcp14> that this code be no more than eight
characters in length.
<bcp14>REQUIRED</bcp14>.</t>

<figure><sourcecode type="json"><![CDATA[
"interact": {
    "user_code": "A1BC-3DFF"
}
]]></sourcecode></figure>

<t>The client instance <bcp14>MUST</bcp14> communicate the "user_code" value to the end user in some
fashion, such as displaying it on a screen or reading it out
audibly. This code is used by the interaction component of the AS as a means
of identifying the pending grant request and does not function as an
authentication factor for the RO.</t>

<t>The URI that the end user is intended to enter the code into <bcp14>MUST</bcp14> be stable,
since the client instance is expected to have no means of communicating a
dynamic URI to the end user at runtime.</t>

<t>As this interaction mode is designed to facilitate interaction
via a secondary device, it is not expected that the client instance redirect
the end user to the URI given here at runtime.
If the client instance is capable of communicating an
short arbitrary URI to the end user for use with the user code, the client
instance can instead use the <xref target="request-interact-usercodeuri">"user_code_uri"</xref> method instead.
If the client instance is capable of communicating a long arbitrary URI to the end user,
such as through a scannable code, the
client instance can use the <xref target="request-interact-redirect">"redirect"</xref> mode
for this purpose instead of or in addition to the user code mode.</t>

<t>See details of the interaction in <xref target="interaction-usercode"/>.</t>

</section>
<section anchor="response-interact-usercodeuri"><name>Display of a Short User Code and URI</name>

<t>If the client instance indicates that it can
<xref target="request-interact-usercode">display a short user-typeable code</xref>
and the AS supports this mode for the client instance's
request, the AS responds with a "user_code_uri"
object that contains the following members.</t>

<dl>
  <dt>
<spanx style="verb">code</spanx> (string):  </dt>
  <dd>
    <t>A unique short code that the end user
  can type into a provided URI. This string <bcp14>MUST</bcp14> be
  case-insensitive, <bcp14>MUST</bcp14> consist of only easily typeable
  characters (such as letters or numbers). The time in which this
  code will be accepted <bcp14>SHOULD</bcp14> be short lived, such as several
  minutes. It is <bcp14>RECOMMENDED</bcp14> that this code be no more than eight
  characters in length.
  <bcp14>REQUIRED</bcp14>.</t>
  </dd>
  <dt>
<spanx style="verb">uri</spanx> (string):  </dt>
  <dd>
    <t>The interaction URI that the client instance
  will direct the RO to. This URI <bcp14>MUST</bcp14> be short enough to be
  communicated to the end user by the client instance. It is <bcp14>RECOMMENDED</bcp14> that this URI
  be short enough for an end user to type in manually. The URI
  <bcp14>MUST NOT</bcp14> contain the <spanx style="verb">code</spanx> value. This URI <bcp14>MUST</bcp14> be an absolute URI.
  <bcp14>REQUIRED</bcp14>.</t>
  </dd>
</dl>

<figure><sourcecode type="json"><![CDATA[
"interact": {
    "user_code_uri": {
        "code": "A1BC-3DFF",
        "uri": "https://srv.ex/device"
    }
}
]]></sourcecode></figure>

<t>The client instance <bcp14>MUST</bcp14> communicate the "code" to the end user in some
fashion, such as displaying it on a screen or reading it out
audibly. This code is used by the interaction component of the AS as a means
of identifying the pending grant request and does not function as an
authentication factor for the RO.</t>

<t>The client instance <bcp14>MUST</bcp14> also communicate the URI to the end user. Since it is expected
that the end user will continue interaction on a secondary device,
the URI needs to be short enough to allow the end user to type or copy it to a secondary
device without mistakes.</t>

<t>The URI returned is a function of the AS, but the URI itself <bcp14>MAY</bcp14> be completely
distinct from the URI the client instance uses to <xref target="request">request access</xref>, allowing an
AS to separate its user-interactive functionality from its back-end security
functionality. If the AS does not directly host the functionality accessed through
the given URI, then the means for the interaction functionality to communicate
with the rest of the AS are out of scope for this specification.</t>

<t>See details of the interaction in <xref target="interaction-usercode"/>.</t>

</section>
<section anchor="response-interact-finish"><name>Interaction Finish</name>

<t>If the client instance indicates that it can <xref target="request-interact-finish">receive a post-interaction redirect or push at a URI</xref>
and the AS supports this mode for the
client instance's request, the AS responds with a <spanx style="verb">finish</spanx> field containing a nonce
that the client instance will use in validating the callback as defined in
<xref target="interaction-finish"/>.</t>

<figure><sourcecode type="json"><![CDATA[
"interact": {
    "finish": "MBDOFXG4Y5CVJCX821LH"
}
]]></sourcecode></figure>

<t>When the interaction is completed, the interaction component <bcp14>MUST</bcp14> contact the client instance
using either a redirect or launch of the RO's browser
or through an HTTP POST to the client instance's callback URI using the method indicated in the
<xref target="request-interact-finish">interaction request</xref> as described in <xref target="interaction-finish"/>.</t>

<t>If the AS returns a nonce, the client instance <bcp14>MUST NOT</bcp14>
continue a grant request before it receives the associated
interaction reference on the callback URI. See details in <xref target="interaction-finish"/>.</t>

</section>
</section>
<section anchor="response-subject"><name>Returning Subject Information</name>

<t>If information about the RO is requested and the AS
grants the client instance access to that data, the AS returns the approved
information in the "subject" response field. The AS <bcp14>MUST</bcp14> return the <spanx style="verb">subject</spanx> field only in cases where the AS is sure that
the RO and the end user are the same party. This can be accomplished through some forms of
<xref target="authorization">interaction with the RO</xref>.</t>

<t>This field is an object with the following <bcp14>OPTIONAL</bcp14> properties.</t>

<dl>
  <dt>
<spanx style="verb">sub_ids</spanx> (array of objects):  </dt>
  <dd>
    <t>An array of subject identifiers for the
  RO, as defined by
  <xref target="I-D.ietf-secevent-subject-identifiers"/>.
  <bcp14>REQUIRED</bcp14> if returning subject identifiers.</t>
  </dd>
  <dt>
<spanx style="verb">assertions</spanx> (array of objects):  </dt>
  <dd>
    <t>An array containing assertions as objects each containing the assertion
  format and the assertion value as the JSON string serialization of the assertion.
  Possible formats include <spanx style="verb">id_token</spanx> for an <xref target="OIDC"/> ID Token and <spanx style="verb">saml2</spanx> for a SAML 2 assertion.
  Additional assertion formats are defined by the <xref target="IANA-assertion-formats">Assertion Formats Registry</xref>.
  <bcp14>REQUIRED</bcp14> if returning assertions.</t>
  </dd>
  <dt>
<spanx style="verb">updated_at</spanx> (string):  </dt>
  <dd>
    <t>Timestamp as an ISO8610 date string, indicating
  when the identified account was last updated. The client instance <bcp14>MAY</bcp14> use
  this value to determine if it needs to request updated profile
  information through an identity API. The definition of such an
  identity API is out of scope for this specification.
  <bcp14>RECOMMENDED</bcp14>.</t>
  </dd>
</dl>

<figure><sourcecode type="json"><![CDATA[
"subject": {
  "sub_ids": [ {
    "format": "opaque",
    "id": "XUT2MFM1XBIKJKSDU8QM"
  } ],
  "assertions": [ {
    "format": "id_token",
    "value": "eyj..."
  } ]
}
]]></sourcecode></figure>

<t>Subject identifiers returned by the AS <bcp14>SHOULD</bcp14> uniquely identify the RO at the
AS. Some forms of subject identifier are opaque to the client instance (such as the subject of an
issuer and subject pair), while others forms (such as email address and phone number) are
intended to allow the client instance to correlate the identifier with other account information
at the client instance. The AS <bcp14>MUST</bcp14> ensure that the returned subject identifiers only apply to the authenticated end user. The client instance <bcp14>MUST NOT</bcp14> request or use any returned subject identifiers for communication
purposes (see <xref target="request-subject"/>). That is, a subject identifier returned in the format of an email address or
a phone number only identifies the RO to the AS and does not indicate that the
AS has validated that the represented email address or phone number in the identifier
is suitable for communication with the current user. To get such information,
the client instance <bcp14>MUST</bcp14> use an identity protocol to request and receive additional identity
claims. The details of an identity protocol and associated schema
are outside the scope of this specification.</t>

<t>Extensions to this specification <bcp14>MAY</bcp14> define additional response
properties in the <xref target="IANA-subject-response">Subject Information Response Fields Registry</xref>.</t>

<t>The grant request <bcp14>MUST</bcp14> be in the <em>approved</em> state to return this field in the response.</t>

<t>See <xref target="security-assertions"/> for considerations that the client instance has to make when accepting
and processing assertions from the AS.</t>

</section>
<section anchor="response-dynamic-handles"><name>Returning a Dynamically-bound Client Instance Identifier</name>

<t>Many parts of the client instance's request can be passed as either a value
or a reference. The use of a reference in place of a value allows
for a client instance to optimize requests to the AS.</t>

<t>Some references, such as for the <xref target="request-instance">client instance's identity</xref>
or the <xref target="resource-access-reference">requested resources</xref>, can be managed statically through an
admin console or developer portal provided by the AS or RS. The developer
of the client software can include these values in their code for a more
efficient and compact request.</t>

<t>If desired, the AS <bcp14>MAY</bcp14> also generate and return an instance identifier
dynamically to the client instance in the response to facilitate multiple
interactions with the same client instance over time. The client instance <bcp14>SHOULD</bcp14> use this
instance identifier in future requests in lieu of sending the associated data
values in the <spanx style="verb">client</spanx> field.</t>

<t>Dynamically generated client instance identifiers are string values that <bcp14>MUST</bcp14> be
protected by the client instance as secrets. Instance identifier values <bcp14>MUST</bcp14> be unguessable
and <bcp14>MUST NOT</bcp14> contain any information that would compromise any party if revealed. Instance identifier values are
opaque to the client instance.</t>

<dl>
  <dt>
<spanx style="verb">instance_id</spanx> (string):  </dt>
  <dd>
    <t>A string value used to represent the information
  in the <spanx style="verb">client</spanx> object that the client instance can use in a future request, as
  described in <xref target="request-instance"/>.
  <bcp14>OPTIONAL</bcp14>.</t>
  </dd>
</dl>

<t>This non-normative example shows an instance identifier along side an issued access token.</t>

<figure><sourcecode type="json"><![CDATA[
{
    "instance_id": "7C7C4AZ9KHRS6X63AJAO",
    "access_token": {
        "value": "OS9M2PMHKUR64TB8N6BW7OZB8CDFONP219RP1LT0"
    }
}

]]></sourcecode></figure>

</section>
<section anchor="response-error"><name>Error Response</name>

<t>If the AS determines that the request cannot be issued for any reason, it responds to the client instance with an "error" response. When returned as an object, the object contains the following fields:</t>

<dl>
  <dt>
<spanx style="verb">code</spanx> (string):  </dt>
  <dd>
    <t>A single ASCII error code defining the error.
<bcp14>REQUIRED</bcp14>.</t>
  </dd>
  <dt>
<spanx style="verb">description</spanx> (string):  </dt>
  <dd>
    <t>A human-readable string description of the error intended for the
developer of the client.
<bcp14>OPTIONAL</bcp14>.</t>
  </dd>
</dl>

<t>This specification defines the following <spanx style="verb">code</spanx> values:</t>

<dl>
  <dt>
<spanx style="verb">"invalid_request"</spanx>:  </dt>
  <dd>
    <t>The request is missing a required parameter, includes an
  invalid parameter value or is otherwise malformed.</t>
  </dd>
  <dt>
<spanx style="verb">"invalid_client"</spanx>:  </dt>
  <dd>
    <t>The request was made from a client that was not recognized
  or allowed by the AS, or the client's signature validation failed.</t>
  </dd>
  <dt>
<spanx style="verb">"invalid_interaction"</spanx>  </dt>
  <dd>
    <t>The client instance has provided an interaction reference that is incorrect
  for this request or the interaction modes in use have expired.</t>
  </dd>
  <dt>
<spanx style="verb">"invalid_flag"</spanx>  </dt>
  <dd>
    <t>The flag configuration is not valid.</t>
  </dd>
  <dt>
<spanx style="verb">"invalid_rotation"</spanx>  </dt>
  <dd>
    <t>The rotation request is not valid.</t>
  </dd>
  <dt>
<spanx style="verb">"invalid_continuation"</spanx>:  </dt>
  <dd>
    <t>The continuation of the referenced grant could not be processed.</t>
  </dd>
  <dt>
<spanx style="verb">"user_denied"</spanx>:  </dt>
  <dd>
    <t>The RO denied the request.</t>
  </dd>
  <dt>
<spanx style="verb">"request_denied"</spanx>:  </dt>
  <dd>
    <t>The request was denied for an unspecified reason.</t>
  </dd>
  <dt>
<spanx style="verb">"unknown_user"</spanx>:  </dt>
  <dd>
    <t>The user presented in the request is not known to the AS or does not match the user present during interaction.</t>
  </dd>
  <dt>
<spanx style="verb">"unknown_interaction"</spanx>:  </dt>
  <dd>
    <t>The interaction integrity could not be established.</t>
  </dd>
  <dt>
<spanx style="verb">"too_fast"</spanx>:  </dt>
  <dd>
    <t>The client instance did not respect the timeout in the wait response.</t>
  </dd>
  <dt>
<spanx style="verb">"too_many_attempts"</spanx>:  </dt>
  <dd>
    <t>A limit has been reached in the number of reasonable attempts.</t>
  </dd>
</dl>

<t>Additional error codes can be defined in the <xref target="IANA-error-code">Error Code Registry</xref>.</t>

<t>For example, if the RO denied the request while interacting with the AS,
the AS would return the following error when the client instance tries to
continue the grant request:</t>

<figure><sourcecode type="json"><![CDATA[
{
    "error": {
        "code": "user_denied",
        "description": "The RO denied the request"
    }
}
]]></sourcecode></figure>

<t>Alternatively, the AS <bcp14>MAY</bcp14> choose to only return the error as codes and provide a error as a string. The following response is considered equivalent to the previous example :</t>

<figure><sourcecode type="json"><![CDATA[
{
    "error": "user_denied"
}
]]></sourcecode></figure>

<t>If an error is returned and the client instance can continue, the AS <bcp14>MAY</bcp14> include the <spanx style="verb">continue</spanx> field in the response, as defined <xref target="response-continue"/>. This allows the client instance to modify its request for access, potentially leading to prompting the RO again. Other fields <bcp14>MUST NOT</bcp14> be included in the response.</t>

</section>
</section>
<section anchor="authorization"><name>Determining Authorization and Consent</name>

<t>When the client instance makes its <xref target="request">initial request</xref> to the AS for delegated access, it
is capable of asking for several different kinds of information in response:</t>

<t><list style="symbols">
  <t>the access being requested in the <spanx style="verb">access_token</spanx> request parameter</t>
  <t>the subject information being requested in the <spanx style="verb">subject</spanx> request parameter</t>
  <t>any additional requested information defined by extensions of this protocol</t>
</list></t>

<t>When the grant request is in the <em>processing</em> state, the AS determines what authorizations and
consents are required to fulfill this requested delegation. The details of how the
AS makes this determination are out of scope for this document. However, there are several common
patterns defined and supported by GNAP for fulfilling these requirements, including information
sent by the client instance, information gathered through the interaction process, and information
supplied by external parties. An individual AS can define its own policies and processes for
deciding when and how to gather the necessary authorizations and consent.</t>

<t>The client instance can supply information directly to the AS in its request. From this information, the AS can determine
if the requested delegation can be granted immediately. The client instance can send several kinds of things, including:</t>

<t><list style="symbols">
  <t>the identity of the client instance, known from the presented keys or associated identifiers</t>
  <t>the identity of the end user presented in the <spanx style="verb">user</spanx> request parameter</t>
  <t>any additional information presented by the client instance in the request, including any extensions</t>
</list></t>

<t>The AS will verify this presented information in the context of the client instance's request and
can only trust the information as much as it trusts the presentation and context of the information.
If the AS determines that the information presented in the initial request is sufficient for granting the requested
access, the AS <bcp14>MAY</bcp14> move the grant request to the <em>approved</em> state and return results <xref target="response">immediately in its response</xref> with
access tokens and subject information.</t>

<t>If the AS determines that additional runtime authorization is required, the AS can either deny the
request outright (if there is no possible recovery) or move the grant request to the <em>pending</em>
state and use a number of means at its disposal to gather that authorization from the appropriate ROs, including for example:</t>

<t><list style="symbols">
  <t>starting interaction with the end user facilitated by the client software, such as a redirection or user code</t>
  <t>challenging the client instance through a challenge-response mechanism</t>
  <t>requesting that the client instance present specific additional information, such as a user's credential or an assertion</t>
  <t>contacting an RO through an out-of-band mechanism, such as a push notification</t>
  <t>contacting an auxiliary software process through an out-of-band mechanism, such as querying a digital wallet</t>
</list></t>

<t>The authorization and consent gathering process in GNAP is left deliberately flexible to allow for a
wide variety of different deployments, interactions, and methodologies.
In this process, the AS can gather consent from the RO or apply the RO's policy as necessitated by the access that has
been requested. The AS can sometimes determine which RO needs to consent based on what has been requested
by the client instance, such as a specific RS record, an identified user, or a request requiring specific
access such as approval by an administrator. If the AS has a means of contacting the RO directly, it could
do so without involving the client instance in its consent gathering process. For example, the AS could
push a notification to a known RO and have the RO approve the pending request asynchronously. These interactions
can be through an interface of the AS itself (such as a hosted web page), through another application (such as
something installed on the RO's device), through a messaging fabric, or any other means.
When interacting with an RO, the AS can do anything it needs to determine the authorization of the requested grant,
including:</t>

<t><list style="symbols">
  <t>authenticate the RO, through a local account or some other means such as federated login</t>
  <t>validate the RO through presentation of claims, attributes, or other information</t>
  <t>prompt the RO for consent for the requested delegation</t>
  <t>describe to the RO what information is being released, to whom, and for what purpose</t>
  <t>provide warnings to the RO about potential attacks or negative effects of allowing the information</t>
  <t>allow the RO to modify the client instance's requested access, including limiting or expanding that access</t>
  <t>provide the RO with artifacts such as receipts to facilitate an audit trail of authorizations</t>
  <t>allow the RO to deny the requested delegation</t>
</list></t>

<t>The AS is also allowed to request authorization from more than one RO, if the AS deems fit. For example, a medical
record might need to be released by both an attending nurse and a physician, or both owners of a bank account
need to sign off on a transfer request. Alternatively, the AS could require N of M possible RO's
to approve a given request in order. The AS could also determine that the end user is not the appropriate RO
for a given request and reach out to the appropriate RO asynchronously.</t>

<t>The RO is also allowed to define a policy at the AS to determine which kind of end user can get access to the resource, and under which condition. For instance, such a condition might require the end user login and the acceptance of the RO's legal provisions. Alternatively, client software could be acting without an end user, and the RO's policy allows issuance of access tokens to instances of that client software without human interaction.</t>

<t>The details of determining which RO's or related policies are required for a given request are out of scope for this specification.</t>

<t>The client instance can also indicate that it is capable of facilitating interaction with the end user,
another party, or another piece of software through its <xref target="request-interact-start">interaction start</xref> request.
In many cases, the end user is delegating their own access as RO to the client instance. Here, the
AS needs to determine the identity of the end user and will often need to interact directly with
the end user to determine their status as an RO and collect their consent. If the AS has determined
that authorization is required and the AS can support one or more of the requested interaction start
methods, the AS returns the associated <xref target="response-interact">interaction start responses</xref>. The client
instance <bcp14>SHOULD</bcp14> <xref target="interaction-start">initiate one or more of these interaction methods</xref> in order to
facilitate the granting of the request. If more than one interaction start method is available,
the means by which the client chooses which methods to follow is out of scope of this specification.
The client instance <bcp14>MUST</bcp14> use each interaction method once at most.</t>

<t>After starting interaction, the client instance can then make a <xref target="continue-request">continuation request</xref>
either in response to a signal indicating the <xref target="interaction-finish">finish of the interaction</xref>, through
polling, or through some other method defined by an extension of this specification.</t>

<t>If the grant request is not in the <em>approved</em> state, the
client instance can repeat the interaction process by sending a <xref target="continue-modify">grant update request</xref> with new <xref target="request-interact">interaction</xref> methods.</t>

<t>The AS <bcp14>SHOULD</bcp14> handle any interact request as a one-time-use mechanism and <bcp14>SHOULD</bcp14> apply suitable
timeouts to any interaction start methods provided, including user codes and redirection URIs.
The client instance <bcp14>SHOULD</bcp14> apply suitable timeouts to any interaction finish method.</t>

<section anchor="interaction-start"><name>Starting Interaction With the End User</name>

<t>When a grant request is in the <em>pending</em> state, the interaction start methods sent by
the client instance can be used to facilitate interaction with the end user.
To initiate an interaction start method indicated by the
<xref target="response-interact">interaction start responses</xref> from the AS, the client instance
follows the steps defined by that interaction start mode. The actions of the client instance
required for the interaction start modes defined in this specification are described
in the following sections. Interaction start modes defined in extensions to this specification
<bcp14>MUST</bcp14> define the expected actions of the client software.</t>

<t>If the client instance does not start an interaction start mode within an AS-determined amount of
time, the AS <bcp14>SHOULD</bcp14> reject attempts to use the interaction start modes. If the client instance has
already begun one interaction start mode, the AS <bcp14>SHOULD</bcp14> reject attempts to use other interaction
start modes.</t>

<section anchor="interaction-redirect"><name>Interaction at a Redirected URI</name>

<t>When the end user is directed to an arbitrary URI through the <xref target="response-interact-redirect">"redirect"</xref>
mode, the client instance facilitates opening the URI through the end user's web browser.
The client instance could launch the URI through the system browser, provide a clickable
link, redirect the user through HTTP response codes, or display the URI in a form
the end user can use to launch such as a multidimensional barcode.
With this method, it is common (though not required) for the RO to be the same party as the end user, since
the client instance has to communicate the redirection URI to the end user.</t>

<t>In many cases, the URI indicates a web page hosted at the AS, allowing the
AS to authenticate the end user as the RO and interactively provide consent.
The URI value is used to identify the grant request being authorized.
If the URI cannot be associated with a currently active
request, the AS <bcp14>MUST</bcp14> display an error to the RO and <bcp14>MUST NOT</bcp14> attempt
to redirect the RO back to any client instance even if a <xref target="request-interact-callback-redirect">redirect finish method is supplied</xref>.
If the URI is not hosted by the AS directly, the means of communication between
the AS and this URI are out of scope for this specification.</t>

<t>The client instance <bcp14>MUST NOT</bcp14> modify the URI when launching it,
in particular the client instance <bcp14>MUST NOT</bcp14> add any parameters to the URI.
The URI <bcp14>MUST</bcp14> be reachable from the end user's browser, though
the URI <bcp14>MAY</bcp14> be opened on a separate device from the client instance
itself. The URI <bcp14>MUST</bcp14> be accessible from an HTTP GET
request and <bcp14>MUST</bcp14> be protected by HTTPS or equivalent means.</t>

</section>
<section anchor="interaction-usercode"><name>Interaction at the Static User Code URI</name>

<t>When the end user is directed to enter a short code through the <xref target="response-interact-usercode">"user_code"</xref>
mode, the client instance communicates the user code to the end user and
directs the end user to enter that code at an associated URI.
This mode is used when the client instance is not able to communicate or facilitate launching
an arbitrary URI. The associated URI could be statically configured with the client instance or
in the client software's documentation. As a consequence, these URIs <bcp14>SHOULD</bcp14> be short.
The user code URI <bcp14>MUST</bcp14> be reachable from the end user's browser, though
the URI is usually be opened on a separate device from the client instance
itself. Since it is designed to be typed in, the URI <bcp14>SHOULD</bcp14> be accessible from an HTTP GET
request and <bcp14>MUST</bcp14> be protected by HTTPS or equivalent means.</t>

<t>In many cases, the URI indicates a web page hosted at the AS, allowing the
AS to authenticate the end user as the RO and interactively provide consent.
The value of the user code is used to identify the grant request being authorized.
If the user code cannot be associated with a currently active
request, the AS <bcp14>MUST</bcp14> display an error to the RO and <bcp14>MUST NOT</bcp14> attempt
to redirect the RO back to any client instance even if a <xref target="request-interact-callback-redirect">redirect finish method is supplied</xref>.
If the interaction component at the user code URI is not hosted by the AS directly, the means of communication between
the AS and this URI, including communication of the user code itself, are out of scope for this specification.</t>

<t>When the RO enters this code at the user code URI,
the AS <bcp14>MUST</bcp14> uniquely identify the pending request that the code was associated
with. If the AS does not recognize the entered code, the interaction component <bcp14>MUST</bcp14>
display an error to the user. If the AS detects too many unrecognized code
enter attempts, the interaction component <bcp14>SHOULD</bcp14> display an error to the user indicating too many attempts and
<bcp14>MAY</bcp14> take additional actions such as slowing down the input interactions.
The user should be warned as such an error state is approached, if possible.</t>

</section>
<section anchor="interaction-usercodeuri"><name>Interaction at a Dynamic User Code URI</name>

<t>When the end user is directed to enter a short code through the <xref target="response-interact-usercodeuri">"user_code_uri"</xref>
mode, the client instance communicates the user code and associated URI to the end user and
directs the end user to enter that code at the URI.
This mode is used when the client instance is not able to facilitate launching
an arbitrary URI but can communicate arbitrary values like URIs. As a consequence, these URIs
<bcp14>SHOULD</bcp14> be short.
The client instance <bcp14>MUST NOT</bcp14> modify the URI when communicating it to the end user;
in particular the client instance <bcp14>MUST NOT</bcp14> add any parameters to the URI.
The user code URI <bcp14>MUST</bcp14> be reachable from the end user's browser, though
the URI is usually be opened on a separate device from the client instance
itself. Since it is designed to be typed in, the URI <bcp14>SHOULD</bcp14> be accessible from an HTTP GET
request and <bcp14>MUST</bcp14> be protected by HTTPS or equivalent means.</t>

<t>In many cases, the URI indicates a web page hosted at the AS, allowing the
AS to authenticate the end user as the RO and interactively provide consent.
The value of the user code is used to identify the grant request being authorized.
If the user code cannot be associated with a currently active
request, the AS <bcp14>MUST</bcp14> display an error to the RO and <bcp14>MUST NOT</bcp14> attempt
to redirect the RO back to any client instance even if a <xref target="request-interact-callback-redirect">redirect finish method is supplied</xref>.
If the interaction component at the user code URI is not hosted by the AS directly, the means of communication between
the AS and this URI, including communication of the user code itself, are out of scope for this specification.</t>

<t>When the RO enters this code at the given URI,
the AS <bcp14>MUST</bcp14> uniquely identify the pending request that the code was associated
with. If the AS does not recognize the entered code, the interaction component <bcp14>MUST</bcp14>
display an error to the user. If the AS detects too many unrecognized code
enter attempts, the interaction component <bcp14>SHOULD</bcp14> display an error to the user indicating too many attempts and
<bcp14>MAY</bcp14> take additional actions such as slowing down the input interactions.
The user should be warned as such an error state is approached, if possible.</t>

</section>
<section anchor="interaction-app"><name>Interaction through an Application URI</name>

<t>When the client instance is directed to launch an application through the
<xref target="response-interact-app">"app"</xref> mode, the client launches the
URI as appropriate to the system, such as through a deep link or custom URI
scheme registered to a mobile application. The means by which the AS and the
launched application communicate with each other and perform any
of the required actions are out of scope for this specification.</t>

</section>
</section>
<section anchor="interaction-finish"><name>Post-Interaction Completion</name>

<t>If an interaction <xref target="response-interact-finish">"finish"</xref> method is
associated with the current request, the AS <bcp14>MUST</bcp14> follow the appropriate
method at upon completion of interaction in order to signal the client
instance to continue, except for some limited error cases discussed below.
If a finish method is not available, the AS <bcp14>SHOULD</bcp14> instruct the RO to
return to the client instance upon completion.</t>

<t>The AS <bcp14>MUST</bcp14> create an interaction reference and associate that
reference with the current interaction and the underlying pending
request. This interaction reference value <bcp14>MUST</bcp14> be sufficiently random so as not to be
guessable by an attacker. The interaction reference <bcp14>MUST</bcp14> be
one-time-use to prevent interception and replay attacks.</t>

<t>The AS <bcp14>MUST</bcp14> calculate a hash value based on the client instance and AS nonces and the
interaction reference, as described in
<xref target="interaction-hash"/>. The client instance will use this value to
validate the "finish" call.</t>

<t>The AS <bcp14>MUST</bcp14> send the hash and interaction reference based on
the interaction finish mode as described in the following
sections.</t>

<t>Note that the "finish" method still occurs in many error cases, such as when the RO has denied
access. This pattern allows the client instance to potentially recover from the error
state by modifying its request or providing additional information directly to the AS in a
continuation request. The AS <bcp14>MUST NOT</bcp14> follow the "finish" method in the
following circumstances:</t>

<t><list style="symbols">
  <t>The AS has determined that any URIs involved with the finish method are dangerous or blocked.</t>
  <t>The AS cannot determine which ongoing grant request is being referenced.</t>
  <t>The ongoing grant request has been cancelled or otherwise blocked.</t>
</list></t>

<section anchor="interaction-callback"><name>Completing Interaction with a Browser Redirect to the Callback URI</name>

<t>When using the <xref target="response-interact-finish"><spanx style="verb">redirect</spanx> interaction finish method</xref>,
the AS signals to the client instance that interaction is
complete and the request can be continued by directing the RO (in
their browser) back to the client instance's redirect URI sent in <xref target="request-interact-callback-redirect">the callback request</xref>.</t>

<t>The AS secures this redirect by adding the hash and interaction
reference as query parameters to the client instance's redirect URI.</t>

<dl>
  <dt>
<spanx style="verb">hash</spanx>:  </dt>
  <dd>
    <t>The interaction hash value as
  described in <xref target="interaction-hash"/>.
  <bcp14>REQUIRED</bcp14>.</t>
  </dd>
  <dt>
<spanx style="verb">interact_ref</spanx>:  </dt>
  <dd>
    <t>The interaction reference
  generated for this interaction.
  <bcp14>REQUIRED</bcp14>.</t>
  </dd>
</dl>

<t>The means of directing the RO to this URI are outside the scope
of this specification, but common options include redirecting the
RO from a web page and launching the system browser with the
target URI. See <xref target="security-redirect-status-codes"/> for considerations on
which HTTP status code to use when redirecting a request that
potentially contains credentials.</t>

<figure><artwork><![CDATA[
NOTE: '\' line wrapping per RFC 8792

https://client.example.net/return/123455\
  ?hash=p28jsq0Y2KK3WS__a42tavNC64ldGTBroywsWxT4md_jZQ1R2\
    HZT8BOWYHcLmObM7XHPAdJzTZMtKBsaraJ64A\
  &interact_ref=4IFWWIKYBC2PQ6U56NL1
]]></artwork></figure>

<t>When receiving the request, the client instance <bcp14>MUST</bcp14> parse the query
parameters to calculate and validate the hash value as described in
<xref target="interaction-hash"/>, or else return an "unknown_interaction" error. If the hash validates, the client instance
sends a continuation request to the AS as described in
<xref target="continue-after-interaction"/> using the interaction
reference value received here.</t>

</section>
<section anchor="interaction-pushback"><name>Completing Interaction with a Direct HTTP Request Callback</name>

<t>When using the <xref target="response-interact-finish"><spanx style="verb">push</spanx> interaction finish method</xref>,
the AS signals to the client instance that interaction is
complete and the request can be continued by sending an HTTP POST
request to the client instance's callback URI sent in <xref target="request-interact-callback-push">the callback request</xref>.</t>

<t>The entity message body is a JSON object consisting of the
following two fields:</t>

<dl>
  <dt>
<spanx style="verb">hash</spanx> (string):  </dt>
  <dd>
    <t>The interaction hash value as
  described in <xref target="interaction-hash"/>.
  <bcp14>REQUIRED</bcp14>.</t>
  </dd>
  <dt>
<spanx style="verb">interact_ref</spanx> (string)  </dt>
  <dd>
    <t>The interaction reference
  generated for this interaction.
  <bcp14>REQUIRED</bcp14>.</t>
  </dd>
</dl>

<figure><sourcecode type="json"><![CDATA[
NOTE: '\' line wrapping per RFC 8792

POST /push/554321 HTTP/1.1
Host: client.example.net
Content-Type: application/json

{
  "hash": "p28jsq0Y2KK3WS__a42tavNC64ldGTBroywsWxT4md_jZQ1R\
    2HZT8BOWYHcLmObM7XHPAdJzTZMtKBsaraJ64A",
  "interact_ref": "4IFWWIKYBC2PQ6U56NL1"
}
]]></sourcecode></figure>

<t>When processing such a call, the AS <bcp14>MUST</bcp14> protect itself against SSRF attacks as discussed in
<xref target="security-ssrf"/>.</t>

<t>When receiving the request, the client instance <bcp14>MUST</bcp14> parse the JSON object
and validate the hash value as described in
<xref target="interaction-hash"/>, or else return an "unknown_interaction" error. If the hash validates, the client instance sends
a continuation request to the AS as described in <xref target="continue-after-interaction"/> using the interaction
reference value received here.</t>

</section>
<section anchor="interaction-hash"><name>Calculating the interaction hash</name>

<t>The "hash" parameter in the request to the client instance's callback URI ties
the front channel response to an ongoing request by using values
known only to the parties involved. This security mechanism allows the client instance to protect itself against
several kinds of session fixation and injection attacks. The AS <bcp14>MUST</bcp14>
always provide this hash, and the client instance <bcp14>MUST</bcp14> validate the hash when received.</t>

<t>To calculate the "hash" value, the party doing the calculation
creates a hash string by concatenating the following values in the following order
using a single newline (<spanx style="verb">\n</spanx>) character to separate them:</t>

<t><list style="symbols">
  <t>the "nonce" value sent by the client instance in the <xref target="request-interact-finish">interaction "finish" section of the initial request</xref></t>
  <t>the AS's nonce value from <xref target="response-interact-finish">the interaction finish response</xref></t>
  <t>the "interact_ref" returned from the AS as part of the <xref target="interaction-finish">interaction finish method</xref></t>
  <t>the grant endpoint URI the client instance used to make its <xref target="request">initial request</xref></t>
</list></t>

<t>There is no padding or whitespace before or after any of the lines,
and no trailing newline character.</t>

<figure><artwork><![CDATA[
VJLO6A4CAYLBXHTR0KRO
MBDOFXG4Y5CVJCX821LH
4IFWWIKYBC2PQ6U56NL1
https://server.example.com/tx
]]></artwork></figure>

<t>The party then hashes this string with the appropriate algorithm
based on the "hash_method" parameter under the "finish" key. The resulting
byte array from the hash function is then encoded using URL-Safe Base64
with no padding <xref target="RFC4648"/>. The resulting string is the hash value.</t>

<t>The "hash_method" value <bcp14>MUST</bcp14> be one of the hash name strings defined in the
<eref target="https://www.iana.org/assignments/named-information/named-information.xhtml#hash-alg">IANA Named Information Hash Algorithm Registry</eref>.</t>

<t>If the "hash_method" value is not present in the client instance's
request, the algorithm defaults to "sha3-512".</t>

<t>For example, the "sha3-512" hash method consists of hashing the input string
with the 512-bit SHA3 algorithm. The byte array is then encoded
using URL-Safe Base64 with no padding <xref target="RFC4648"/>. The resulting string is the
hash value.</t>

<figure><artwork><![CDATA[
NOTE: '\' line wrapping per RFC 8792

p28jsq0Y2KK3WS__a42tavNC64ldGTBroywsWxT4md_jZQ1R2HZT8BOWYHcLmObM\
  7XHPAdJzTZMtKBsaraJ64A
]]></artwork></figure>

<t>The "sha2-512" hash method consists of hashing the input string
with the 512-bit SHA2 algorithm. The byte array is then encoded
using URL-Safe Base64 with no padding <xref target="RFC4648"/>. The resulting string is the
hash value.</t>

<figure><artwork><![CDATA[
NOTE: '\' line wrapping per RFC 8792

62SbcD3Xs7L40rjgALA-ymQujoh2LB2hPJyX9vlcr1H6ecChZ8BNKkG_HrOKP_Bp\
  j84rh4mC9aE9x7HPBFcIHw
]]></artwork></figure>

</section>
</section>
</section>
<section anchor="continue-request"><name>Continuing a Grant Request</name>

<t>While it is possible for the AS to return an approved <xref target="response">grant response</xref> with all the
client instance's requested information (including <xref target="response-token">access tokens</xref> and
<xref target="response-subject">direct user information</xref>) immediately, it's more common that the AS and
the client instance will need to communicate several times over the lifetime of a grant request,
especially while it is in the <em>pending</em> state.
This is often part of facilitating <xref target="authorization">interaction</xref>, but it could
also be used to allow the AS and client instance to continue negotiating the parameters of
the <xref target="request">original grant request</xref> through modification of the request.</t>

<t>The ability to continue an already-started request allows the client instance to perform several
important functions, including presenting additional information from interaction,
modifying the initial request, and revoking a grant request in progress.</t>

<t>The AS <bcp14>MAY</bcp14> make use of long polling mechanisms such as discussed in <xref target="RFC6202"/>. Instead of
returning the current status immediately, the long polling technique
allows the AS additional time to process and fulfill the request before returning the HTTP response
to the client instance. For example, when the AS receives a continuation request but the
grant request is in the <em>processing</em> state, the AS could wait until the grant request has moved
to the <em>pending</em> or <em>approved</em> state before returning the response message.</t>

<t>To enable this ongoing negotiation, the AS provides a continuation API to the client software.
The AS returns a <spanx style="verb">continue</spanx> field
<xref target="response-continue">in the response</xref> that contains information the client instance needs to
access this API, including a URI to access
as well as a continuation access token to use during the requests.</t>

<t>The continuation access token is initially bound to the same key and method the client instance used to make
the initial request. As a consequence,
when the client instance makes any calls to the continuation URI, the client instance <bcp14>MUST</bcp14> present
the continuation access token as described in <xref target="use-access-token"/> and present
proof of the client instance's key (or its most recent rotation)
by signing the request as described in <xref target="binding-keys"/>.
The AS <bcp14>MUST</bcp14> validate all keys presented by the client instance or referenced in an
ongoing request for each call within that request.</t>

<t>Access tokens other than the continuation access tokens <bcp14>MUST NOT</bcp14> be usable for continuation requests.</t>

<t>For example, here the client instance makes a POST request to a unique URI and signs
the request with HTTP Message Signatures:</t>

<figure><sourcecode type="http-message"><![CDATA[
POST /continue/KSKUOMUKM HTTP/1.1
Authorization: GNAP 80UPRY5NM33OMUKMKSKU
Host: server.example.com
Content-Length: 0
Signature-Input: sig1=...
Signature: sig1=...
]]></sourcecode></figure>

<t>The AS <bcp14>MUST</bcp14> be able to tell from the client instance's request which specific ongoing request
is being accessed, using a combination of the continuation URI,
the provided continuation access token, and the client instance identified by the key signature.
If the AS cannot determine a single active grant request to map the
continuation request to, the AS <bcp14>MUST</bcp14> return an "invalid_continuation" error.</t>

<t>All requests to the continuation API are protected by this bound continuation access token.
For example, here the client instance makes a POST request to a stable continuation endpoint
URI with the <xref target="continue-after-interaction">interaction reference</xref>,
includes the access token, and signs with HTTP Message Signatures:</t>

<figure><sourcecode type="http-message"><![CDATA[
POST /continue HTTP/1.1
Host: server.example.com
Content-Type: application/json
Authorization: GNAP 80UPRY5NM33OMUKMKSKU
Signature-Input: sig1=...
Signature: sig1=...
Content-Digest: sha-256=...

{
  "interact_ref": "4IFWWIKYBC2PQ6U56NL1"
}
]]></sourcecode></figure>

<t>If a <spanx style="verb">wait</spanx> parameter was included in the <xref target="response-continue">continuation response</xref>, the
client instance <bcp14>MUST NOT</bcp14> call the continuation URI prior to waiting the number of
seconds indicated. If no <spanx style="verb">wait</spanx> period is indicated, the client instance
<bcp14>MUST NOT</bcp14> poll immediately and <bcp14>SHOULD</bcp14>
wait at least 5 seconds. If the client instance does not respect the
given wait period, the AS <bcp14>MUST</bcp14> return the "too_fast" error defined in <xref target="response-error"/>.</t>

<t>The response from the AS is a JSON object and <bcp14>MAY</bcp14> contain any of the
fields described in <xref target="response"/>, as described in more detail in the
sections below.</t>

<t>If the AS determines that the client instance can
make a further continuation request, the AS <bcp14>MUST</bcp14> include a new
<xref target="response-continue">"continue" response</xref>.
The new <spanx style="verb">continue</spanx> response <bcp14>MUST</bcp14> include a continuation access token as well, and
this token <bcp14>SHOULD</bcp14> be a new access token, invalidating the previous access token.
If the AS does not return a new <spanx style="verb">continue</spanx> response, the client instance
<bcp14>MUST NOT</bcp14> make an additional continuation request. If a client instance does so,
the AS <bcp14>MUST</bcp14> return an "invalid_continuation" error.</t>

<t>For continuation functions that require the client instance to send a message body, the body <bcp14>MUST</bcp14> be
a JSON object.</t>

<section anchor="continue-after-interaction"><name>Continuing After a Completed Interaction</name>

<t>When the AS responds to the client instance's <spanx style="verb">finish</spanx> method as in <xref target="interaction-callback"/>, this
response includes an interaction reference. The client instance <bcp14>MUST</bcp14> include that value as the field
<spanx style="verb">interact_ref</spanx> in a POST request to the continuation URI.</t>

<figure><sourcecode type="http-message"><![CDATA[
POST /continue HTTP/1.1
Host: server.example.com
Content-Type: application/json
Authorization: GNAP 80UPRY5NM33OMUKMKSKU
Signature-Input: sig1=...
Signature: sig1=...
Content-Digest: sha-256=...

{
  "interact_ref": "4IFWWIKYBC2PQ6U56NL1"
}
]]></sourcecode></figure>

<t>Since the interaction reference is a one-time-use value as described in <xref target="interaction-callback"/>,
if the client instance needs to make additional continuation calls after this request, the client instance
<bcp14>MUST NOT</bcp14> include the interaction reference. If the AS detects a client instance submitting the same
interaction reference multiple times, the AS <bcp14>MUST</bcp14> return a "too_many_attempts" error and <bcp14>SHOULD</bcp14> invalidate
the ongoing request.</t>

<t>If the grant request is in the <em>approved</em> state, the <xref target="response">grant response</xref> <bcp14>MAY</bcp14> contain any
newly-created <xref target="response-token">access tokens</xref> or
newly-released <xref target="response-subject">subject information</xref>. The response <bcp14>MAY</bcp14> contain
a new <xref target="response-continue">"continue" response</xref> as described above. The response
<bcp14>SHOULD NOT</bcp14> contain any <xref target="response-interact">interaction responses</xref>.</t>

<t>If the grant request is in the <em>pending</em> state, the <xref target="response">grant response</xref> <bcp14>MUST NOT</bcp14> contain access tokens or subject information, and <bcp14>MAY</bcp14> contain a new <xref target="response-interact">interaction responses</xref> to any interaction methods that have not been exhausted at the AS.</t>

<t>For example, if the request is successful in causing the AS to issue access tokens and
release opaque subject claims, the response could look like this:</t>

<figure><sourcecode type="json"><![CDATA[
NOTE: '\' line wrapping per RFC 8792

{
    "access_token": {
        "value": "OS9M2PMHKUR64TB8N6BW7OZB8CDFONP219RP1LT0",
        "manage": "https://server.example.com/token/PRY5NM33O\
            M4TB8N6BW7OZB8CDFONP219RP1L",
    },
    "subject": {
        "sub_ids": [ {
          "format": "opaque",
          "id": "J2G8G8O4AZ"
        } ]
    }
}
]]></sourcecode></figure>

<t>With this example, the client instance can not make an additional continuation request because
a <spanx style="verb">continue</spanx> field is not included.</t>

<t>For another example, if the RO has denied the client instance's request, the AS responds with the following response:</t>

<figure><artwork><![CDATA[
{
    "error": "user_denied",
    "continue": {
        "access_token": {
            "value": "33OMUKMKSKU80UPRY5NM"
        },
        "uri": "https://server.example.com/continue",
        "wait": 30
    }
}
]]></artwork></figure>

<t>In this example, the AS includes the <spanx style="verb">continue</spanx> field in the response. Therefore, the client instance can continue the grant negotiation process, perhaps modifying the request as discussed in <xref target="continue-modify"/>.</t>

</section>
<section anchor="continue-poll"><name>Continuing During Pending Interaction (Polling)</name>

<t>When the client instance does not include a <spanx style="verb">finish</spanx> parameter, the client instance will often need to
poll the AS until the RO has authorized the request. To do so, the client instance makes a POST
request to the continuation URI as in <xref target="continue-after-interaction"/>, but does not
include a message body.</t>

<figure><sourcecode type="http-message"><![CDATA[
POST /continue HTTP/1.1
Host: server.example.com
Content-Type: application/json
Authorization: GNAP 80UPRY5NM33OMUKMKSKU
Signature-Input: sig1=...
Signature: sig1=...
]]></sourcecode></figure>

<t>If the grant request is in the <em>approved</em> state, the <xref target="response">grant response</xref> <bcp14>MAY</bcp14> contain any
newly-created <xref target="response-token">access tokens</xref> or
newly-released <xref target="response-subject">subject claims</xref>. The response <bcp14>MAY</bcp14> contain
a new <xref target="response-continue">"continue" response</xref> as described above. If a <spanx style="verb">continue</spanx>
field is included, it <bcp14>SHOULD</bcp14> include a <spanx style="verb">wait</spanx> field to facilitate a reasonable polling rate by
the client instance. The response <bcp14>SHOULD NOT</bcp14> contain <xref target="response-interact">interaction responses</xref>.</t>

<t>If the grant request is in the <em>pending</em> state, the <xref target="response">grant response</xref> <bcp14>MUST NOT</bcp14> contain access tokens or subject information, and <bcp14>MAY</bcp14> contain a new <xref target="response-interact">interaction responses</xref> to any interaction methods that have not been exhausted at the AS.</t>

<t>For example, if the request has not yet been authorized by the RO, the AS could respond
by telling the client instance to make another continuation request in the future. In this example,
a new, unique access token has been issued for the call, which the client instance will use in its
next continuation request.</t>

<figure><sourcecode type="json"><![CDATA[
{
    "continue": {
        "access_token": {
            "value": "33OMUKMKSKU80UPRY5NM"
        },
        "uri": "https://server.example.com/continue",
        "wait": 30
    }
}
]]></sourcecode></figure>

<t>If the request is successful in causing the AS to issue access tokens and
release subject information, the response could look like this example:</t>

<figure><sourcecode type="json"><![CDATA[
NOTE: '\' line wrapping per RFC 8792

{
    "access_token": {
        "value": "OS9M2PMHKUR64TB8N6BW7OZB8CDFONP219RP1LT0",
        "manage": "https://server.example.com/token/PRY5NM33O\
            M4TB8N6BW7OZB8CDFONP219RP1L",
    },
    "subject": {
        "sub_ids": [ {
          "format": "opaque",
          "id": "J2G8G8O4AZ"
        } ]
    }
}
]]></sourcecode></figure>

<t>See <xref target="security-polling"/> for considerations on polling for continuation without an interaction
<spanx style="verb">finish</spanx> method.</t>

<t>In error conditions, the AS responds to the client instance with the error code as discussed in <xref target="response-error"/>. For example, if the client instance has polled too many times before the RO has approved the request, the AS would respond with a message like this:</t>

<figure><artwork><![CDATA[
{
    "error": "too_many_attempts"
}
]]></artwork></figure>

<t>Since this response does not include a <spanx style="verb">continue</spanx> section, the client instance cannot continue to
poll the AS for additional updates and the grant request is <em>finalized</em>. If the client instance
still needs access to the resource, it will need to start with a new grant request.</t>

</section>
<section anchor="continue-modify"><name>Modifying an Existing Request</name>

<t>The client instance might need to modify an ongoing request, whether or not tokens have already been
issued or claims have already been released. In such cases, the client instance makes an HTTP PATCH
request to the continuation URI and includes any fields it needs to modify. Fields
that aren't included in the request are considered unchanged from the original request.</t>

<t>When the AS receives a valid modification request, the AS <bcp14>MUST</bcp14> place the grant request into the
<em>processing</em> state and re-evaluate the authorization in the new context created by the update
request.</t>

<t>The client instance <bcp14>MAY</bcp14> include the <spanx style="verb">access_token</spanx> and <spanx style="verb">subject</spanx> fields as described in <xref target="request-token"/>
and <xref target="request-subject"/>. Inclusion of these fields override any values in the initial request,
which <bcp14>MAY</bcp14> trigger additional requirements and policies by the AS. For example, if the client instance is asking for
more access, the AS could require additional interaction with the RO to gather additional consent.
If the client instance is asking for more limited access, the AS could determine that sufficient authorization
has been granted to the client instance and return the more limited access rights immediately.</t>

<t>The client instance <bcp14>MAY</bcp14> include the <spanx style="verb">interact</spanx> field as described in <xref target="request-interact"/>.
Inclusion of this field indicates that the client instance is capable of driving interaction with
the end user, and this field replaces any values from a previous request. The AS <bcp14>MAY</bcp14> respond to any
of the interaction responses as described in <xref target="response-interact"/>, just like it would to a new
request.</t>

<t>The client instance <bcp14>MAY</bcp14> include the <spanx style="verb">user</spanx> field as described in <xref target="request-user"/> to present new assertions
or information about the end user. The AS <bcp14>SHOULD</bcp14> check that this presented user information is
consistent with any user information previously presented by the client instance for this
grant request.</t>

<t>The client instance <bcp14>MUST NOT</bcp14> include the <spanx style="verb">client</spanx> section of the request, since the client
instance is assumed not to have changed.</t>

<t>The client instance <bcp14>MUST NOT</bcp14> include post-interaction responses such as described in <xref target="continue-after-interaction"/>.</t>

<t>Modification requests <bcp14>MUST NOT</bcp14> alter previously-issued access tokens. Instead, any access
tokens issued from a continuation are considered new, separate access tokens. The AS
<bcp14>MAY</bcp14> revoke previously-issued access tokens after a modification has occurred.</t>

<t>If the modified request can be granted immediately by the AS,
the <xref target="response">grant response</xref> <bcp14>MAY</bcp14> contain any newly-created <xref target="response-token">access tokens</xref> or
newly-released <xref target="response-subject">subject claims</xref>. The response <bcp14>MAY</bcp14> contain
a new <xref target="response-continue">"continue" response</xref> as described above. If interaction
can occur, the response <bcp14>SHOULD</bcp14> contain <xref target="response-interact">interaction responses</xref> as well.</t>

<t>For example, a client instance initially requests a set of resources using references:</t>

<figure><sourcecode type="http-message"><![CDATA[
POST /tx HTTP/1.1
Host: server.example.com
Content-Type: application/json
Signature-Input: sig1=...
Signature: sig1=...
Content-Digest: sha-256=...

{
    "access_token": {
        "access": [
            "read", "write"
        ]
    },
    "interact": {
        "start": ["redirect"],
        "finish": {
            "method": "redirect",
            "uri": "https://client.example.net/return/123455",
            "nonce": "LKLTI25DK82FX4T4QFZC"
        }
    },
    "client": "987YHGRT56789IOLK"
}
]]></sourcecode></figure>

<t>Access is granted by the RO, and a token is issued by the AS.
In its final response, the AS includes a <spanx style="verb">continue</spanx> field, which includes
a separate access token for accessing the continuation API:</t>

<figure><sourcecode type="json"><![CDATA[
{
    "continue": {
        "access_token": {
            "value": "80UPRY5NM33OMUKMKSKU"
        },
        "uri": "https://server.example.com/continue",
        "wait": 30
    },
    "access_token": {
        "value": "RP1LT0-OS9M2P_R64TB",
        "access": [
            "read", "write"
        ]
    }
}
]]></sourcecode></figure>

<t>This <spanx style="verb">continue</spanx> field allows the client instance to make an eventual continuation call. In the future,
the client instance realizes that it no longer needs
"write" access and therefore modifies its ongoing request, here asking for just "read" access
instead of both "read" and "write" as before.</t>

<figure><sourcecode type="json"><![CDATA[
PATCH /continue HTTP/1.1
Host: server.example.com
Content-Type: application/json
Authorization: GNAP 80UPRY5NM33OMUKMKSKU
Signature-Input: sig1=...
Signature: sig1=...
Content-Digest: sha-256=...

{
    "access_token": {
        "access": [
            "read"
        ]
    }
    ...
}
]]></sourcecode></figure>

<t>The AS replaces the previous <spanx style="verb">access</spanx> from the first request, allowing the AS to
determine if any previously-granted consent already applies. In this case, the AS would
likely determine that reducing the breadth of the requested access means that new access
tokens can be issued to the client instance. The AS would likely revoke previously-issued access tokens
that had the greater access rights associated with them, unless they had been issued
with the <spanx style="verb">durable</spanx> flag.</t>

<figure><sourcecode type="json"><![CDATA[
{
    "continue": {
        "access_token": {
            "value": "M33OMUK80UPRY5NMKSKU"
        },
        "uri": "https://server.example.com/continue",
        "wait": 30
    },
    "access_token": {
        "value": "0EVKC7-2ZKwZM_6N760",
        "access": [
            "read"
        ]
    }
}
]]></sourcecode></figure>

<t>For another example, the client instance initially requests read-only access but later
needs to step up its access. The initial request could look like this example.</t>

<figure><sourcecode type="http-message"><![CDATA[
POST /tx HTTP/1.1
Host: server.example.com
Content-Type: application/json
Signature-Input: sig1=...
Signature: sig1=...
Content-Digest: sha-256=...

{
    "access_token": {
        "access": [
            "read"
        ]
    },
    "interact": {
        "start": ["redirect"],
        "finish": {
            "method": "redirect",
            "uri": "https://client.example.net/return/123455",
            "nonce": "LKLTI25DK82FX4T4QFZC"
        }
    },
    "client": "987YHGRT56789IOLK"
}
]]></sourcecode></figure>

<t>Access is granted by the RO, and a token is issued by the AS.
In its final response, the AS includes a <spanx style="verb">continue</spanx> field:</t>

<figure><sourcecode type="http-message"><![CDATA[
{
    "continue": {
        "access_token": {
            "value": "80UPRY5NM33OMUKMKSKU"
        },
        "uri": "https://server.example.com/continue",
        "wait": 30
    },
    "access_token": {
        "value": "RP1LT0-OS9M2P_R64TB",
        "access": [
            "read"
        ]
    }
}
]]></sourcecode></figure>

<t>This allows the client instance to make an eventual continuation call. The client instance later realizes that it now
needs "write" access in addition to the "read" access. Since this is an expansion of what
it asked for previously, the client instance also includes a new interaction section in case the AS needs
to interact with the RO again to gather additional authorization. Note that the client instance's
nonce and callback are different from the initial request. Since the original callback was
already used in the initial exchange, and the callback is intended for one-time-use, a new one
needs to be included in order to use the callback again.</t>

<figure><sourcecode type="http-message"><![CDATA[
PATCH /continue HTTP/1.1
Host: server.example.com
Content-Type: application/json
Authorization: GNAP 80UPRY5NM33OMUKMKSKU
Signature-Input: sig1=...
Signature: sig1=...
Content-Digest: sha-256=...

{
    "access_token": {
        "access": [
            "read", "write"
        ]
    },
    "interact": {
        "start": ["redirect"],
        "finish": {
            "method": "redirect",
            "uri": "https://client.example.net/return/654321",
            "nonce": "K82FX4T4LKLTI25DQFZC"
        }
    }
}
]]></sourcecode></figure>

<t>From here, the AS can determine that the client instance is asking for more than it was previously granted,
but since the client instance has also provided a mechanism to interact with the RO, the AS can use that
to gather the additional consent. The protocol continues as it would with a new request.
Since the old access tokens are good for a subset of the rights requested here, the
AS might decide to not revoke them. However, any access tokens granted after this update
process are new access tokens and do not modify the rights of existing access tokens.</t>

</section>
<section anchor="continue-delete"><name>Revoking a Grant Request</name>

<t>If the client instance wishes to cancel an ongoing grant request and place it into the <em>revoked</em>
state, the client instance makes an
HTTP DELETE request to the continuation URI.</t>

<figure><sourcecode type="http-message"><![CDATA[
DELETE /continue HTTP/1.1
Host: server.example.com
Content-Type: application/json
Authorization: GNAP 80UPRY5NM33OMUKMKSKU
Signature-Input: sig1=...
Signature: sig1=...
]]></sourcecode></figure>

<t>If the request is successfully revoked, the AS responds with an HTTP 202 (No Content).
The AS <bcp14>SHOULD</bcp14> revoke all associated access tokens, if possible. The AS <bcp14>SHOULD</bcp14> disable all
token rotation and other token management functions on such access tokens, if possible.
Once the grant request is in the <em>revoked</em> state, it <bcp14>MUST NOT</bcp14> be moved to any other state.</t>

</section>
</section>
<section anchor="token-management"><name>Token Management</name>

<t>If an access token response includes the <spanx style="verb">manage</spanx> parameter as
described in <xref target="response-token-single"/>, the client instance <bcp14>MAY</bcp14> call
this URI to manage the access token with any of the actions defined in
the following sections: rotate and revoke. Other actions are undefined by this
specification.</t>

<t>The access token being managed acts as the access element for its own
management API. The client instance <bcp14>MUST</bcp14> present proof of an appropriate key
along with the access token.</t>

<t>If the token is sender-constrained (i.e., not a bearer token), it
<bcp14>MUST</bcp14> be sent <xref target="use-access-token">with the appropriate binding for the access token</xref>.</t>

<t>If the token is a bearer token, the client instance <bcp14>MUST</bcp14> present proof of the
same <xref target="request-client">key identified in the initial request</xref> as described in <xref target="binding-keys"/>.</t>

<t>The AS <bcp14>MUST</bcp14> validate the proof and assure that it is associated with
either the token itself or the client instance the token was issued to, as
appropriate for the token's presentation type.</t>

<section anchor="rotate-access-token"><name>Rotating the Access Token</name>

<t>If the client instance has an access token and that access token expires, the
client instance might want to rotate the access token.
Rotating an access token consists of issuing a new access token in place of an
existing access token, with the same rights and properties as the original token,
apart from an updated expiration time.</t>

<t>To rotate an access token, the client instance makes an HTTP POST to the token management URI,
sending the access token in the appropriate header and signing the request
with the appropriate key.</t>

<figure><sourcecode type="http-message"><![CDATA[
POST /token/PRY5NM33OM4TB8N6BW7OZB8CDFONP219RP1L HTTP/1.1
Host: server.example.com
Authorization: GNAP OS9M2PMHKUR64TB8N6BW7OZB8CDFONP219RP1LT0
Signature-Input: sig1=...
Signature: sig1=...
Content-Digest: sha-256=...
]]></sourcecode></figure>

<t>The AS validates that the token presented is associated with the management
URI, that the AS issued the token to the given client instance, and that
the presented key is appropriate to the token.</t>

<t>Note that in many cases, the access token will have expired for regular use. To facilitate
token rotation, the AS <bcp14>SHOULD</bcp14> honor the rotation request of the expired access token
since it is likely that the client instance is attempting to
refresh the expired token. To support this, the AS <bcp14>MAY</bcp14> allow a longer lifetime for
token management compared to its use at an RS. An AS <bcp14>MUST NOT</bcp14>
honor a rotation request for an access token that has been revoked or otherwise disabled.</t>

<t>If the token is validated and the key is appropriate for the
request, the AS <bcp14>MUST</bcp14> invalidate the current access token associated
with this URI, if possible. Note that stateless access tokens can make proactive
revocation difficult within a system, see <xref target="security-stateless-tokens"/>.</t>

<t>The AS responds with an HTTP 200 with a JSON body consisting of the rotated access token
in the <spanx style="verb">access_token</spanx> field described in <xref target="response-token-single"/>. The value of the
access token <bcp14>MUST NOT</bcp14> be the same as the current value of the access
token used to access the management API. The response <bcp14>MUST</bcp14> include an
access token management URI, and the value of this URI <bcp14>MAY</bcp14> be different
from the URI used by the client instance to make the rotation call. The client instance
<bcp14>MUST</bcp14> use this new URI to manage the rotated access token.</t>

<t>The access rights in the <spanx style="verb">access</spanx> array for the rotated access token <bcp14>MUST</bcp14>
be included in the response and <bcp14>MUST</bcp14> be the same
as the token before rotation. If the client instance requires different access rights,
the client instance can request a new access token by creating <xref target="request">a new request</xref> or
by <xref target="continue-modify">updating an existing grant request</xref>.</t>

<figure><sourcecode type="json"><![CDATA[
NOTE: '\' line wrapping per RFC 8792

{
    "access_token": {
        "value": "FP6A8H6HY37MH13CK76LBZ6Y1UADG6VEUPEER5H2",
        "manage": "https://server.example.com/token/PRY5NM33O\
            M4TB8N6BW7OZB8CDFONP219RP1L",
        "expires_in": 3600,
        "access": [
            {
                "type": "photo-api",
                "actions": [
                    "read",
                    "write",
                    "dolphin"
                ],
                "locations": [
                    "https://server.example.net/",
                    "https://resource.local/other"
                ],
                "datatypes": [
                    "metadata",
                    "images"
                ]
            },
            "read", "dolphin-metadata"
        ]
    }
}
]]></sourcecode></figure>

<section anchor="rotate-access-token-key"><name>Binding a New Key to the Rotated Access Token</name>

<t>If the client instance wishes to bind a new presentation key to an access token, the client
instance <bcp14>MUST</bcp14> present both the new key and previous key in the access token rotation request.
The client instance makes an HTTP POST as a JSON object with the following fields:</t>

<dl>
  <dt>
<spanx style="verb">key</spanx>:  </dt>
  <dd>
    <t>The new key value or reference in the format described in <xref target="key-format"/>. Note that keys
  passed by value are always public keys.</t>
  </dd>
  <dt>
<spanx style="verb">previous_key</spanx>:  </dt>
  <dd>
    <t>The previous key value or by reference in format described in <xref target="key-format"/>. Note that keys
  passed by value are always public keys.</t>
  </dd>
</dl>

<t>The <spanx style="verb">proof</spanx> method and parameters for the new key <bcp14>MUST</bcp14> be the same as those established for the
previous key.</t>

<t>The client instance <bcp14>MUST</bcp14> prove possession of both keys simultaneously in the rotation request. The
means of doing so varies depending on the proofing method in use. For example, the HTTP Message Signatures proofing method uses multiple signatures in the request as described in <xref target="httpsig-rotate"/>, as shown in this example.</t>

<figure><sourcecode type="http-message"><![CDATA[
POST /token/PRY5NM33OM4TB8N6BW7OZB8CDFONP219RP1L HTTP/1.1
Host: server.example.com
Authorization: GNAP OS9M2PMHKUR64TB8N6BW7OZB8CDFONP219RP1LT0
Signature-Input: sig1=..., sig2=("signature";key=sig1)...
Signature: sig1=..., sig2=...
Content-Digest: sha-256=...

{
    "key": {
        "proof": "httpsig",
        "jwk": {
            "kty": "RSA",
            "e": "AQAB",
            "kid": "xyz-2",
            "alg": "RS256",
            "n": "kOB5rR4Jv0GMeLaY6_It_r3ORwdf8ci_JtffXyaSx8xY..."
        }
    },
    "previous_key": {
        "proof": "httpsig",
        "jwk": {
            "kty": "RSA",
            "e": "AQAB",
            "kid": "xyz-1",
            "alg": "RS256",
            "n": "eLaY6_It_r3ORwdf8ci_JtffXyaSx8xYkOB5rR4Jv0GM..."
        }
    },
}
]]></sourcecode></figure>

<t>An attempt to change the <spanx style="verb">proof</spanx> method or parameters, including an attempt to rotate the key of a bearer token (which has no key), <bcp14>MUST</bcp14> result in a "invalid_rotation" error code returned from the AS.</t>

</section>
</section>
<section anchor="revoke-access-token"><name>Revoking the Access Token</name>

<t>If the client instance wishes to revoke the access token proactively, such as when
a user indicates to the client instance that they no longer wish for it to have
access or the client instance application detects that it is being uninstalled,
the client instance can use the token management URI to indicate to the AS that
the AS should invalidate the access token for all purposes.</t>

<t>The client instance makes an HTTP DELETE request to the token management
URI, presenting the access token and signing the request with
the appropriate key.</t>

<figure><sourcecode type="http-message"><![CDATA[
DELETE /token/PRY5NM33OM4TB8N6BW7OZB8CDFONP219RP1L HTTP/1.1
Host: server.example.com
Authorization: GNAP OS9M2PMHKUR64TB8N6BW7OZB8CDFONP219RP1LT0
Signature-Input: sig1=...
Signature: sig1=...
]]></sourcecode></figure>

<t>If the key presented is associated with the token (or the client instance, in
the case of a bearer token), the AS <bcp14>MUST</bcp14> invalidate the access token, if
possible, and return an HTTP 204 response code.</t>

<figure><sourcecode type="http-message"><![CDATA[
204 No Content
]]></sourcecode></figure>

<t>Though the AS <bcp14>MAY</bcp14> revoke an access token at any time for
any reason, the token management function is specifically for the client instance's use.
If the access token has already expired or has been revoked through other
means, the AS <bcp14>SHOULD</bcp14> honor the revocation request to
the token management URI as valid, since the end result is still the token
not being usable.</t>

</section>
</section>
<section anchor="secure-requests"><name>Securing Requests from the Client Instance</name>

<t>In GNAP, the client instance secures its requests to the AS and RS by presenting an access
token, presenting proof of a key that it possesses (aka, a "key proof"), or both an access token and
key proof together.</t>

<t><list style="symbols">
  <t>When an access token is used with a key proof, this is a bound token request. This type of
  request is used for calls to the RS as well as the AS during negotiation.</t>
  <t>When a key proof is used with no access token, this is a non-authorized signed request. This
  type of request is used for calls to the AS to initiate a negotiation.</t>
  <t>When an access token is used with no key proof, this is a bearer token request. This type of
  request is used only for calls to the RS, and only with access tokens that are
  not bound to any key as described in <xref target="response-token-single"/>.</t>
  <t>When neither an access token nor key proof are used, this is an unsecured request. This type
  of request is used optionally for calls to the RS as part of an RS-first discovery
  process as described in <xref target="rs-request-without-token"/>.</t>
</list></t>

<section anchor="key-format"><name>Key Formats</name>

<t>Several different places in GNAP require the presentation of key material
by value. Proof of this key material <bcp14>MUST</bcp14> be bound to a request, the nature of which varies with
the location in the protocol the key is used. For a key used as part of a client instance's initial request
in <xref target="request-client"/>, the key value is the client instance's public key, and
proof of that key <bcp14>MUST</bcp14> be presented in that request. For a key used as part of an
access token response in <xref target="response-token-single"/>, the proof of that key <bcp14>MUST</bcp14>
be used when presenting the access token.</t>

<dl>
  <dt>
<spanx style="verb">proof</spanx> (string or object):  </dt>
  <dd>
    <t>The form of proof that the client instance will use when
  presenting the key. The valid values of this field and
  the processing requirements for each are detailed in
  <xref target="binding-keys"/>. <bcp14>REQUIRED</bcp14>.</t>
  </dd>
</dl>

<t>A key presented by value <bcp14>MUST</bcp14> be a public key and <bcp14>MUST</bcp14> be presented in one and only one
supported format, as discussed in <xref target="security-multiple-key-formats"/>. Note that
while most formats present the full value of the public key, some
formats present a value cryptographically derived from the public key. See
additional discussion of the presentation of public keys in <xref target="security-symmetric"/>.</t>

<dl>
  <dt>
<spanx style="verb">jwk</spanx> (object):  </dt>
  <dd>
    <t>The public key and its properties represented as a JSON Web Key <xref target="RFC7517"/>.
  A JWK <bcp14>MUST</bcp14> contain the <spanx style="verb">alg</spanx> (Algorithm) and <spanx style="verb">kid</spanx> (Key ID) parameters. The <spanx style="verb">alg</spanx>
  parameter <bcp14>MUST NOT</bcp14> be "none". The <spanx style="verb">x5c</spanx> (X.509 Certificate Chain) parameter <bcp14>MAY</bcp14>
  be used to provide the X.509 representation of the provided public key.
  <bcp14>OPTIONAL</bcp14>.</t>
  </dd>
  <dt>
<spanx style="verb">cert</spanx> (string):  </dt>
  <dd>
    <t>PEM serialized value of the certificate used to
  sign the request, with optional internal whitespace per <xref target="RFC7468"/>. The
  PEM header and footer are optionally removed.
  <bcp14>OPTIONAL</bcp14>.</t>
  </dd>
  <dt>
<spanx style="verb">cert#S256</spanx> (string):  </dt>
  <dd>
    <t>The certificate thumbprint calculated as
  per <xref target="RFC8705">OAuth-MTLS</xref> in base64 URL
  encoding. Note that this format does not include
  the full public key.
  <bcp14>OPTIONAL</bcp14>.</t>
  </dd>
</dl>

<t>Additional key formats are defined in the <xref target="IANA-key-formats">Key Formats Registry</xref>.</t>

<t>This non-normative example shows a single key presented in two different formats. This example key is intended to be used with the <eref target="{{httpsig-binding}}">HTTP Message Signatures</eref>
proofing mechanism, as indicated by the <spanx style="verb">httpsig</spanx> value of the <spanx style="verb">proof</spanx> field.</t>

<t>As a JSON Web Key:</t>

<figure><sourcecode type="json"><![CDATA[
"key": {
    "proof": "httpsig",
    "jwk": {
        "kty": "RSA",
        "e": "AQAB",
        "kid": "xyz-1",
        "alg": "RS256",
        "n": "kOB5rR4Jv0GMeLaY6_It_r3ORwdf8ci_JtffXyaSx8xY..."
    }
}
]]></sourcecode></figure>

<t>As a certificate in PEM format:</t>

<figure><sourcecode type="json"><![CDATA[
"key": {
    "proof": "httpsig",
    "cert": "MIIEHDCCAwSgAwIBAgIBATANBgkqhkiG9w0BAQsFA..."
}
]]></sourcecode></figure>

<section anchor="key-reference"><name>Key References</name>

<t>Keys in GNAP can also be passed by reference such that the party receiving
the reference will be able to determine the appropriate keying material for
use in that part of the protocol.</t>

<figure><sourcecode type="json"><![CDATA[
    "key": "S-P4XJQ_RYJCRTSU1.63N3E"
]]></sourcecode></figure>

<t>Keys referenced in this manner <bcp14>MAY</bcp14> be shared symmetric keys. The key reference
<bcp14>MUST NOT</bcp14> contain any unencrypted private or shared symmetric key information.</t>

<t>Keys referenced in this manner <bcp14>MUST</bcp14> be bound to a single proofing mechanism.</t>

<t>The means of dereferencing this value are out of scope for this specification.
Commonly, key references are created by the AS and are not necessarily needed
to be dereferencable by the client. These types of key references are an
internal reference to the AS, such as an identifier of a record in a database.
In other applications, it can be useful to use key references that are resolvable
by both clients and ASs, which could be accomplished by e.g. a client publishing
a public key at a URI. For interoperability, this method could later be described
as an extension.</t>

</section>
<section anchor="key-protection"><name>Key Protection</name>

<t>The security of GNAP relies on the cryptographic security of the keys themselves.
When symmetric keys are used in GNAP, a key management system or secure key derivation mechanism <bcp14>MUST</bcp14> be used to supply the keys. Symmetric keys <bcp14>MUST NOT</bcp14> be a human memorable password or a value derived from one. Symmetric keys <bcp14>MUST NOT</bcp14> be passed by value from the client instance to the AS.</t>

<t>Additional security considerations apply when [rotating keys]{#security-key-rotation}.</t>

</section>
</section>
<section anchor="use-access-token"><name>Presenting Access Tokens</name>

<t>The method the client instance uses to send an access token depends on whether
the token is bound to a key, and if so which proofing method is associated
with the key. This information is conveyed by the
<spanx style="verb">key</spanx> parameter and the <spanx style="verb">bearer</spanx> flag in <xref target="response-token-single">the single</xref>
and <xref target="response-token-multiple">multiple access tokens</xref> responses.</t>

<t>If the <spanx style="verb">flags</spanx> field does not contain the <spanx style="verb">bearer</spanx> flag and the <spanx style="verb">key</spanx> is absent, the access token
<bcp14>MUST</bcp14> be sent using the same key and proofing mechanism that the client instance used
in its initial request (or its most recent rotation).</t>

<t>If the <spanx style="verb">flags</spanx> field does not contain the <spanx style="verb">bearer</spanx> flag and the <spanx style="verb">key</spanx> value is an object as
described in <xref target="key-format"/>, the access token <bcp14>MUST</bcp14> be sent using the key and proofing
mechanism defined by the value of the <spanx style="verb">proof</spanx> field within the key object.</t>

<t>The access token <bcp14>MUST</bcp14> be sent using the HTTP "Authorization" request header field and
the "GNAP" authorization scheme along with a key proof as described in <xref target="binding-keys"/>
for the key bound to the access token. For example, an "httpsig"-bound access token is sent as follows:</t>

<figure><sourcecode type="http-message"><![CDATA[
NOTE: '\' line wrapping per RFC 8792

GET /stuff HTTP/1.1
Host: resource.example.com
Authorization: GNAP 80UPRY5NM33OMUKMKSKU
Signature-Input: sig1=("@method" "@target-uri" "authorization")\
  ;created=1618884473;keyid="gnap-rsa"
Signature: sig1=:ThgXGQjGiJYQW8JYxcNypXk7wQWG8KZ6AtyKOrqNOkgoa8iWgm\
  feHLkRmT6BUj83DkLX84TQehhK3D5Lcgllhghuu2Pr3JmYVY7FFYwYAcfoISzVPKp\
  YyDbh/g34qOpFvlCYDgG94ZX16LAKlqYXWn5vYgealgm54zzCCnvyaLKViGVWz6PM\
  7rOIZqMQPOu6JceqdsiVn8xj2qTS9CWEmuJABtTnRoXNGVg8tUEQp7qt3F7tCI/AM\
  vHW4FAYrQbE47qQsjh4zPiES1EM+lHdA9fCE0OEsfabxB7Gr9GvkMyiApWTf/Zs45\
  IoJhr1OVtOCGVhEmoiNFreBTm7cTyTgg==:
]]></sourcecode></figure>

<t>If the <spanx style="verb">flags</spanx> field contains the <spanx style="verb">bearer</spanx> flag, the access token is a bearer token
that <bcp14>MUST</bcp14> be sent using the <spanx style="verb">Authorization Request Header Field</spanx> method defined in <xref target="RFC6750"/>.</t>

<figure><sourcecode type="http-message"><![CDATA[
Authorization: Bearer OS9M2PMHKUR64TB8N6BW7OZB8CDFONP219RP1LT0
]]></sourcecode></figure>

<t>The <spanx style="verb">Form-Encoded Body Parameter</spanx> and <spanx style="verb">URI Query Parameter</spanx> methods of <xref target="RFC6750"/> <bcp14>MUST NOT</bcp14>
be used.</t>

<t>The client software <bcp14>MUST</bcp14> reject as an "invalid_flag" error a situation where the <spanx style="verb">flags</spanx> field contains the <spanx style="verb">bearer</spanx> flag
and the <spanx style="verb">key</spanx> field is present with any value.</t>

</section>
<section anchor="binding-keys"><name>Proving Possession of a Key with a Request</name>

<t>Any keys presented by the client instance to the AS or RS <bcp14>MUST</bcp14> be validated as
part of the request in which they are presented. The type of binding
used is indicated by the <spanx style="verb">proof</spanx> parameter of the key object in <xref target="key-format"/>.
Key proof methods are specified either by a string, which consists of the key proof
method name on its own, or by a JSON object with one required field and any number of optional
parameters defined by the method:</t>

<dl>
  <dt>
<spanx style="verb">method</spanx>:  </dt>
  <dd>
    <t>The name of the key proofing method to be used.
  <bcp14>REQUIRED</bcp14>.</t>
  </dd>
</dl>

<t>Individual methods defined as objects <bcp14>MAY</bcp14> define additional parameters as members in this object.</t>

<t>Values for the <spanx style="verb">method</spanx> defined by this specification are as follows:</t>

<dl>
  <dt>
<spanx style="verb">"httpsig"</spanx> (string or object):  </dt>
  <dd>
    <t>HTTP Signing signature headers. See <xref target="httpsig-binding"/>.</t>
  </dd>
  <dt>
<spanx style="verb">"mtls"</spanx> (string):  </dt>
  <dd>
    <t>Mutual TLS certificate verification. See <xref target="mtls"/>.</t>
  </dd>
  <dt>
<spanx style="verb">"jwsd"</spanx> (string):  </dt>
  <dd>
    <t>A detached JWS signature header. See <xref target="detached-jws"/>.</t>
  </dd>
  <dt>
<spanx style="verb">"jws"</spanx> (string):  </dt>
  <dd>
    <t>Attached JWS payload. See <xref target="attached-jws"/>.</t>
  </dd>
</dl>

<t>Additional proofing methods are defined by the <xref target="IANA-key-proof-methods">Key Proofing Methods Registry</xref>.</t>

<t>In cases where a method's parameters can be set to omitted or set to default values, methods <bcp14>MAY</bcp14> be
defined as both an object and a string. For example, the <spanx style="verb">httpsig</spanx> method can be specified as an
object with its parameters explicitly declared, such as:</t>

<figure><sourcecode type="json"><![CDATA[
{
    "proof": {
        "method": "httpsig",
        "alg": "ecdsa-p384-sha384",
        "content-digest-alg": "sha-256"
    }
}
]]></sourcecode></figure>

<t>The <spanx style="verb">httpsig</spanx> method also defines defines default behavior when it is passed as a string form:</t>

<figure><sourcecode type="json"><![CDATA[
{
    "proof": "httpsig"
}
]]></sourcecode></figure>

<t>This is explicitly defined as the signature algorithm  specified by the associated key
material and the content digest is calculated using sha-512.</t>

<t>All key binding methods used by this specification <bcp14>MUST</bcp14> cover all relevant portions
of the request, including anything that would change the nature of the request, to allow
for secure validation of the request. Relevant aspects include
the URI being called, the HTTP method being used, any relevant HTTP headers and
values, and the HTTP message body itself. The verifier of the signed message
<bcp14>MUST</bcp14> validate all components of the signed message to ensure that nothing
has been tampered with or substituted in a way that would change the nature of
the request. Key binding method definitions <bcp14>SHOULD</bcp14> enumerate how these
requirements are fulfilled.</t>

<t>When a key proofing mechanism is bound to an access token, the key being presented <bcp14>MUST</bcp14>
be the key associated with the access token and the access token <bcp14>MUST</bcp14> be covered
by the signature method of the proofing mechanism.</t>

<t>The key binding methods in this section <bcp14>MAY</bcp14> be used by other components making calls
as part of GNAP, such as the extensions allowing the RS to make calls to the
AS defined in <xref target="I-D.ietf-gnap-resource-servers"/>. To facilitate this extended use, the
sections below are defined in generic terms of the "signer" and "verifier" of the HTTP message.
In the core functions of GNAP, the "signer" is the client instance and the "verifier"
is the AS or RS, as appropriate.</t>

<t>When used for delegation in GNAP, these key binding mechanisms allow
the AS to ensure that the keys presented by the client instance in the initial request are in
control of the party calling any follow-up or continuation requests. To facilitate
this requirement, the <xref target="response-continue">continuation response</xref> includes
an access token bound to the <xref target="request-client">client instance's key</xref>, and that key (or its most recent rotation)
<bcp14>MUST</bcp14> be proved in all continuation requests
<xref target="continue-request"/>. Token management requests <xref target="token-management"/> are similarly bound
to either the access token's own key or, in the case of bearer tokens, the client instance's key.</t>

<t>In the following sections, unless otherwise noted, the <spanx style="verb">RS256</spanx> JOSE Signature Algorithm is applied
using the following RSA key (presented here in JWK format):</t>

<figure><sourcecode type="json"><![CDATA[
NOTE: '\' line wrapping per RFC 8792

{
    "kid": "gnap-rsa",
    "p": "xS4-YbQ0SgrsmcA7xDzZKuVNxJe3pCYwdAe6efSy4hdDgF9-vhC5gjaRk\
        i1wWuERSMW4Tv44l5HNrL-Bbj_nCJxr_HAOaesDiPn2PnywwEfg3Nv95Nn-\
        eilhqXRaW-tJKEMjDHu_fmJBeemHNZI412gBnXdGzDVo22dvYoxd6GM",
    "kty": "RSA",
    "q": "rVdcT_uy-CD0GKVLGpEGRR7k4JO6Tktc8MEHkC6NIFXihk_6vAIOCzCD6\
        LMovMinOYttpRndKoGTNdJfWlDFDScAs8C5n2y1STCQPRximBY-bw39-aZq\
        JXMxOLyPjzuVgiTOCBIvLD6-8-mvFjXZk_eefD0at6mQ5qV3U1jZt88",
    "d": "FHlhdTF0ozTliDxMBffT6aJVKZKmbbFJOVNten9c3lXKB3ux3NAb_D2dB\
        7inp9EV23oWrDspFtvCvD9dZrXgRKMHofkEpo_SSvBZfgtH-OTkbY_TqtPF\
        FLPKAw0JX5cFPnn4Q2xE4n-dQ7tpRCKl59vZLHBrHShr90zqzFp0AKXU5fj\
        b1gC9LPwsFA2Fd7KXmI1drQQEVq9R-o18Pnn4BGQNQNjO_VkcJTiBmEIVT_\
        KJRPdpVJAmbgnYWafL_hAfeb_dK8p85yurEVF8nCK5oO3EPrqB7IL4UqaEn\
        5Sl3u0j8x5or-xrrAoNz-gdOv7ONfZY6NFoa-3f8q9wBAHUuQ",
    "e": "AQAB",
    "qi": "ogpNEkDKg22Rj9cDV_-PJBZaXMk66Fp557RT1tafIuqJRHEufSOYnsto\
        bWPJ0gHxv1gVJw3gm-zYvV-wTMNgr2wVsBSezSJjPSjxWZtmT2z68W1DuvK\
        kZy15vz7Jd85hmDlriGcXNCoFEUsGLWkpHH9RwPIzguUHWmTt8y0oXyI",
    "dp": "dvCKGI2G7RLh3WyjoJ_Dr6hZ3LhXweB3YcY3qdD9BnxZ71mrLiMQg4c_\
        EBnwqCETN_5sStn2cRc2JXnvLP3G8t7IFKHTT_i_TSTacJ7uT04MSa053Y3\
        RfwbvLjRNPR0UKAE3ZxROUoIaVNuU_6-QMf8-2ilUv2GIOrCN87gP_Vk",
    "alg": "RS256",
    "dq": "iMZmELaKgT9_W_MRT-UfDWtTLeFjIGRW8aFeVmZk9R7Pnyt8rNzyN-IQ\
        M40ql8u8J6vc2GmQGfokLlPQ6XLSCY68_xkTXrhoU1f-eDntkhP7L6XawSK\
        Onv5F2H7wyBQ75HUmHTg8AK2B_vRlMyFKjXbVlzKf4kvqChSGEz4IjQ",
    "n": "hYOJ-XOKISdMMShn_G4W9m20mT0VWtQBsmBBkI2cmRt4Ai8BfYdHsFzAt\
        YKOjpBR1RpKpJmVKxIGNy0g6Z3ad2XYsh8KowlyVy8IkZ8NMwSrcUIBZGYX\
        jHpwjzvfGvXH_5KJlnR3_uRUp4Z4Ujk2bCaKegDn11V2vxE41hqaPUnhRZx\
        e0jRETddzsE3mu1SK8dTCROjwUl14mUNo8iTrTm4n0qDadz8BkPo-uv4BC0\
        bunS0K3bA_3UgVp7zBlQFoFnLTO2uWp_muLEWGl67gBq9MO3brKXfGhi3kO\
        zywzwPTuq-cVQDyEN7aL0SxCb3Hc4IdqDaMg8qHUyObpPitDQ"
}
]]></sourcecode></figure>

<section anchor="httpsig-binding"><name>HTTP Message Signatures</name>

<t>This method is indicated by the method value <spanx style="verb">httpsig</spanx> and can be declared in either object
form or string form.</t>

<t>When the proof method is specified in object form, the following parameters are defined:</t>

<dl>
  <dt>
<spanx style="verb">alg</spanx>:  </dt>
  <dd>
    <t>The HTTP signature algorithm, from the HTTP Signature Algorithm registry. <bcp14>REQUIRED</bcp14>.</t>
  </dd>
  <dt>
<spanx style="verb">content-digest-alg</spanx>:  </dt>
  <dd>
    <t>The algorithm used for the Content-Digest field, used to protect the body. <bcp14>REQUIRED</bcp14>.</t>
  </dd>
</dl>

<t>This example uses the ECDSA signing algorithm over the P384 curve and the SHA-256 hashing
algorithm for the content digest.</t>

<figure><sourcecode type="json"><![CDATA[
{
    "proof": {
        "method": "httpsig",
        "alg": "ecdsa-p384-sha384",
        "content-digest-alg": "sha-256"
    }
}
]]></sourcecode></figure>

<t>When the proof method is specified in string form, the signing algorithm <bcp14>MUST</bcp14> be derived from the
key material (such as using the JWS algorithm in a JWK formatted key), and the content digest
algorithm <bcp14>MUST</bcp14> be <spanx style="verb">sha-512</spanx>.</t>

<figure><sourcecode type="json"><![CDATA[
{
    "proof": "httpsig"
}
]]></sourcecode></figure>

<t>When using this method, the signer creates an HTTP Message Signature as described in
<xref target="I-D.ietf-httpbis-message-signatures"/>. The covered components of the signature <bcp14>MUST</bcp14> include the
following:</t>

<dl>
  <dt>
<spanx style="verb">"@method"</spanx>:  </dt>
  <dd>
    <t>The method used in the HTTP request.</t>
  </dd>
  <dt>
<spanx style="verb">"@target-uri"</spanx>:  </dt>
  <dd>
    <t>The full request URI of the HTTP request.</t>
  </dd>
</dl>

<t>When the message contains a request body, the covered components <bcp14>MUST</bcp14> also include the following:</t>

<dl>
  <dt>
<spanx style="verb">"content-digest"</spanx>:  </dt>
  <dd>
    <t>The Content-Digest header as defined in <xref target="I-D.ietf-httpbis-digest-headers"/>. When the
  request message has a body, the signer <bcp14>MUST</bcp14> calculate this field value and include
  the field in the request. The verifier
  <bcp14>MUST</bcp14> validate this field value. <bcp14>REQUIRED</bcp14> when the message request contains a message body.</t>
  </dd>
</dl>

<t>When the request is bound to an access token, the covered components
<bcp14>MUST</bcp14> also include the following:</t>

<dl>
  <dt>
<spanx style="verb">"authorization"</spanx>:  </dt>
  <dd>
    <t>The Authorization header used to present the access token as discussed in
<xref target="use-access-token"/>.</t>
  </dd>
</dl>

<t>Other message components <bcp14>MAY</bcp14> also be included.</t>

<t>If the signer's key presented is a JWK, the <spanx style="verb">keyid</spanx> parameter of the signature <bcp14>MUST</bcp14> be set
to the <spanx style="verb">kid</spanx> value of the JWK, the signing algorithm used <bcp14>MUST</bcp14> be the JWS
algorithm denoted by the key's <spanx style="verb">alg</spanx> field, and the explicit <spanx style="verb">alg</spanx> signature
parameter <bcp14>MUST NOT</bcp14> be included.</t>

<t>In this example, the message body is the following JSON object:</t>

<figure><sourcecode type="json"><![CDATA[
NOTE: '\' line wrapping per RFC 8792

{
    "access_token": {
        "access": [
            "dolphin-metadata"
        ]
    },
    "interact": {
        "start": ["redirect"],
        "finish": {
            "method": "redirect",
            "uri": "https://client.foo/callback",
            "nonce": "VJLO6A4CAYLBXHTR0KRO"
        }
    },
    "client": {
      "key": {
        "proof": "httpsig",
        "jwk": {
            "kid": "gnap-rsa",
            "kty": "RSA",
            "e": "AQAB",
            "alg": "PS512",
            "n": "hYOJ-XOKISdMMShn_G4W9m20mT0VWtQBsmBBkI2cmRt4Ai8Bf\
  YdHsFzAtYKOjpBR1RpKpJmVKxIGNy0g6Z3ad2XYsh8KowlyVy8IkZ8NMwSrcUIBZG\
  YXjHpwjzvfGvXH_5KJlnR3_uRUp4Z4Ujk2bCaKegDn11V2vxE41hqaPUnhRZxe0jR\
  ETddzsE3mu1SK8dTCROjwUl14mUNo8iTrTm4n0qDadz8BkPo-uv4BC0bunS0K3bA_\
  3UgVp7zBlQFoFnLTO2uWp_muLEWGl67gBq9MO3brKXfGhi3kOzywzwPTuq-cVQDyE\
  N7aL0SxCb3Hc4IdqDaMg8qHUyObpPitDQ"
        }
      }
      "display": {
        "name": "My Client Display Name",
        "uri": "https://client.foo/"
      },
    }
}
]]></sourcecode></figure>

<t>This body is hashed for the Content-Digest header using <spanx style="verb">sha-256</spanx> into the following encoded value:</t>

<figure><artwork><![CDATA[
sha-256=:q2XBmzRDCREcS2nWo/6LYwYyjrlN1bRfv+HKLbeGAGg=:
]]></artwork></figure>

<t>The HTTP message signature input string is calculated to be the following:</t>

<figure><artwork><![CDATA[
NOTE: '\' line wrapping per RFC 8792

"@method": POST
"@target-uri": https://server.example.com/gnap
"content-digest": \
  sha-256=:q2XBmzRDCREcS2nWo/6LYwYyjrlN1bRfv+HKLbeGAGg=:
"content-length": 988
"content-type": application/json
"@signature-params": ("@method" "@target-uri" "content-digest" \
  "content-length" "content-type");created=1618884473;keyid="gnap-rsa"
]]></artwork></figure>

<t>This leads to the following full HTTP message request:</t>

<figure><sourcecode type="http-message"><![CDATA[
NOTE: '\' line wrapping per RFC 8792

POST /gnap HTTP/1.1
Host: server.example.com
Content-Type: application/json
Content-Length: 988
Content-Digest: sha-256=:q2XBmzRDCREcS2nWo/6LYwYyjrlN1bRfv+HKLbeGAG\
  g=:
Signature-Input: sig1=("@method" "@target-uri" "content-digest" \
  "content-length" "content-type");created=1618884473;keyid="gnap-rsa"
Signature: sig1=:EWJgAONk3D6542Scj8g51rYeMHw96cH2XiCMxcyL511wyemGcw\
  5PosYVO3eK+v+h1H+LiO4BjapL5ffZV+SgU8Q2v+qEDA4FrP0+/ni9W+lazjIrzNs\
  FAojwTlngMkAjZyDC/5+qUYB0KeEb4gnAhmuikv28DF30MT28yxCjeui2NGyzpPxB\
  cWk1K2Cxb6hS1WXUSZufFN9jOzrTg2c8/jcKkROKbLZLshF/oCuxAAgDabTqJy+qk\
  kz/Z/U5hI181qlTzNIYijnAvXzezlsLPZcMpJ1Au9APyBYAtDipAzyD6+IZl3rhzP\
  2leuCMCOvDxg9qA83LVtsqfjNJO+dEHA==:

{
    "access_token": {
        "access": [
            "dolphin-metadata"
        ]
    },
    "interact": {
        "start": ["redirect"],
        "finish": {
            "method": "redirect",
            "uri": "https://client.foo/callback",
            "nonce": "VJLO6A4CAYLBXHTR0KRO"
        }
    },
    "client": {
      "key": {
        "proof": "httpsig",
        "jwk": {
            "kid": "gnap-rsa",
            "kty": "RSA",
            "e": "AQAB",
            "alg": "PS512",
            "n": "hYOJ-XOKISdMMShn_G4W9m20mT0VWtQBsmBBkI2cmRt4Ai8Bf\
  YdHsFzAtYKOjpBR1RpKpJmVKxIGNy0g6Z3ad2XYsh8KowlyVy8IkZ8NMwSrcUIBZG\
  YXjHpwjzvfGvXH_5KJlnR3_uRUp4Z4Ujk2bCaKegDn11V2vxE41hqaPUnhRZxe0jR\
  ETddzsE3mu1SK8dTCROjwUl14mUNo8iTrTm4n0qDadz8BkPo-uv4BC0bunS0K3bA_\
  3UgVp7zBlQFoFnLTO2uWp_muLEWGl67gBq9MO3brKXfGhi3kOzywzwPTuq-cVQDyE\
  N7aL0SxCb3Hc4IdqDaMg8qHUyObpPitDQ"
        }
      }
      "display": {
        "name": "My Client Display Name",
        "uri": "https://client.foo/"
      },
    }
}
]]></sourcecode></figure>

<t>If the HTTP Message includes a message body, the verifier <bcp14>MUST</bcp14>
calculate and verify the value of the <spanx style="verb">Digest</spanx> or <spanx style="verb">Content-Digest</spanx> header. The verifier
<bcp14>MUST</bcp14> ensure that the signature covers all required message components. The verifier <bcp14>MUST</bcp14> validate
the signature against the expected key of the signer.</t>

<section anchor="httpsig-rotate"><name>Key Rotation using HTTP Message Signatures</name>

<t>When rotating a key using HTTP Message Signatures, the message, which includes the new public key
value or reference, is first signed with the old key. The message is then signed again with the new
key, including the signature from the old key under the signature of the new key.</t>

<t>For example, the following request to the token management endpoint for rotating a token value
contains both the old and new keys in the request. The message is first signed using the old key
and the resulting signature is placed in "sig1":</t>

<figure><sourcecode type="http-message"><![CDATA[
POST /token/PRY5NM33OM4TB8N6BW7OZB8CDFONP219RP1L HTTP/1.1
Host: server.example.com
Authorization: GNAP OS9M2PMHKUR64TB8N6BW7OZB8CDFONP219RP1LT0
Signature-Input: sig1=("authorization" "@method" "@created")\
    ;keyid="xyz-1"
Signature: sig1=...
Content-Digest: sha-256=...

{
    "key": {
        "proof": "httpsig",
        "jwk": {
            "kty": "RSA",
            "e": "AQAB",
            "kid": "xyz-2",
            "alg": "RS256",
            "n": "kOB5rR4Jv0GMeLaY6_It_r3ORwdf8ci_JtffXyaSx8xY..."
        }
    },
    "previous_key": {
        "proof": "httpsig",
        "jwk": {
            "kty": "RSA",
            "e": "AQAB",
            "kid": "xyz-1",
            "alg": "RS256",
            "n": "eLaY6_It_r3ORwdf8ci_JtffXyaSx8xYkOB5rR4Jv0GM..."
        }
    },
}
]]></sourcecode></figure>

<t>The signer then creates a new signature using the new key using the signature
value as its input to the signature base. Since the existing signature covers the required parts
of the message, they do not need to be repeated.</t>

<figure><artwork><![CDATA[
"signature";key="sig1"
"@signature-input": ("signature";key="sig1");keyid="xyz-2"
]]></artwork></figure>

<t>This signature is then added to the message:</t>

<figure><sourcecode type="http-message"><![CDATA[
POST /token/PRY5NM33OM4TB8N6BW7OZB8CDFONP219RP1L HTTP/1.1
Host: server.example.com
Authorization: GNAP OS9M2PMHKUR64TB8N6BW7OZB8CDFONP219RP1LT0
Signature-Input: sig1=("authorization" "@method" "@created")\
    ;keyid="xyz-1", sig2=("signature";key="sig1");keyid="xyz-2"
Signature: sig1=..., sig2=...
Content-Digest: sha-256=...

{
    "key": {
        "proof": "httpsig",
        "jwk": {
            "kty": "RSA",
            "e": "AQAB",
            "kid": "xyz-2",
            "alg": "RS256",
            "n": "kOB5rR4Jv0GMeLaY6_It_r3ORwdf8ci_JtffXyaSx8xY..."
        }
    },
    "previous_key": {
        "proof": "httpsig",
        "jwk": {
            "kty": "RSA",
            "e": "AQAB",
            "kid": "xyz-1",
            "alg": "RS256",
            "n": "eLaY6_It_r3ORwdf8ci_JtffXyaSx8xYkOB5rR4Jv0GM..."
        }
    },
}
]]></sourcecode></figure>

<t>The verifier <bcp14>MUST</bcp14> validate both signatures before processing the request for key rotation.</t>

</section>
</section>
<section anchor="mtls"><name>Mutual TLS</name>

<t>This method is indicated by the method value <spanx style="verb">mtls</spanx> in string form.</t>

<figure><sourcecode type="json"><![CDATA[
{
    "proof": "mtls"
}
]]></sourcecode></figure>

<t>The signer presents its TLS client certificate during TLS negotiation with the verifier.</t>

<t>In this example, the certificate is communicated to the application
through the <spanx style="verb">Client-Cert</spanx> header from a TLS reverse proxy, leading
to the following full HTTP request message:</t>

<figure><sourcecode type="http-message"><![CDATA[
POST /gnap HTTP/1.1
Host: server.example.com
Content-Type: application/jose
Content-Length: 1567
Client-Cert: \
  :MIIC6jCCAdKgAwIBAgIGAXjw74xPMA0GCSqGSIb3DQEBCwUAMDYxNDAyBgNVBAMM\
  K05JWU15QmpzRGp5QkM5UDUzN0Q2SVR6a3BEOE50UmppOXlhcEV6QzY2bVEwHhcN\
  MjEwNDIwMjAxODU0WhcNMjIwMjE0MjAxODU0WjA2MTQwMgYDVQQDDCtOSVlNeUJq\
  c0RqeUJDOVA1MzdENklUemtwRDhOdFJqaTl5YXBFekM2Nm1RMIIBIjANBgkqhkiG\
  9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhYOJ+XOKISdMMShn/G4W9m20mT0VWtQBsmBB\
  kI2cmRt4Ai8BfYdHsFzAtYKOjpBR1RpKpJmVKxIGNy0g6Z3ad2XYsh8KowlyVy8I\
  kZ8NMwSrcUIBZGYXjHpwjzvfGvXH/5KJlnR3/uRUp4Z4Ujk2bCaKegDn11V2vxE4\
  1hqaPUnhRZxe0jRETddzsE3mu1SK8dTCROjwUl14mUNo8iTrTm4n0qDadz8BkPo+\
  uv4BC0bunS0K3bA/3UgVp7zBlQFoFnLTO2uWp/muLEWGl67gBq9MO3brKXfGhi3k\
  OzywzwPTuq+cVQDyEN7aL0SxCb3Hc4IdqDaMg8qHUyObpPitDQIDAQABMA0GCSqG\
  SIb3DQEBCwUAA4IBAQBnYFK0eYHy+hVf2D58usj39lhL5znb/q9G35GBd/XsWfCE\
  wHuLOSZSUmG71bZtrOcx0ptle9bp2kKl4HlSTTfbtpuG5onSa3swRNhtKtUy5NH9\
  W/FLViKWfoPS3kwoEpC1XqKY6l7evoTCtS+kTQRSrCe4vbNprCAZRxz6z1nEeCgu\
  NMk38yTRvx8ihZpVOuU+Ih+dOtVe/ex5IAPYxlQsvtfhsUZqc7IyCcy72WHnRHlU\
  fn3pJm0S5270+Yls3Iv6h3oBAP19i906UjiUTNH3g0xMW+V4uLxgyckt4wD4Mlyv\
  jnaQ7Z3sR6EsXMocAbXHIAJhwKdtU/fLgdwL5vtx:


{
    "access_token": {
        "access": [
            "dolphin-metadata"
        ]
    },
    "interact": {
        "start": ["redirect"],
        "finish": {
            "method": "redirect",
            "uri": "https://client.foo/callback",
            "nonce": "VJLO6A4CAYLBXHTR0KRO"
        }
    },
    "client": {
      "key": {
        "proof": "mtls",
        "cert": "MIIC6jCCAdKgAwIBAgIGAXjw74xPMA0GCSqGSIb3DQEBCwUAMD\
  YxNDAyBgNVBAMMK05JWU15QmpzRGp5QkM5UDUzN0Q2SVR6a3BEOE50UmppOXlhcEV\
  6QzY2bVEwHhcNMjEwNDIwMjAxODU0WhcNMjIwMjE0MjAxODU0WjA2MTQwMgYDVQQD\
  DCtOSVlNeUJqc0RqeUJDOVA1MzdENklUemtwRDhOdFJqaTl5YXBFekM2Nm1RMIIBI\
  jANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhYOJ+XOKISdMMShn/G4W9m20mT\
  0VWtQBsmBBkI2cmRt4Ai8BfYdHsFzAtYKOjpBR1RpKpJmVKxIGNy0g6Z3ad2XYsh8\
  KowlyVy8IkZ8NMwSrcUIBZGYXjHpwjzvfGvXH/5KJlnR3/uRUp4Z4Ujk2bCaKegDn\
  11V2vxE41hqaPUnhRZxe0jRETddzsE3mu1SK8dTCROjwUl14mUNo8iTrTm4n0qDad\
  z8BkPo+uv4BC0bunS0K3bA/3UgVp7zBlQFoFnLTO2uWp/muLEWGl67gBq9MO3brKX\
  fGhi3kOzywzwPTuq+cVQDyEN7aL0SxCb3Hc4IdqDaMg8qHUyObpPitDQIDAQABMA0\
  GCSqGSIb3DQEBCwUAA4IBAQBnYFK0eYHy+hVf2D58usj39lhL5znb/q9G35GBd/Xs\
  WfCEwHuLOSZSUmG71bZtrOcx0ptle9bp2kKl4HlSTTfbtpuG5onSa3swRNhtKtUy5\
  NH9W/FLViKWfoPS3kwoEpC1XqKY6l7evoTCtS+kTQRSrCe4vbNprCAZRxz6z1nEeC\
  guNMk38yTRvx8ihZpVOuU+Ih+dOtVe/ex5IAPYxlQsvtfhsUZqc7IyCcy72WHnRHl\
  Ufn3pJm0S5270+Yls3Iv6h3oBAP19i906UjiUTNH3g0xMW+V4uLxgyckt4wD4Mlyv\
  jnaQ7Z3sR6EsXMocAbXHIAJhwKdtU/fLgdwL5vtx"
      }
      "display": {
        "name": "My Client Display Name",
        "uri": "https://client.foo/"
      },
    },
    "subject": {
        "formats": ["iss_sub", "opaque"]
    }
}
]]></sourcecode></figure>

<t>The verifier compares the TLS client certificate presented during
mutual TLS negotiation to the expected key of the signer. Since the
TLS connection covers the entire message, there are no additional
requirements to check.</t>

<t>Note that in many instances, the verifier will not do a full certificate
chain validation of the presented TLS client certificate, as the
means of trust for this certificate could be in something other than
a PKI system, such as a static registration or trust-on-first-use.
See <xref target="security-mtls"/> and <xref target="security-mtls-patterns"/> for some additional
considerations for this key proofing method.</t>

<section anchor="key-rotation-using-mtls"><name>Key Rotation using MTLS</name>

<t>Since it is not possible to present two client authenticated certificates to a mutual TLS
connection simultaneously, dynamic key rotation for this proofing method is not defined.
Instead, key rotation for MTLS-based client instances is expected to be managed through
deployment practices, as discussed in <xref target="security-mtls-patterns"/>.</t>

</section>
</section>
<section anchor="detached-jws"><name>Detached JWS</name>

<t>This method is indicated by the method value <spanx style="verb">jwsd</spanx> in string form.</t>

<figure><sourcecode type="json"><![CDATA[
{
    "proof": "jwsd"
}
]]></sourcecode></figure>

<t>The signer creates a JWS <xref target="RFC7515"/> object as follows:</t>

<t>To protect the request, the JOSE header of the signature contains the following
claims:</t>

<dl>
  <dt>
<spanx style="verb">kid</spanx> (string):  </dt>
  <dd>
    <t>The key identifier. <bcp14>REQUIRED</bcp14> if the key is presented in JWK format, this
<bcp14>MUST</bcp14> be the value of the <spanx style="verb">kid</spanx> field of the key.</t>
  </dd>
  <dt>
<spanx style="verb">alg</spanx> (string):  </dt>
  <dd>
    <t>The algorithm used to sign the request. <bcp14>MUST</bcp14> be appropriate to the key presented.
If the key is presented as a JWK, this <bcp14>MUST</bcp14> be equal to the <spanx style="verb">alg</spanx> parameter of the key. <bcp14>MUST NOT</bcp14> be <spanx style="verb">none</spanx>.
<bcp14>REQUIRED</bcp14>.</t>
  </dd>
  <dt>
<spanx style="verb">typ</spanx> (string):  </dt>
  <dd>
    <t>The type header, value ”gnap-binding+jwsd”. <bcp14>REQUIRED</bcp14>.</t>
  </dd>
  <dt>
<spanx style="verb">htm</spanx> (string):  </dt>
  <dd>
    <t>The HTTP Method used to make this request, as a case-sensitive ASCII string. Note that most public HTTP methods are in uppercase ASCII by convention. <bcp14>REQUIRED</bcp14>.</t>
  </dd>
  <dt>
<spanx style="verb">uri</spanx> (string):  </dt>
  <dd>
    <t>The HTTP URI used for this request. This value <bcp14>MUST</bcp14> be an absolute URI, including all path and query components and no fragment component. <bcp14>REQUIRED</bcp14>.</t>
  </dd>
  <dt>
<spanx style="verb">created</spanx> (integer):  </dt>
  <dd>
    <t>A timestamp of when the signature was created, in integer seconds since UNIX Epoch. <bcp14>REQUIRED</bcp14>.</t>
  </dd>
</dl>

<t>When the request is bound to an access token, the JOSE header <bcp14>MUST</bcp14> also include the following:</t>

<dl>
  <dt>
<spanx style="verb">ath</spanx> (string):  </dt>
  <dd>
    <t>The hash of the access token. The value <bcp14>MUST</bcp14> be the
result of Base64url encoding (with no padding) the SHA-256 digest
of the ASCII encoding of the associated access token's value. <bcp14>REQUIRED</bcp14>.</t>
  </dd>
</dl>

<t>If the HTTP request has a message body, such as an HTTP POST or PUT method,
the payload of the JWS object is the Base64url encoding (without padding)
of the SHA256 digest of the bytes of the body.
If the request being made does not have a message body, such as
an HTTP GET, OPTIONS, or DELETE method, the JWS signature is
calculated over an empty payload.</t>

<t>The signer presents the signed object in compact form
<xref target="RFC7515"/> in the Detached-JWS HTTP Header field.</t>

<t>In this example, the JOSE Header contains the following parameters:</t>

<figure><sourcecode type="json"><![CDATA[
{
    "alg": "RS256",
    "kid": "gnap-rsa",
    "uri": "https://server.example.com/gnap",
    "htm": "POST",
    "typ": "gnap-binding+jwsd",
    "created": 1618884475
}
]]></sourcecode></figure>

<t>The request body is the following JSON object:</t>

<figure><sourcecode type="json"><![CDATA[
NOTE: '\' line wrapping per RFC 8792

{
    "access_token": {
        "access": [
            "dolphin-metadata"
        ]
    },
    "interact": {
        "start": ["redirect"],
        "finish": {
            "method": "redirect",
            "uri": "https://client.foo/callback",
            "nonce": "VJLO6A4CAYLBXHTR0KRO"
        }
    },
    "client": {
      "key": {
        "proof": "jwsd",
        "jwk": {
            "kid": "gnap-rsa",
            "kty": "RSA",
            "e": "AQAB",
            "alg": "RS256",
            "n": "hYOJ-XOKISdMMShn_G4W9m20mT0VWtQBsmBBkI2cmRt4Ai8Bf\
  YdHsFzAtYKOjpBR1RpKpJmVKxIGNy0g6Z3ad2XYsh8KowlyVy8IkZ8NMwSrcUIBZG\
  YXjHpwjzvfGvXH_5KJlnR3_uRUp4Z4Ujk2bCaKegDn11V2vxE41hqaPUnhRZxe0jR\
  ETddzsE3mu1SK8dTCROjwUl14mUNo8iTrTm4n0qDadz8BkPo-uv4BC0bunS0K3bA_\
  3UgVp7zBlQFoFnLTO2uWp_muLEWGl67gBq9MO3brKXfGhi3kOzywzwPTuq-cVQDyE\
  N7aL0SxCb3Hc4IdqDaMg8qHUyObpPitDQ"
        }
      }
      "display": {
        "name": "My Client Display Name",
        "uri": "https://client.foo/"
      },
    }
}
]]></sourcecode></figure>

<t>This is hashed to the following Base64 encoded value:</t>

<figure><artwork><![CDATA[
PGiVuOZUcN1tRtUS6tx2b4cBgw9mPgXG3IPB3wY7ctc
]]></artwork></figure>

<t>This leads to the following full HTTP request message:</t>

<figure><sourcecode type="http-message"><![CDATA[
NOTE: '\' line wrapping per RFC 8792

POST /gnap HTTP/1.1
Host: server.example.com
Content-Type: application/json
Content-Length: 983
Detached-JWS: eyJhbGciOiJSUzI1NiIsImNyZWF0ZWQiOjE2MTg4ODQ0NzUsImh0b\
  SI6IlBPU1QiLCJraWQiOiJnbmFwLXJzYSIsInR5cCI6ImduYXAtYmluZGluZytqd3\
  NkIiwidXJpIjoiaHR0cHM6Ly9zZXJ2ZXIuZXhhbXBsZS5jb20vZ25hcCJ9.PGiVuO\
  ZUcN1tRtUS6tx2b4cBgw9mPgXG3IPB3wY7ctc.fUq-SV-A1iFN2MwCRW_yolVtT2_\
  TZA2h5YeXUoi5F2Q2iToC0Tc4drYFOSHIX68knd68RUA7yHqCVP-ZQEd6aL32H69e\
  9zuMiw6O_s4TBKB3vDOvwrhYtDH6fX2hP70cQoO-47OwbqP-ifkrvI3hVgMX9TfjV\
  eKNwnhoNnw3vbu7SNKeqJEbbwZfpESaGepS52xNBlDNMYBQQXxM9OqKJaXffzLFEl\
  -Xe0UnfolVtBraz3aPrPy1C6a4uT7wLda3PaTOVtgysxzii3oJWpuz0WP5kRujzDF\
  wX_EOzW0jsjCSkL-PXaKSpZgEjNjKDMg9irSxUISt1C1T6q3SzRgfuQ


{
    "access_token": {
        "access": [
            "dolphin-metadata"
        ]
    },
    "interact": {
        "start": ["redirect"],
        "finish": {
            "method": "redirect",
            "uri": "https://client.foo/callback",
            "nonce": "VJLO6A4CAYLBXHTR0KRO"
        }
    },
    "client": {
      "key": {
        "proof": "jwsd",
        "jwk": {
            "kid": "gnap-rsa",
            "kty": "RSA",
            "e": "AQAB",
            "alg": "RS256",
            "n": "hYOJ-XOKISdMMShn_G4W9m20mT0VWtQBsmBBkI2cmRt4Ai8Bf\
  YdHsFzAtYKOjpBR1RpKpJmVKxIGNy0g6Z3ad2XYsh8KowlyVy8IkZ8NMwSrcUIBZG\
  YXjHpwjzvfGvXH_5KJlnR3_uRUp4Z4Ujk2bCaKegDn11V2vxE41hqaPUnhRZxe0jR\
  ETddzsE3mu1SK8dTCROjwUl14mUNo8iTrTm4n0qDadz8BkPo-uv4BC0bunS0K3bA_\
  3UgVp7zBlQFoFnLTO2uWp_muLEWGl67gBq9MO3brKXfGhi3kOzywzwPTuq-cVQDyE\
  N7aL0SxCb3Hc4IdqDaMg8qHUyObpPitDQ"
        }
      }
      "display": {
        "name": "My Client Display Name",
        "uri": "https://client.foo/"
      },
    }
}
]]></sourcecode></figure>

<t>When the verifier receives the Detached-JWS header, it <bcp14>MUST</bcp14> parse and
validate the JWS object. The signature <bcp14>MUST</bcp14> be validated against the
expected key of the signer. All required fields <bcp14>MUST</bcp14> be present
and their values <bcp14>MUST</bcp14> be valid. If the HTTP message request contains
a body, the verifier <bcp14>MUST</bcp14> calculate the hash of body just as
the signer does, with no normalization or transformation of the request.</t>

<t>Note that this proof method depends on a specific cryptographic algorithm, SHA-256, in two ways:
the <spanx style="verb">ath</spanx> hash algorithm is hardcoded, and computing the payload of the detached/attached signature
also uses a hardcoded hash. A future version of this document may address crypto-agility for both
these uses by replacing ath with a new header that upgrades the algorithm, and possibly defining a
new header that indicates the HTTP content's hash method.</t>

<section anchor="key-rotation-using-detached-jws"><name>Key Rotation using Detached JWS</name>

<t>When rotating a key using Detached JWS, the message, which includes the new public key value or
reference, is first signed with the old key using a JWS object with <spanx style="verb">typ</spanx> header value
”gnap-binding-rotation+jwsd”. The value of the JWS object is then taken as the payload of a new JWS
object, to be signed by the new key.</t>

</section>
</section>
<section anchor="attached-jws"><name>Attached JWS</name>

<t>This method is indicated by the method value <spanx style="verb">jws</spanx> in string form.</t>

<figure><sourcecode type="json"><![CDATA[
{
    "proof": "jws"
}
]]></sourcecode></figure>

<t>The signer creates a JWS <xref target="RFC7515"/> object as follows:</t>

<t>To protect the request, the JWS header contains the following claims.</t>

<dl>
  <dt>
<spanx style="verb">kid</spanx> (string):  </dt>
  <dd>
    <t>The key identifier. <bcp14>REQUIRED</bcp14> if the key is presented in JWK format, this
<bcp14>MUST</bcp14> be the value of the <spanx style="verb">kid</spanx> field of the key.</t>
  </dd>
  <dt>
<spanx style="verb">alg</spanx> (string):  </dt>
  <dd>
    <t>The algorithm used to sign the request. <bcp14>MUST</bcp14> be appropriate to the key presented.
If the key is presented as a JWK, this <bcp14>MUST</bcp14> be equal to the <spanx style="verb">alg</spanx> parameter of the key. <bcp14>MUST NOT</bcp14> be <spanx style="verb">none</spanx>.
<bcp14>REQUIRED</bcp14>.</t>
  </dd>
  <dt>
<spanx style="verb">typ</spanx> (string):  </dt>
  <dd>
    <t>The type header, value ”gnap-binding+jwsd”. <bcp14>REQUIRED</bcp14>.</t>
  </dd>
  <dt>
<spanx style="verb">htm</spanx> (string):  </dt>
  <dd>
    <t>The HTTP Method used to make this request, as a case-sensitive ASCII string. (Note that most public HTTP methods are in uppercase.) <bcp14>REQUIRED</bcp14>.</t>
  </dd>
  <dt>
<spanx style="verb">uri</spanx> (string):  </dt>
  <dd>
    <t>The HTTP URI used for this request, including all path and query components and no fragment component. <bcp14>REQUIRED</bcp14>.</t>
  </dd>
  <dt>
<spanx style="verb">created</spanx> (integer):  </dt>
  <dd>
    <t>A timestamp of when the signature was created, in integer seconds since UNIX Epoch. <bcp14>REQUIRED</bcp14>.</t>
  </dd>
</dl>

<t>When the request is bound to an access token, the JOSE header <bcp14>MUST</bcp14> also include the following:</t>

<dl>
  <dt>
<spanx style="verb">ath</spanx> (string):  </dt>
  <dd>
    <t>The hash of the access token. The value <bcp14>MUST</bcp14> be the
result of Base64url encoding (with no padding) the SHA-256 digest
of the ASCII encoding of the associated access token's value. <bcp14>REQUIRED</bcp14>.</t>
  </dd>
</dl>

<t>If the HTTP request has a message body, such as an HTTP POST or PUT method,
the payload of the JWS object is the JSON serialized body of the request, and
the object is signed according to JWS and serialized into compact form <xref target="RFC7515"/>.
The signer presents the JWS as the body of the request along with a
content type of <spanx style="verb">application/jose</spanx>. The verifier
<bcp14>MUST</bcp14> extract the payload of the JWS and treat it as the request body
for further processing.</t>

<t>If the request being made does not have a message body, such as
an HTTP GET, OPTIONS, or DELETE method, the JWS signature is
calculated over an empty payload and passed in the <spanx style="verb">Detached-JWS</spanx>
header as described in <xref target="detached-jws"/>.</t>

<t>In this example, the JOSE header contains the following parameters:</t>

<figure><sourcecode type="json"><![CDATA[
{
    "alg": "RS256",
    "kid": "gnap-rsa",
    "uri": "https://server.example.com/gnap",
    "htm": "POST",
    "typ": "gnap-binding+jwsd",
    "created": 1618884475
}
]]></sourcecode></figure>

<t>The request body, used as the JWS Payload, is the following JSON object:</t>

<figure><sourcecode type="json"><![CDATA[
NOTE: '\' line wrapping per RFC 8792

{
    "access_token": {
        "access": [
            "dolphin-metadata"
        ]
    },
    "interact": {
        "start": ["redirect"],
        "finish": {
            "method": "redirect",
            "uri": "https://client.foo/callback",
            "nonce": "VJLO6A4CAYLBXHTR0KRO"
        }
    },
    "client": {
      "key": {
        "proof": "jws",
        "jwk": {
            "kid": "gnap-rsa",
            "kty": "RSA",
            "e": "AQAB",
            "alg": "RS256",
            "n": "hYOJ-XOKISdMMShn_G4W9m20mT0VWtQBsmBBkI2cmRt4Ai8Bf\
  YdHsFzAtYKOjpBR1RpKpJmVKxIGNy0g6Z3ad2XYsh8KowlyVy8IkZ8NMwSrcUIBZG\
  YXjHpwjzvfGvXH_5KJlnR3_uRUp4Z4Ujk2bCaKegDn11V2vxE41hqaPUnhRZxe0jR\
  ETddzsE3mu1SK8dTCROjwUl14mUNo8iTrTm4n0qDadz8BkPo-uv4BC0bunS0K3bA_\
  3UgVp7zBlQFoFnLTO2uWp_muLEWGl67gBq9MO3brKXfGhi3kOzywzwPTuq-cVQDyE\
  N7aL0SxCb3Hc4IdqDaMg8qHUyObpPitDQ"
        }
      }
      "display": {
        "name": "My Client Display Name",
        "uri": "https://client.foo/"
      },
    },
    "subject": {
        "formats": ["iss_sub", "opaque"]
    }
}

]]></sourcecode></figure>

<t>This leads to the following full HTTP request message:</t>

<figure><sourcecode type="http-message"><![CDATA[
NOTE: '\' line wrapping per RFC 8792

POST /gnap HTTP/1.1
Host: server.example.com
Content-Type: application/jose
Content-Length: 1047

eyJhbGciOiJSUzI1NiIsImNyZWF0ZWQiOjE2MTg4ODQ0NzUsImh0bSI6IlBPU1QiLCJ\
raWQiOiJnbmFwLXJzYSIsInR5cCI6ImduYXAtYmluZGluZytqd3NkIiwidXJpIjoiaH\
R0cHM6Ly9zZXJ2ZXIuZXhhbXBsZS5jb20vZ25hcCJ9.CnsKICAgICJhY2Nlc3NfdG9r\
ZW4iOiB7CiAgICAgICAgImFjY2VzcyI6IFsKICAgICAgICAgICAgImRvbHBoaW4tbWV\
0YWRhdGEiCiAgICAgICAgXQogICAgfSwKICAgICJpbnRlcmFjdCI6IHsKICAgICAgIC\
Aic3RhcnQiOiBbInJlZGlyZWN0Il0sCiAgICAgICAgImZpbmlzaCI6IHsKICAgICAgI\
CAgICAgIm1ldGhvZCI6ICJyZWRpcmVjdCIsCiAgICAgICAgICAgICJ1cmkiOiAiaHR0\
cHM6Ly9jbGllbnQuZm9vL2NhbGxiYWNrIiwKICAgICAgICAgICAgIm5vbmNlIjogIlZ\
KTE82QTRDQVlMQlhIVFIwS1JPIgogICAgICAgIH0KICAgIH0sCiAgICAiY2xpZW50Ij\
ogewogICAgICAicHJvb2YiOiAiandzIiwKICAgICAgImtleSI6IHsKICAgICAgICAia\
ndrIjogewogICAgICAgICAgICAia2lkIjogImduYXAtcnNhIiwKICAgICAgICAgICAg\
Imt0eSI6ICJSU0EiLAogICAgICAgICAgICAiZSI6ICJBUUFCIiwKICAgICAgICAgICA\
gImFsZyI6ICJSUzI1NiIsCiAgICAgICAgICAgICJuIjogImhZT0otWE9LSVNkTU1TaG\
5fRzRXOW0yMG1UMFZXdFFCc21CQmtJMmNtUnQ0QWk4QmZZZEhzRnpBdFlLT2pwQlIxU\
nBLcEptVkt4SUdOeTBnNlozYWQyWFlzaDhLb3dseVZ5OElrWjhOTXdTcmNVSUJaR1lY\
akhwd2p6dmZHdlhIXzVLSmxuUjNfdVJVcDRaNFVqazJiQ2FLZWdEbjExVjJ2eEU0MWh\
xYVBVbmhSWnhlMGpSRVRkZHpzRTNtdTFTSzhkVENST2p3VWwxNG1VTm84aVRyVG00bj\
BxRGFkejhCa1BvLXV2NEJDMGJ1blMwSzNiQV8zVWdWcDd6QmxRRm9GbkxUTzJ1V3Bfb\
XVMRVdHbDY3Z0JxOU1PM2JyS1hmR2hpM2tPenl3endQVHVxLWNWUUR5RU43YUwwU3hD\
YjNIYzRJZHFEYU1nOHFIVXlPYnBQaXREUSIKICAgICAgICB9CiAgICAgIH0KICAgICA\
gImRpc3BsYXkiOiB7CiAgICAgICAgIm5hbWUiOiAiTXkgQ2xpZW50IERpc3BsYXkgTm\
FtZSIsCiAgICAgICAgInVyaSI6ICJodHRwczovL2NsaWVudC5mb28vIgogICAgICB9L\
AogICAgfSwKICAgICJzdWJqZWN0IjogewogICAgICAgICJmb3JtYXRzIjogWyJpc3Nf\
c3ViIiwgIm9wYXF1ZSJdCiAgICB9Cn0K.MwNoVMQp5hVxI0mCs9LlOUdFtkDXaA1_eT\
vOXq7DOGrtDKH7q4vP2xUq3fH2jRAZqnobo0WdPP3eM3NH5QUjW8pa6_QpwdIWkK7r-\
u_52puE0lPBp7J4U2w4l9gIbg8iknsmWmXeY5F6wiGT8ptfuEYGgmloAJd9LIeNvD3U\
LW2h2dz1Pn2eDnbyvgB0Ugae0BoZB4f69fKWj8Z9wvTIjk1LZJN1PcL7_zT8Lrlic9a\
PyzT7Q9ovkd1s-4whE7TrnGUzFc5mgWUn_gsOpsP5mIIljoEEv-FqOW2RyNYulOZl0Q\
8EnnDHV_vPzrHlUarbGg4YffgtwkQhdK72-JOxYQ
]]></sourcecode></figure>

<t>When the verifier receives an attached JWS request, it <bcp14>MUST</bcp14> parse and
validate the JWS object. The signature <bcp14>MUST</bcp14> be validated against the
expected key of the signer. All required fields <bcp14>MUST</bcp14> be present
and their values <bcp14>MUST</bcp14> be valid. If the HTTP message request contains
a body, the verifier <bcp14>MUST</bcp14> decode the payload of the JWS object and
treat this as the HTTP message body.</t>

<t>Note that this proof method depends on a specific cryptographic algorithm, SHA-256, in two ways:
the <spanx style="verb">ath</spanx> hash algorithm is hardcoded, and computing the payload of the detached/attached signature
also uses a hardcoded hash. A future version of this document may address crypto-agility for both
these uses by replacing ath with a new header that upgrades the algorithm, and possibly defining a
new header that indicates the HTTP content's hash method.</t>

<section anchor="key-rotation-using-attached-jws"><name>Key Rotation using Attached JWS</name>

<t>When rotating a key using Attached JWS, the message, which includes the new public key value or reference, is first signed with the old key using a JWS object with <spanx style="verb">typ</spanx> header value ”gnap-binding-rotation+jwsd”. The value of the JWS object is then taken as the payload of a new JWS object, to be signed by the new key.</t>

</section>
</section>
</section>
</section>
<section anchor="resource-access-rights"><name>Resource Access Rights</name>

<t>GNAP provides a rich structure for describing the protected resources
hosted by RSs and accessed by client software. This structure is used when
the client instance <xref target="request-token">requests an access token</xref> and when
an <xref target="response-token">access token is returned</xref>.</t>

<t>The root of this structure is a JSON array. The elements of the JSON
array represent rights of access that are associated with the
the access token. The resulting access is the union of all elements
within the array.</t>

<t>The access associated with the access token is described
using objects that each contain multiple
dimensions of access. Each object contains a <bcp14>REQUIRED</bcp14> <spanx style="verb">type</spanx>
property that determines the type of API that the token is used for.</t>

<dl>
  <dt>
<spanx style="verb">type</spanx> (string):  </dt>
  <dd>
    <t>The type of resource request as a string. This field <bcp14>MAY</bcp14>
    define which other fields are allowed in the request object.
    <bcp14>REQUIRED</bcp14>.</t>
  </dd>
</dl>

<t>The value of the <spanx style="verb">type</spanx> field is under the control of the AS.
This field <bcp14>MUST</bcp14> be compared using an exact byte match of the string
value against known types by the AS.  The AS <bcp14>MUST</bcp14> ensure that there
is no collision between different authorization data types that it
supports.  The AS <bcp14>MUST NOT</bcp14> do any collation or normalization of data
types during comparison. It is <bcp14>RECOMMENDED</bcp14> that designers of general-purpose
APIs use a URI for this field to avoid collisions between multiple
API types protected by a single AS.</t>

<t>While it is expected that many APIs will have their own properties, a set of
common properties are defined here. Specific API implementations
<bcp14>SHOULD NOT</bcp14> re-use these fields with different semantics or syntax. The
available values for these properties are determined by the API
being protected at the RS. All values are <bcp14>OPTIONAL</bcp14> at the discretion of the
API definition.</t>

<dl>
  <dt>
<spanx style="verb">actions</spanx> (array of strings):  </dt>
  <dd>
    <t>The types of actions the client instance will take at the RS as an array of strings.
  For example, a client instance asking for a combination of "read" and "write" access.</t>
  </dd>
  <dt>
<spanx style="verb">locations</spanx> (array of strings):  </dt>
  <dd>
    <t>The location of the RS as an array of
  strings. These strings are typically URIs identifying the
  location of the RS.</t>
  </dd>
  <dt>
<spanx style="verb">datatypes</spanx> (array of strings):  </dt>
  <dd>
    <t>The kinds of data available to the client instance at the RS's API as an
  array of strings. For example, a client instance asking for access to
  raw "image" data and "metadata" at a photograph API.</t>
  </dd>
  <dt>
<spanx style="verb">identifier</spanx> (string):  </dt>
  <dd>
    <t>A string identifier indicating a specific resource at the RS.
  For example, a patient identifier for a medical API or
  a bank account number for a financial API.</t>
  </dd>
  <dt>
<spanx style="verb">privileges</spanx> (array of strings):  </dt>
  <dd>
    <t>The types or levels of privilege being requested at the resource. For example, a client
  instance asking for administrative level access, or access when the resource owner
  is no longer online.</t>
  </dd>
</dl>

<t>The following non-normative example is describing three kinds of access (read, write, delete) to each of
two different locations and two different data types (metadata, images) for a single access token
using the fictitious <spanx style="verb">photo-api</spanx> type definition.</t>

<figure><sourcecode type="json"><![CDATA[
"access": [
    {
        "type": "photo-api",
        "actions": [
            "read",
            "write",
            "delete"
        ],
        "locations": [
            "https://server.example.net/",
            "https://resource.local/other"
        ],
        "datatypes": [
            "metadata",
            "images"
        ]
    }
]
]]></sourcecode></figure>

<t>The access requested for a given object when using these fields
is the cross-product of all fields of the object. That is to
say, the object represents a request for all <spanx style="verb">actions</spanx> listed
to be used at all <spanx style="verb">locations</spanx> listed for all possible <spanx style="verb">datatypes</spanx>
listed within the object. Assuming the request above was granted,
the client instance could assume that it
would be able to do a <spanx style="verb">read</spanx> action against the <spanx style="verb">images</spanx> on the first server
as well as a <spanx style="verb">delete</spanx> action on the <spanx style="verb">metadata</spanx> of the second server, or any other
combination of these fields, using the same access token.</t>

<t>To request a different combination of access,
such as requesting one of the possible <spanx style="verb">actions</spanx> against one of the possible <spanx style="verb">locations</spanx>
and a different choice of possible <spanx style="verb">actions</spanx> against a different one of the possible <spanx style="verb">locations</spanx>, the
client instance can include multiple separate objects in the <spanx style="verb">resources</spanx> array.
The following non-normative example uses the same fictitious <spanx style="verb">photo-api</spanx>
type definition to request a single access token with more specifically
targeted access rights by using two discrete objects within the request.</t>

<figure><sourcecode type="json"><![CDATA[
"access": [
    {
        "type": "photo-api",
        "actions": [
            "read"
        ],
        "locations": [
            "https://server.example.net/"
        ],
        "datatypes": [
            "images"
        ]
    },
    {
        "type": "photo-api",
        "actions": [
            "write",
            "delete"
        ],
        "locations": [
            "https://resource.local/other"
        ],
        "datatypes": [
            "metadata"
        ]
    }
]
]]></sourcecode></figure>

<t>The access requested here is for <spanx style="verb">read</spanx> access to <spanx style="verb">images</spanx> on one server
while simultaneously requesting <spanx style="verb">write</spanx> and <spanx style="verb">delete</spanx> access for <spanx style="verb">metadata</spanx> on a different
server, but importantly without requesting <spanx style="verb">write</spanx> or <spanx style="verb">delete</spanx> access to <spanx style="verb">images</spanx> on the
first server.</t>

<t>It is anticipated that API designers will use a combination
of common fields defined in this specification as well as
fields specific to the API itself. The following non-normative
example shows the use of both common and API-specific fields as
part of two different fictitious API <spanx style="verb">type</spanx> values. The first
access request includes the <spanx style="verb">actions</spanx>, <spanx style="verb">locations</spanx>, and <spanx style="verb">datatypes</spanx>
fields specified here as well as the API-specific <spanx style="verb">geolocation</spanx>
field. The second access request includes the <spanx style="verb">actions</spanx> and
<spanx style="verb">identifier</spanx> fields specified here as well as the API-specific
<spanx style="verb">currency</spanx> field.</t>

<figure><sourcecode type="json"><![CDATA[
"access": [
    {
        "type": "photo-api",
        "actions": [
            "read",
            "write"
        ],
        "locations": [
            "https://server.example.net/",
            "https://resource.local/other"
        ],
        "datatypes": [
            "metadata",
            "images"
        ],
        "geolocation": [
            { lat: -32.364, lng: 153.207 },
            { lat: -35.364, lng: 158.207 }
        ]
    },
    {
        "type": "financial-transaction",
        "actions": [
            "withdraw"
        ],
        "identifier": "account-14-32-32-3",
        "currency": "USD"
    }
]
]]></sourcecode></figure>

<t>If this request is approved,
the <xref target="response-token-single">resulting access token</xref>'s access rights will be
the union of the requested types of access for each of the two APIs, just as above.</t>

<section anchor="resource-access-reference"><name>Requesting Resources By Reference</name>

<t>Instead of sending an <xref target="resource-access-rights">object describing the requested resource</xref>,
access rights <bcp14>MAY</bcp14> be communicated as a string known to
the AS representing the access being requested. Just like access rights communicated
as an object, access rights communicated as reference strings indicate a specific
access at a protected resource. In the following non-normative example,
three distinct resource access rights are being requested.</t>

<figure><sourcecode type="json"><![CDATA[
"access": [
    "read", "dolphin-metadata", "some other thing"
]
]]></sourcecode></figure>

<t>This value is opaque to the client instance and <bcp14>MAY</bcp14> be any
valid JSON string, and therefore could include spaces, unicode
characters, and properly escaped string sequences. However, in some
situations the value is intended to be
seen and understood by the client software's developer. In such cases, the
API designer choosing any such human-readable strings <bcp14>SHOULD</bcp14> take steps
to ensure the string values are not easily confused by a developer,
such as by limiting the strings to easily disambiguated characters.</t>

<t>In order to facilitate the use of both object and reference strings to access the same
kind of APIs, the API designer can define a clear mapping between these forms.
One possible approach for choosing reference string values is to use the same value as the
<spanx style="verb">type</spanx> parameter from the fully-specified object, with the API defining a set of default
behaviors in this case. For example, an API definition could declare the following string:</t>

<figure><sourcecode type="json"><![CDATA[
"access": [
    "photo-api"
]
]]></sourcecode></figure>

<t>As being equivalent to the following fully-defined object:</t>

<figure><sourcecode type="json"><![CDATA[
"access": [
    {
        "type": "photo-api",
        "actions": [ "read", "write", "delete" ],
        "datatypes": [ "metadata", "image" ]
    }
]
]]></sourcecode></figure>

<t>The exact mechanisms for relating reference strings is up to the API designer. These are enforced
by the AS, and the details are out of scope for this specification.</t>

<t>This functionality is similar in practice to OAuth 2.0's <spanx style="verb">scope</spanx> parameter <xref target="RFC6749"/>, where a single string
represents the set of access rights requested by the client instance. As such, the reference
string could contain any valid OAuth 2.0 scope value as in <xref target="example-oauth2"/>. Note that the reference
string here is not bound to the same character restrictions as in OAuth 2.0's <spanx style="verb">scope</spanx> definition.</t>

<t>A single <spanx style="verb">access</spanx> array <bcp14>MAY</bcp14> include both object-type and
string-type resource items. In this non-normative example,
the client instance is requesting access to a <spanx style="verb">photo-api</spanx> and <spanx style="verb">financial-transaction</spanx> API type
as well as the reference values of <spanx style="verb">read</spanx>, <spanx style="verb">dolphin-metadata</spanx>, and <spanx style="verb">some other thing</spanx>.</t>

<figure><sourcecode type="json"><![CDATA[
"access": [
    {
        "type": "photo-api",
        "actions": [
            "read",
            "write",
            "delete"
        ],
        "locations": [
            "https://server.example.net/",
            "https://resource.local/other"
        ],
        "datatypes": [
            "metadata",
            "images"
        ]
    },
    "read",
    "dolphin-metadata",
    {
        "type": "financial-transaction",
        "actions": [
            "withdraw"
        ],
        "identifier": "account-14-32-32-3",
        "currency": "USD"
    },
    "some other thing"
]
]]></sourcecode></figure>

<t>The requested access is the union of all elements of the array, including both objects and
reference strings.</t>

</section>
</section>
<section anchor="discovery"><name>Discovery</name>

<t>By design, the protocol minimizes the need for any pre-flight
discovery. To begin a request, the client instance only needs to know the endpoint of
the AS and which keys it will use to sign the request. Everything else
can be negotiated dynamically in the course of the protocol.</t>

<t>However, the AS can have limits on its allowed functionality. If the
client instance wants to optimize its calls to the AS before making a request, it <bcp14>MAY</bcp14>
send an HTTP OPTIONS request to the grant request endpoint to retrieve the
server's discovery information. The AS <bcp14>MUST</bcp14> respond with a JSON document with Content-Type
<spanx style="verb">application/json</spanx> containing a single object with the following information:</t>

<dl>
  <dt>
<spanx style="verb">grant_request_endpoint</spanx> (string):  </dt>
  <dd>
    <t>The location of the
  AS's grant request endpoint. The location <bcp14>MUST</bcp14> be an absolute URL <xref target="RFC3986"/>
  with a scheme component (which <bcp14>MUST</bcp14> be "https"), a host component, and optionally,
  port, path and query components and no fragment components. This URL <bcp14>MUST</bcp14>
  match the URL the client instance used to make the discovery request.
  <bcp14>REQUIRED</bcp14>.</t>
  </dd>
  <dt>
<spanx style="verb">interaction_start_modes_supported</spanx> (array of strings):  </dt>
  <dd>
    <t>A list of the AS's interaction start methods. The values of this list correspond to the
  possible values for the <xref target="request-interact-start">interaction start section</xref> of the request and
  <bcp14>MUST</bcp14> be values from the <xref target="IANA-interaction-start-modes">Interaction Start Modes Registry</xref>.
  <bcp14>OPTIONAL</bcp14>.</t>
  </dd>
  <dt>
<spanx style="verb">interaction_finish_methods_supported</spanx> (array of strings):  </dt>
  <dd>
    <t>A list of the AS's interaction finish methods. The values of this list correspond to the
  possible values for the method element of the <xref target="request-interact-finish">interaction finish section</xref> of the request and <bcp14>MUST</bcp14> be values from
  the <xref target="IANA-interaction-finish-methods">Interaction Finish Methods Registry</xref>.
  <bcp14>OPTIONAL</bcp14>.</t>
  </dd>
  <dt>
<spanx style="verb">key_proofs_supported</spanx> (array of strings):  </dt>
  <dd>
    <t>A list of the AS's supported key
  proofing mechanisms. The values of this list correspond to possible
  values of the <spanx style="verb">proof</spanx> field of the
  <xref target="key-format">key section</xref> of the request and <bcp14>MUST</bcp14> be values from the
  <xref target="IANA-key-proof-methods">Key Proofing Methods Registry</xref>.
  <bcp14>OPTIONAL</bcp14>.</t>
  </dd>
  <dt>
<spanx style="verb">sub_id_formats_supported</spanx> (array of strings):  </dt>
  <dd>
    <t>A list of the AS's supported
  subject identifier formats. The values of this list correspond to possible values
  of the <xref target="request-subject">subject identifier section</xref> of the request and <bcp14>MUST</bcp14>
  be values from the Subject Identifier Formats Registry established by
  <xref target="I-D.ietf-secevent-subject-identifiers"/>.
  <bcp14>OPTIONAL</bcp14>.</t>
  </dd>
  <dt>
<spanx style="verb">assertion_formats_supported</spanx> (array of strings):  </dt>
  <dd>
    <t>A list of the AS's supported
  assertion formats. The values of this list correspond to possible
  values of the <xref target="request-subject">subject assertion section</xref> of the request and <bcp14>MUST</bcp14>
  be values from the <xref target="IANA-assertion-formats">Assertion Formats Registry</xref>.
  <bcp14>OPTIONAL</bcp14>.</t>
  </dd>
</dl>

<t>The information returned from this method is for optimization
purposes only. The AS <bcp14>MAY</bcp14> deny any request, or any portion of a request,
even if it lists a capability as supported. For example, a given client instance
can be registered with the <spanx style="verb">mtls</spanx> key proofing
mechanism, but the AS also returns other proofing methods from the discovery document, then the AS
will still deny a request from that client instance using a different proofing
mechanism.</t>

<t>Additional fields can be defined the <xref target="IANA-as-discovery">Authorization Server Discovery Fields Registry</xref>.</t>

<section anchor="rs-request-without-token"><name>RS-first Method of AS Discovery</name>

<t>If the client instance calls an RS without an access token, or with an invalid access token, the RS <bcp14>SHOULD</bcp14> be explicit about the fact that GNAP needs to be used to access the resource, by responding with the WWW-Authenticate header field and a GNAP challenge.</t>

<t>In some situations, the client instance might want to know with which specific AS it needs to negotiate for access to that RS.
The RS <bcp14>MAY</bcp14> additionally return the address of the GNAP endpoint in the <spanx style="verb">as_uri</spanx> parameter, a <spanx style="verb">referrer</spanx> parameter to indicate which RS initiated the discovery process, and an opaque <spanx style="verb">access</spanx> reference. The client instance <bcp14>SHOULD</bcp14> then use both the <spanx style="verb">referrer</spanx> and <spanx style="verb">access</spanx> parameters in its access token request. The <spanx style="verb">referrer</spanx> parameter <bcp14>MUST</bcp14> be the URI of the RS, and the client instance <bcp14>MUST</bcp14> check its value to protect itself. The opaque <spanx style="verb">access</spanx> reference <bcp14>MUST</bcp14> be sufficient for at least the action the client instance was attempting to take at the RS and <bcp14>MAY</bcp14> be more powerful.</t>

<t>The means for the RS to determine the value for the <spanx style="verb">access</spanx> reference are out of scope of this specification, but some dynamic methods are discussed in
<xref target="I-D.ietf-gnap-resource-servers"/>.</t>

<t>When receiving the following response from the RS:</t>

<figure><sourcecode type="http-message"><![CDATA[
NOTE: '\' line wrapping per RFC 8792

WWW-Authenticate: \
  GNAP as_uri=https://as.example/tx\
  ;access=FWWIKYBQ6U56NL1\
  ;referrer=https://rs.example
]]></sourcecode></figure>

<t>The client instance then makes a request to the <spanx style="verb">as_uri</spanx> as described in <xref target="request"/>, with the value of <spanx style="verb">referrer</spanx> passed as an HTTP Referer header field and the <spanx style="verb">access</spanx> reference passed unchanged into the <spanx style="verb">access</spanx> array in the <spanx style="verb">access_token</spanx> portion of the request. The client instance <bcp14>MAY</bcp14> request additional resources and other information.</t>

<t>In this non-normative example, the client instance is requesting a single access token using the opaque access reference <spanx style="verb">FWWIKYBQ6U56NL1</spanx> received from the RS in addition to the <spanx style="verb">dolphin-metadata</spanx> that the client instance has been configured with out of band.</t>

<figure><sourcecode type="http-message"><![CDATA[
POST /tx HTTP/1.1
Host: as.example
Referer: https://rs.example/resource
Content-Type: application/json
Signature-Input: sig1=...
Signature: sig1=...
Content-Digest: sha-256=...

{
    "access_token": {
        "access": [
            "FWWIKYBQ6U56NL1",
            "dolphin-metadata"
        ]
    },
    "client": "KHRS6X63AJ7C7C4AZ9AO"
}
]]></sourcecode></figure>

<t>The client instance includes the Referer header field as a way for the AS to know that the process is initiated through a discovery process at the RS.</t>

<t>If issued, the resulting access token would contain sufficient access to be used at both referenced resources.</t>

<t>Security considerations, especially related to the potential of a [compromised RS]{#security-compromised-rs} redirecting the requests of an otherwise properly authenticated client, need to be carefully considered when allowing such a discovery process. This risk can be mitigated by an alternative pre-registration process so that the client knows which AS protects which RS.</t>

</section>
<section anchor="grant-discovery"><name>Dynamic grant endpoint discovery</name>

<t>Additional methods of discovering the appropriate grant endpoint for a given application
are outside the scope of this specification. This limitation is intentional, as many applications
rely on static configuration between the client instance and AS, as is common in OAuth 2.0.
However, the dynamic nature of GNAP makes it a prime candidate for other extensions defining methods
for discovery of the appropriate AS grant endpoint at runtime. Advanced use cases could define
contextual methods for contextually  providing this endpoint to the client instance securely.
Furthermore, GNAP's design intentionally requires the client instance to only know the grant
endpoint and not additional parameters, since other functions and values can be disclosed
and negotiated during the grant process.</t>

</section>
</section>
<section anchor="Acknowledgements"><name>Acknowledgements</name>

<t>The editors would like to thank the feedback of the following individuals for their reviews,
implementations, and contributions:
<contact fullname="Åke Axeland" asciiFullname="Ake Axeland"/>,
Aaron Parecki,
Adam Omar Oueidat,
Andrii Deinega,
Annabelle Backman,
Dick Hardt,
Dmitri Zagidulin,
Dmitry Barinov,
Fabien Imbault,
Florian Helmschmidt,
Francis Pouatcha,
George Fletcher,
Haardik Haardik,
Hamid Massaoud,
Jacky Yuan,
Joseph Heenan,
Justin Richer,
Kathleen Moriarty,
Mike Jones,
Mike Varley,
Nat Sakimura,
Takahiko Kawasaki,
Takahiro Tsuchiya.</t>

<t>The editors would also like to thank the GNAP working group design team of
Kathleen Moriarty, Fabien Imbault, Dick Hardt, Mike Jones, and Justin Richer, who incorporated
elements from the XAuth and XYZ proposals to create the first version of this document.</t>

<t>In addition, the editors would like to thank Aaron Parecki and Mike Jones for insights into how
to integrate identity and authentication systems into the core protocol, and Justin Richer and Dick Hardt for
the use cases, diagrams, and insights provided in the XYZ and XAuth proposals that have been
incorporated here. The editors would like to especially thank Mike Varley and the team at SecureKey
for feedback and development of early versions of the XYZ protocol that fed into this standards work.</t>

<t>Finally, the editors want to acknowledge the immense contributions of Aaron Parecki to the content
of this document. We thank him for his insight, input, and hard work, without which GNAP would
not have grown to what it is.</t>

</section>
<section anchor="IANA"><name>IANA Considerations</name>

<t>IANA is requested to create XX registries for the Grant Negotiation and Authorization Protocol and to populate those registries with initial values as described in this section.</t>

<t>All use of value typing is based on <xref target="RFC8259"/> data types and <bcp14>MUST</bcp14> be one of the following: number, object, string, boolean, or array. When the type is array, the contents of the array <bcp14>MUST</bcp14> be specified, as in "array of objects". If a parameter is available in different types, each type <bcp14>SHOULD</bcp14> be registered separately.</t>

<t>General guidance for extension parameters is found in <xref target="extensions"/>.</t>

<section anchor="IANA-grant-request"><name>Grant Request Parameters</name>

<t>This document defines a GNAP grant request, for which IANA is asked to create and maintain a new registry titled "Grant Request Parameters". Initial values for this registry are given in <xref target="IANA-grant-request-contents"/>. Future assignments and modifications to existing assignment are to be made through the Expert Review registration policy <xref target="RFC8126"/> and shall follow the template presented in <xref target="IANA-grant-request-template"/>.</t>

<t>Each grant request parameter's definition <bcp14>MUST</bcp14> specify the expected behavior of the AS for each potential state of the grant request.</t>

<section anchor="IANA-grant-request-template"><name>Registration Template</name>

<dl newline="true">
  <dt>
Name:  </dt>
  <dd>
    <t>An identifier for the parameter.</t>
  </dd>
  <dt>
Type:  </dt>
  <dd>
    <t>The JSON type allowed for the value.</t>
  </dd>
  <dt>
Specification document(s):  </dt>
  <dd>
    <t>Reference to the document(s) that specify the
  value, preferably including a URI that can be used
  to retrieve a copy of the document(s). An indication of the
  relevant sections may also be included but is not required.</t>
  </dd>
</dl>

</section>
<section anchor="IANA-grant-request-contents"><name>Initial Contents</name>

<texttable>
      <ttcol align='left'>Name</ttcol>
      <ttcol align='left'>Type</ttcol>
      <ttcol align='left'>Specification document(s)</ttcol>
      <c>access_token</c>
      <c>object</c>
      <c><xref target="request-token-single"/> of &SELF;</c>
      <c>access_token</c>
      <c>array of objects</c>
      <c><xref target="request-token-multiple"/> of &SELF;</c>
      <c>subject</c>
      <c>object</c>
      <c><xref target="request-subject"/> of &SELF;</c>
      <c>client</c>
      <c>object</c>
      <c><xref target="request-client"/> of &SELF;</c>
      <c>client</c>
      <c>string</c>
      <c><xref target="request-instance"/> of &SELF;</c>
      <c>user</c>
      <c>object</c>
      <c><xref target="request-user"/> of &SELF;</c>
      <c>user</c>
      <c>string</c>
      <c><xref target="request-user-reference"/> of &SELF;</c>
      <c>interact</c>
      <c>object</c>
      <c><xref target="request-interact"/> of &SELF;</c>
      <c>interact_ref</c>
      <c>string</c>
      <c><xref target="continue-after-interaction"/> of &SELF;</c>
</texttable>

</section>
</section>
<section anchor="IANA-token-flags"><name>Access Token Flags</name>

<t>This document defines a GNAP access token flags, for which IANA is asked to create and maintain a new registry titled "Access Token Flags". Initial values for this registry are given in <xref target="IANA-token-flags-contents"/>. Future assignments and modifications to existing assignment are to be made through the Expert Review registration policy <xref target="RFC8126"/> and shall follow the template presented in <xref target="IANA-token-flags-template"/>.</t>

<t>Each flag <bcp14>MUST</bcp14> specify whether it can be requested by clients instances or is only allowed in responses from the AS.</t>

<section anchor="IANA-token-flags-template"><name>Registration Template</name>

<dl newline="true">
  <dt>
Name:  </dt>
  <dd>
    <t>An identifier for the parameter.</t>
  </dd>
  <dt>
Specification document(s):  </dt>
  <dd>
    <t>Reference to the document(s) that specify the
  value, preferably including a URI that can be used
  to retrieve a copy of the document(s). An indication of the
  relevant sections may also be included but is not required.</t>
  </dd>
</dl>

</section>
<section anchor="IANA-token-flags-contents"><name>Initial Contents</name>

<texttable>
      <ttcol align='left'>Name</ttcol>
      <ttcol align='left'>Specification document(s)</ttcol>
      <c>bearer</c>
      <c><xref target="request-token-single"/> and <xref target="response-token-single"/> of &SELF;</c>
      <c>durable</c>
      <c><xref target="response-token-single"/> of &SELF;</c>
</texttable>

</section>
</section>
<section anchor="IANA-subject-request"><name>Subject Information Request Fields</name>

<t>This document defines a means to request subject information from the AS to the client instance, for which IANA is asked to create and maintain a new registry titled "Subject Information Request Fields". Initial values for this registry are given in <xref target="IANA-subject-request-contents"/>. Future assignments and modifications to existing assignment are to be made through the Expert Review registration policy <xref target="RFC8126"/> and shall follow the template presented in <xref target="IANA-subject-request-template"/>.</t>

<section anchor="IANA-subject-request-template"><name>Registration Template</name>

<dl newline="true">
  <dt>
Name:  </dt>
  <dd>
    <t>An identifier for the parameter.</t>
  </dd>
  <dt>
Type:  </dt>
  <dd>
    <t>The JSON type allowed for the value.</t>
  </dd>
  <dt>
Specification document(s):  </dt>
  <dd>
    <t>Reference to the document(s) that specify the
  value, preferably including a URI that can be used
  to retrieve a copy of the document(s). An indication of the
  relevant sections may also be included but is not required.</t>
  </dd>
</dl>

</section>
<section anchor="IANA-subject-request-contents"><name>Initial Contents</name>

<texttable>
      <ttcol align='left'>Name</ttcol>
      <ttcol align='left'>Type</ttcol>
      <ttcol align='left'>Specification document(s)</ttcol>
      <c>sub_id_formats</c>
      <c>array of strings</c>
      <c><xref target="request-subject"/> of &SELF;</c>
      <c>assertion_formats</c>
      <c>array of strings</c>
      <c><xref target="request-subject"/> of &SELF;</c>
      <c>sub_ids</c>
      <c>array of objects</c>
      <c><xref target="request-subject"/> of &SELF;</c>
</texttable>

</section>
</section>
<section anchor="IANA-assertion-formats"><name>Assertion Formats</name>

<t>This document defines a means to pass identity assertions between the AS and client instance, for which IANA is asked to create and maintain a new registry titled "Assertion Formats". Initial values for this registry are given in <xref target="IANA-assertion-formats-contents"/>. Future assignments and modifications to existing assignment are to be made through the Expert Review registration policy <xref target="RFC8126"/> and shall follow the template presented in <xref target="IANA-assertion-formats-template"/>.</t>

<t>Each assertion format definition <bcp14>MUST</bcp14> specify the serialization format of the assertion value as used within GNAP.</t>

<section anchor="IANA-assertion-formats-template"><name>Registration Template</name>

<dl newline="true">
  <dt>
Name:  </dt>
  <dd>
    <t>An identifier for the assertion format.</t>
  </dd>
  <dt>
Specification document(s):  </dt>
  <dd>
    <t>Reference to the document(s) that specify the
  value, preferably including a URI that can be used
  to retrieve a copy of the document(s). An indication of the
  relevant sections may also be included but is not required.</t>
  </dd>
</dl>

</section>
<section anchor="IANA-assertion-formats-contents"><name>Initial Contents</name>

<texttable>
      <ttcol align='left'>Name</ttcol>
      <ttcol align='left'>Specification document(s)</ttcol>
      <c>id_token</c>
      <c><xref target="request-subject"/> and <xref target="response-subject"/> of &SELF;</c>
      <c>saml2</c>
      <c><xref target="request-subject"/> and <xref target="response-subject"/> of &SELF;</c>
</texttable>

</section>
</section>
<section anchor="IANA-client-instance"><name>Client Instance Fields</name>

<t>This document defines a means to send information about the client instance, for which IANA is asked to create and maintain a new registry titled "Client Instance Fields". Initial values for this registry are given in <xref target="IANA-client-instance-contents"/>. Future assignments and modifications to existing assignment are to be made through the Expert Review registration policy <xref target="RFC8126"/> and shall follow the template presented in <xref target="IANA-client-instance-template"/>.</t>

<section anchor="IANA-client-instance-template"><name>Registration Template</name>

<dl newline="true">
  <dt>
Name:  </dt>
  <dd>
    <t>An identifier for the parameter.</t>
  </dd>
  <dt>
Type:  </dt>
  <dd>
    <t>The JSON type allowed for the value.</t>
  </dd>
  <dt>
Specification document(s):  </dt>
  <dd>
    <t>Reference to the document(s) that specify the
  value, preferably including a URI that can be used
  to retrieve a copy of the document(s). An indication of the
  relevant sections may also be included but is not required.</t>
  </dd>
</dl>

</section>
<section anchor="IANA-client-instance-contents"><name>Initial Contents</name>

<texttable>
      <ttcol align='left'>Name</ttcol>
      <ttcol align='left'>Type</ttcol>
      <ttcol align='left'>Specification document(s)</ttcol>
      <c>key</c>
      <c>object</c>
      <c><xref target="key-format"/> of &SELF;</c>
      <c>key</c>
      <c>string</c>
      <c><xref target="key-reference"/> of &SELF;</c>
      <c>class_id</c>
      <c>string</c>
      <c><xref target="request-client"/> of &SELF;</c>
      <c>display</c>
      <c>object</c>
      <c><xref target="request-display"/> of &SELF;</c>
</texttable>

</section>
</section>
<section anchor="IANA-client-instance-display"><name>Client Instance Display Fields</name>

<t>This document defines a means to send end-user facing displayable information about the client instance, for which IANA is asked to create and maintain a new registry titled "Client Instance Display Fields". Initial values for this registry are given in <xref target="IANA-client-instance-display-contents"/>. Future assignments and modifications to existing assignment are to be made through the Expert Review registration policy <xref target="RFC8126"/> and shall follow the template presented in <xref target="IANA-client-instance-display-template"/>.</t>

<section anchor="IANA-client-instance-display-template"><name>Registration Template</name>

<dl newline="true">
  <dt>
Name:  </dt>
  <dd>
    <t>An identifier for the parameter.</t>
  </dd>
  <dt>
Type:  </dt>
  <dd>
    <t>The JSON type allowed for the value.</t>
  </dd>
  <dt>
Specification document(s):  </dt>
  <dd>
    <t>Reference to the document(s) that specify the
  value, preferably including a URI that can be used
  to retrieve a copy of the document(s). An indication of the
  relevant sections may also be included but is not required.</t>
  </dd>
</dl>

</section>
<section anchor="IANA-client-instance-display-contents"><name>Initial Contents</name>

<texttable>
      <ttcol align='left'>Name</ttcol>
      <ttcol align='left'>Type</ttcol>
      <ttcol align='left'>Specification document(s)</ttcol>
      <c>name</c>
      <c>string</c>
      <c><xref target="request-display"/> of &SELF;</c>
      <c>uri</c>
      <c>string</c>
      <c><xref target="request-display"/> of &SELF;</c>
      <c>logo_uri</c>
      <c>string</c>
      <c><xref target="request-display"/> of &SELF;</c>
</texttable>

</section>
</section>
<section anchor="IANA-interaction-start-modes"><name>Interaction Start Modes</name>

<t>This document defines a means for the client instance to begin interaction between the end-user and the AS, for which IANA is asked to create and maintain a new registry titled "Interaction Start Modes". Initial values for this registry are given in <xref target="IANA-interaction-start-modes-contents"/>. Future assignments and modifications to existing assignment are to be made through the Expert Review registration policy <xref target="RFC8126"/> and shall follow the template presented in <xref target="IANA-interaction-start-modes-template"/>.</t>

<t>Each interaction start mode that uses an "object" type <bcp14>MUST</bcp14> declare all additional parameters.</t>

<section anchor="IANA-interaction-start-modes-template"><name>Registration Template</name>

<dl newline="true">
  <dt>
Mode:  </dt>
  <dd>
    <t>An identifier for the interaction start mode.</t>
  </dd>
  <dt>
Type:  </dt>
  <dd>
    <t>The JSON type for the value, either "string" or "object", as described in <xref target="request-interact-start"/>.</t>
  </dd>
  <dt>
Specification document(s):  </dt>
  <dd>
    <t>Reference to the document(s) that specify the
  value, preferably including a URI that can be used
  to retrieve a copy of the document(s). An indication of the
  relevant sections may also be included but is not required.</t>
  </dd>
</dl>

</section>
<section anchor="IANA-interaction-start-modes-contents"><name>Initial Contents</name>

<texttable>
      <ttcol align='left'>Mode</ttcol>
      <ttcol align='left'>Type</ttcol>
      <ttcol align='left'>Specification document(s)</ttcol>
      <c>redirect</c>
      <c>string</c>
      <c><xref target="request-interact-redirect"/> of &SELF;</c>
      <c>app</c>
      <c>string</c>
      <c><xref target="request-interact-app"/> of &SELF;</c>
      <c>user_code</c>
      <c>string</c>
      <c><xref target="request-interact-usercode"/> of &SELF;</c>
      <c>user_code_uri</c>
      <c>string</c>
      <c><xref target="request-interact-usercodeuri"/> of &SELF;</c>
</texttable>

</section>
</section>
<section anchor="IANA-interaction-finish-methods"><name>Interaction Finish Methods</name>

<t>This document defines a means for the client instance to be notified of the end of interaction between the end-user and the AS, for which IANA is asked to create and maintain a new registry titled "Interaction Finish Methods". Initial values for this registry are given in <xref target="IANA-interaction-finish-methods-contents"/>. Future assignments and modifications to existing assignment are to be made through the Expert Review registration policy <xref target="RFC8126"/> and shall follow the template presented in <xref target="IANA-interaction-finish-methods-template"/>.</t>

<section anchor="IANA-interaction-finish-methods-template"><name>Registration Template</name>

<dl newline="true">
  <dt>
Method:  </dt>
  <dd>
    <t>An identifier for the interaction finish method.</t>
  </dd>
  <dt>
Specification document(s):  </dt>
  <dd>
    <t>Reference to the document(s) that specify the
  value, preferably including a URI that can be used
  to retrieve a copy of the document(s). An indication of the
  relevant sections may also be included but is not required.</t>
  </dd>
</dl>

</section>
<section anchor="IANA-interaction-finish-methods-contents"><name>Initial Contents</name>

<texttable>
      <ttcol align='left'>Mode</ttcol>
      <ttcol align='left'>Specification document(s)</ttcol>
      <c>redirect</c>
      <c><xref target="request-interact-callback-redirect"/> of &SELF;</c>
      <c>push</c>
      <c><xref target="request-interact-callback-push"/> of &SELF;</c>
</texttable>

</section>
</section>
<section anchor="IANA-interaction-hints"><name>Interaction Hints</name>

<t>This document defines a set of hints that a client instance can provide to the AS to facilitate interaction with the end user, for which IANA is asked to create and maintain a new registry titled "Interaction Hints". Initial values for this registry are given in <xref target="IANA-interaction-hints-contents"/>. Future assignments and modifications to existing assignment are to be made through the Expert Review registration policy <xref target="RFC8126"/> and shall follow the template presented in <xref target="IANA-interaction-hints-template"/>.</t>

<section anchor="IANA-interaction-hints-template"><name>Registration Template</name>

<dl newline="true">
  <dt>
Name:  </dt>
  <dd>
    <t>An identifier for the parameter.</t>
  </dd>
  <dt>
Specification document(s):  </dt>
  <dd>
    <t>Reference to the document(s) that specify the
  value, preferably including a URI that can be used
  to retrieve a copy of the document(s). An indication of the
  relevant sections may also be included but is not required.</t>
  </dd>
</dl>

</section>
<section anchor="IANA-interaction-hints-contents"><name>Initial Contents</name>

<texttable>
      <ttcol align='left'>Mode</ttcol>
      <ttcol align='left'>Specification document(s)</ttcol>
      <c>ui_locales</c>
      <c><xref target="request-interact-hint"/> of &SELF;</c>
</texttable>

</section>
</section>
<section anchor="IANA-grant-response"><name>Grant Response Parameters</name>

<t>This document defines a GNAP grant response, for which IANA is asked to create and maintain a new registry titled "Grant Response Parameters". Initial values for this registry are given in <xref target="IANA-grant-response-contents"/>. Future assignments and modifications to existing assignment are to be made through the Expert Review registration policy <xref target="RFC8126"/> and shall follow the template presented in <xref target="IANA-grant-response-template"/>.</t>

<t>Each grant response parameter's definition <bcp14>MUST</bcp14> specify the states for which the client instance can expect this parameter.</t>

<section anchor="IANA-grant-response-template"><name>Registration Template</name>

<dl newline="true">
  <dt>
Name:  </dt>
  <dd>
    <t>An identifier for the parameter.</t>
  </dd>
  <dt>
Type:  </dt>
  <dd>
    <t>The JSON type allowed for the value.</t>
  </dd>
  <dt>
Specification document(s):  </dt>
  <dd>
    <t>Reference to the document(s) that specify the
  value, preferably including a URI that can be used
  to retrieve a copy of the document(s). An indication of the
  relevant sections may also be included but is not required.</t>
  </dd>
</dl>

</section>
<section anchor="IANA-grant-response-contents"><name>Initial Contents</name>

<texttable>
      <ttcol align='left'>Name</ttcol>
      <ttcol align='left'>Type</ttcol>
      <ttcol align='left'>Specification document(s)</ttcol>
      <c>continue</c>
      <c>object</c>
      <c><xref target="response-continue"/> of &SELF;</c>
      <c>acces_token</c>
      <c>object</c>
      <c><xref target="response-token-single"/> of &SELF;</c>
      <c>acces_token</c>
      <c>array of objects</c>
      <c><xref target="response-token-multiple"/> of &SELF;</c>
      <c>interact</c>
      <c>object</c>
      <c><xref target="response-interact"/> of &SELF;</c>
      <c>subject</c>
      <c>object</c>
      <c><xref target="response-subject"/> of &SELF;</c>
      <c>instance_id</c>
      <c>string</c>
      <c><xref target="response-dynamic-handles"/> of &SELF;</c>
      <c>error</c>
      <c>object</c>
      <c><xref target="response-error"/> of &SELF;</c>
</texttable>

</section>
</section>
<section anchor="IANA-interaction-response"><name>Interaction Mode Responses</name>

<t>This document defines a means for the AS to provide to the client instance information that is required to complete a particular interaction mode, for which IANA is asked to create and maintain a new registry titled "Interaction Mode Responses". Initial values for this registry are given in <xref target="IANA-interaction-response-contents"/>. Future assignments and modifications to existing assignment are to be made through the Expert Review registration policy <xref target="RFC8126"/> and shall follow the template presented in <xref target="IANA-interaction-response-template"/>.</t>

<t>Interaction mode responses <bcp14>MUST</bcp14> document the corresponding interaction start mode that triggers the response's inclusion.</t>

<section anchor="IANA-interaction-response-template"><name>Registration Template</name>

<dl newline="true">
  <dt>
Name:  </dt>
  <dd>
    <t>An identifier for the parameter.</t>
  </dd>
  <dt>
Specification document(s):  </dt>
  <dd>
    <t>Reference to the document(s) that specify the
  value, preferably including a URI that can be used
  to retrieve a copy of the document(s). An indication of the
  relevant sections may also be included but is not required.</t>
  </dd>
</dl>

</section>
<section anchor="IANA-interaction-response-contents"><name>Initial Contents</name>

<texttable>
      <ttcol align='left'>Name</ttcol>
      <ttcol align='left'>Specification document(s)</ttcol>
      <c>redirect</c>
      <c><xref target="response-interact"/> of &SELF;</c>
      <c>app</c>
      <c><xref target="response-interact"/> of &SELF;</c>
      <c>user_code</c>
      <c><xref target="response-interact"/> of &SELF;</c>
      <c>user_code_uri</c>
      <c><xref target="response-interact"/> of &SELF;</c>
      <c>finish</c>
      <c><xref target="response-interact"/> of &SELF;</c>
      <c>expires_in</c>
      <c><xref target="response-interact"/> of &SELF;</c>
</texttable>

</section>
</section>
<section anchor="IANA-subject-response"><name>Subject Information Response Fields</name>

<t>This document defines a means to return subject information from the AS to the client instance, for which IANA is asked to create and maintain a new registry titled "Subject Information Response Fields". Initial values for this registry are given in <xref target="IANA-subject-response-contents"/>. Future assignments and modifications to existing assignment are to be made through the Expert Review registration policy <xref target="RFC8126"/> and shall follow the template presented in <xref target="IANA-subject-response-template"/>.</t>

<section anchor="IANA-subject-response-template"><name>Registration Template</name>

<dl newline="true">
  <dt>
Name:  </dt>
  <dd>
    <t>An identifier for the parameter.</t>
  </dd>
  <dt>
Type:  </dt>
  <dd>
    <t>The JSON type allowed for the value.</t>
  </dd>
  <dt>
Specification document(s):  </dt>
  <dd>
    <t>Reference to the document(s) that specify the
  value, preferably including a URI that can be used
  to retrieve a copy of the document(s). An indication of the
  relevant sections may also be included but is not required.</t>
  </dd>
</dl>

</section>
<section anchor="IANA-subject-response-contents"><name>Initial Contents</name>

<texttable>
      <ttcol align='left'>Name</ttcol>
      <ttcol align='left'>Type</ttcol>
      <ttcol align='left'>Specification document(s)</ttcol>
      <c>sub_ids</c>
      <c>array of objects</c>
      <c><xref target="response-subject"/> of &SELF;</c>
      <c>assertions</c>
      <c>array of objects</c>
      <c><xref target="response-subject"/> of &SELF;</c>
      <c>updated_at</c>
      <c>string</c>
      <c><xref target="response-subject"/> of &SELF;</c>
</texttable>

</section>
</section>
<section anchor="IANA-error-code"><name>Error Codes</name>

<t>This document defines a set of errors that the AS can return to the client instance, for which IANA is asked to create and maintain a new registry titled "Error Codes". Initial values for this registry are given in <xref target="IANA-error-code-contents"/>. Future assignments and modifications to existing assignment are to be made through the Expert Review registration policy <xref target="RFC8126"/> and shall follow the template presented in <xref target="IANA-error-code-template"/>.</t>

<section anchor="IANA-error-code-template"><name>Registration Template</name>

<dl newline="true">
  <dt>
Error:  </dt>
  <dd>
    <t>A unique string code for the error.</t>
  </dd>
  <dt>
Specification document(s):  </dt>
  <dd>
    <t>Reference to the document(s) that specify the
  value, preferably including a URI that can be used
  to retrieve a copy of the document(s). An indication of the
  relevant sections may also be included but is not required.</t>
  </dd>
</dl>

</section>
<section anchor="IANA-error-code-contents"><name>Initial Contents</name>

<texttable>
      <ttcol align='left'>Error</ttcol>
      <ttcol align='left'>Specification document(s)</ttcol>
      <c>invalid_request</c>
      <c><xref target="response-error"/> of &SELF;</c>
      <c>invalid_client</c>
      <c><xref target="response-error"/> of &SELF;</c>
      <c>invalid_interaction</c>
      <c><xref target="response-error"/> of &SELF;</c>
      <c>invalid_flag</c>
      <c><xref target="response-error"/> of &SELF;</c>
      <c>invalid_rotation</c>
      <c><xref target="response-error"/> of &SELF;</c>
      <c>invalid_continuation</c>
      <c><xref target="response-error"/> of &SELF;</c>
      <c>user_denied</c>
      <c><xref target="response-error"/> of &SELF;</c>
      <c>request_denied</c>
      <c><xref target="response-error"/> of &SELF;</c>
      <c>unknown_interaction</c>
      <c><xref target="response-error"/> of &SELF;</c>
      <c>too_fast</c>
      <c><xref target="response-error"/> of &SELF;</c>
      <c>too_many_attempts</c>
      <c><xref target="response-error"/> of &SELF;</c>
</texttable>

</section>
</section>
<section anchor="IANA-key-proof-methods"><name>Key Proofing Methods</name>

<t>This document defines methods that the client instance can use to prove possession of a key, for which IANA is asked to create and maintain a new registry titled "Key Proofing Methods". Initial values for this registry are given in <xref target="IANA-key-proof-methods-contents"/>. Future assignments and modifications to existing assignment are to be made through the Expert Review registration policy <xref target="RFC8126"/> and shall follow the template presented in <xref target="IANA-key-proof-methods-template"/>.</t>

<section anchor="IANA-key-proof-methods-template"><name>Registration Template</name>

<dl newline="true">
  <dt>
Method:  </dt>
  <dd>
    <t>A unique string code for the key proofing method.</t>
  </dd>
  <dt>
Type:  </dt>
  <dd>
    <t>The JSON type allowed for the value.</t>
  </dd>
  <dt>
Specification document(s):  </dt>
  <dd>
    <t>Reference to the document(s) that specify the
  value, preferably including a URI that can be used
  to retrieve a copy of the document(s). An indication of the
  relevant sections may also be included but is not required.</t>
  </dd>
</dl>

</section>
<section anchor="IANA-key-proof-methods-contents"><name>Initial Contents</name>

<texttable>
      <ttcol align='left'>Method</ttcol>
      <ttcol align='left'>Type</ttcol>
      <ttcol align='left'>Specification document(s)</ttcol>
      <c>httpsig</c>
      <c>string</c>
      <c><xref target="httpsig-binding"/> of &SELF;</c>
      <c>httpsig</c>
      <c>object</c>
      <c><xref target="httpsig-binding"/> of &SELF;</c>
      <c>mtls</c>
      <c>string</c>
      <c><xref target="mtls"/> of &SELF;</c>
      <c>jwsd</c>
      <c>string</c>
      <c><xref target="detached-jws"/> of &SELF;</c>
      <c>jws</c>
      <c>string</c>
      <c><xref target="attached-jws"/> of &SELF;</c>
</texttable>

</section>
</section>
<section anchor="IANA-key-formats"><name>Key Formats</name>

<t>This document defines formats for a public key value, for which IANA is asked to create and maintain a new registry titled "Key Formats". Initial values for this registry are given in <xref target="IANA-key-formats-contents"/>. Future assignments and modifications to existing assignment are to be made through the Expert Review registration policy <xref target="RFC8126"/> and shall follow the template presented in <xref target="IANA-key-formats-template"/>.</t>

<section anchor="IANA-key-formats-template"><name>Registration Template</name>

<dl newline="true">
  <dt>
Format:  </dt>
  <dd>
    <t>A unique string code for the key format.</t>
  </dd>
  <dt>
Specification document(s):  </dt>
  <dd>
    <t>Reference to the document(s) that specify the
  value, preferably including a URI that can be used
  to retrieve a copy of the document(s). An indication of the
  relevant sections may also be included but is not required.</t>
  </dd>
</dl>

</section>
<section anchor="IANA-key-formats-contents"><name>Initial Contents</name>

<texttable>
      <ttcol align='left'>Format</ttcol>
      <ttcol align='left'>Specification document(s)</ttcol>
      <c>jwk</c>
      <c><xref target="key-format"/> of &SELF;</c>
      <c>cert</c>
      <c><xref target="key-format"/> of &SELF;</c>
      <c>cert#S256</c>
      <c><xref target="key-format"/> of &SELF;</c>
</texttable>

</section>
</section>
<section anchor="IANA-as-discovery"><name>Authorization Server Discovery Fields</name>

<t>This document defines a discovery document for an AS, for which IANA is asked to create and maintain a new registry titled "Authorization Server Discovery Fields". Initial values for this registry are given in <xref target="IANA-as-discovery-contents"/>. Future assignments and modifications to existing assignment are to be made through the Expert Review registration policy <xref target="RFC8126"/> and shall follow the template presented in <xref target="IANA-as-discovery-template"/>.</t>

<section anchor="IANA-as-discovery-template"><name>Registration Template</name>

<dl newline="true">
  <dt>
Name:  </dt>
  <dd>
    <t>An identifier for the parameter.</t>
  </dd>
  <dt>
Type:  </dt>
  <dd>
    <t>The JSON type allowed for the value.</t>
  </dd>
  <dt>
Specification document(s):  </dt>
  <dd>
    <t>Reference to the document(s) that specify the
  value, preferably including a URI that can be used
  to retrieve a copy of the document(s). An indication of the
  relevant sections may also be included but is not required.</t>
  </dd>
</dl>

</section>
<section anchor="IANA-as-discovery-contents"><name>Initial Contents</name>

<texttable>
      <ttcol align='left'>Name</ttcol>
      <ttcol align='left'>Type</ttcol>
      <ttcol align='left'>Specification document(s)</ttcol>
      <c>grant_request_endpoint</c>
      <c>string</c>
      <c><xref target="discovery"/> of &SELF;</c>
      <c>interaction_start_modes_supported</c>
      <c>array of strings</c>
      <c><xref target="discovery"/> of &SELF;</c>
      <c>interaction_finish_methods_supported</c>
      <c>array of strings</c>
      <c><xref target="discovery"/> of &SELF;</c>
      <c>key_proofs_supported</c>
      <c>array of strings</c>
      <c><xref target="discovery"/> of &SELF;</c>
      <c>sub_id_formats_supported</c>
      <c>array of strings</c>
      <c><xref target="discovery"/> of &SELF;</c>
      <c>assertion_formats_supported</c>
      <c>array of strings</c>
      <c><xref target="discovery"/> of &SELF;</c>
</texttable>

</section>
</section>
</section>
<section anchor="implementation"><name>Implementation Status</name>

<ul empty="true"><li>
  <t>Note: To be removed by RFC editor before publication.</t>
</li></ul>

<t><strong>GNAP Authorization Service in Rust</strong> implementation by David Skyberg.
<eref target="https://github.com/dskyberg/gnap">https://github.com/dskyberg/gnap</eref>. Prototype implementation of AS and Client in Rust. MIT license.</t>

<t><strong>Rafiki</strong> from Interledger Foundation. <eref target="https://github.com/interledger/rafiki">https://github.com/interledger/rafiki</eref> Production implementation of AS in JavaScript. Apache 2.0 license.</t>

<t><strong>Sample GNAP Client in PHP</strong> implementation by Aaron Pareckit. <eref target="https://github.com/aaronpk/gnap-client-php">https://github.com/aaronpk/gnap-client-php</eref> Prototype implementation of web application client and CLI client in PHP, with common support library. CC0 license.</t>

<t><strong>SUNET Auth Server</strong> from SUNET. <eref target="https://github.com/SUNET/sunet-auth-server">https://github.com/SUNET/sunet-auth-server</eref> Production implementation of AS in Python. BSD license.</t>

<t><strong>XYZ</strong> from Bespoke Engineering, implementation by Justin Richer. <eref target="https://github.com/bspk/oauth.xyz-java">https://github.com/bspk/oauth.xyz-java</eref>. Advanced prototype implementation of AS, Client, and RS in Java, with common support library. Prototype implementation of SPA Client in pure JavaScript. Apache 2.0 license.</t>

</section>
<section anchor="security"><name>Security Considerations</name>

<t>In addition to the normative requirements in this document, implementors are strongly encouraged to consider these additional security considerations in implementations and deployments of GNAP.</t>

<section anchor="security-tls"><name>TLS Protection in Transit</name>

<t>All requests in GNAP have to be made over TLS or equivalent as outlined in <xref target="BCP195"/>
to protect the contents of the request and response from manipulation and interception by an attacker.
This includes all requests from a client instance to the AS, all requests from the client instance to
an RS, any requests back to a client instance such as the push-based interaction finish method, and
any back-end communications such as from an RS to an AS as described in <xref target="I-D.ietf-gnap-resource-servers"/>.
Additionally, all requests between a browser and other components, such as during redirect-based
interaction, need to be made over TLS or use equivalent protection.</t>

<t>Even though requests from the client instance to the AS are signed, the signature method alone does not protect
the request from interception by an attacker. TLS protects the response as well as the request,
preventing an attacker from intercepting requested information as it is returned. This is particularly
important in the core protocol for security artifacts such as nonces and for
personal information such as subject information.</t>

<t>The use of key-bound access tokens does not negate the requirement for protecting calls to the RS with TLS.
While the keys and signatures associated a bound access token will prevent an attacker from using a stolen
token, without TLS an attacker would be able to watch the data being sent to the RS and returned from the RS
during legitimate use of the client instance under attack. Additionally, without TLS an attacker would be
able to profile the calls made between the client instance and RS, possibly gaining information about the functioning
of the API between the client software and RS software that would be otherwise unknown to the attacker.</t>

<t>TLS or equivalent protection also needs to be used between the browser and any other components. This applies during initial
redirects to an AS's components during interaction, during any interaction with the resource owner, and during
any redirect back to the client instance. Without TLS protection on these portions of the process, an
attacker could wait for a valid request to start and then take over the resource owner's interaction session.</t>

</section>
<section anchor="security-signing"><name>Signing Requests from the Client Software</name>

<t>Even though all requests in GNAP need to be transmitted over TLS or its equivalent, the use of TLS
alone is not sufficient to protect all parts of a multi-party and multi-stage protocol like GNAP,
and TLS is not targeted at tying multiple requests to each other over time.
To account for this, GNAP makes use of message-level protection and key presentation mechanisms
that strongly associate a request with a key held by the client instance (see <xref target="secure-requests"/>).</t>

<t>During the initial request from a client instance to the AS, the client instance has to identify and
prove possession of a cryptographic key. If the key is known to the AS, such as if it is previously
registered or dereferenceable to a trusted source, the AS can associate a set of policies to the
client instance identified by the key. Without the requirement that the client instance prove that it holds
that key, the AS could not trust that the connection came from any particular client and could
not apply any associated policies.</t>

<t>Even more importantly, the client instance proving possession of a key on the first request allows
the AS to associate future requests with each other. The access token used for grant continuation
is bound to the same key and proofing mechanism used by the client instance in its initial request,
which means that the client instance needs to prove possession of that same key in future requests
allowing the AS to be sure that the same client instance is executing the follow-ups for a given
ongoing grant request. Therefore, the AS has to ensure that all subsequent requests for a grant are
associated with the same key that started the grant, or the most recent rotation of that key.
This need holds true even if the initial key is previously unknown to the AS, such as would be
the case when a client instance creates an ephemeral key for its request.
Without this ongoing association, an attacker would be able to impersonate a client instance
in the midst of a grant request, potentially stealing access tokens and subject information
with impunity.</t>

<t>Additionally, all access tokens in GNAP default to be associated with the key that was presented
during the grant request that created the access token. This association allows an RS to know that
the presenter of the access token is the same party that the token was issued to, as identified
by their keys. While non-bound bearer tokens are an option in GNAP, these types of tokens
have their own tradeoffs discussed elsewhere in this section.</t>

<t>TLS functions at the transport layer, ensuring that only the parties on either end of that
connection can read the information passed along that connection. Each time a new connection
is made, such as for a new HTTP request, a new trust is re-established that is mostly unrelated to previous
connections. While modern TLS does make use of session resumption, this still needs to be augmented
with authentication methods to determine the identity of parties on the
connections. In other words, it is not possible with TLS alone to know that the same party is making
a set of calls over time, since each time a new TLS connection is established, both the client and the server (or the server only when using <xref target="mtls"/>) have to validate
the other party's identity. Such a verification can be achieved via methods described in <xref target="I-D.ietf-uta-6125bis"/>), but these are not enough to establish the identity of the client instance in many cases.</t>

<t>To counter this, GNAP defines a set of key binding methods in <xref target="binding-keys"/> that allow authentication and
proof of possession by the caller, which is usually the client instance. These methods are intended to be used in
addition to TLS on all connections.</t>

</section>
<section anchor="security-keys"><name>Protection of Client Instance Key Material</name>

<t>Client instances are identified by their unique keys, and anyone with access to a client instance's key material
will be able to impersonate that client instance to all parties. This is true for both calls to the AS
as well as calls to an RS using a key-bound access token.</t>

<t>Different types of client software have different methods available for creating, managing, and registering
keys. GNAP explicitly allows for ephemeral clients, such as SPAs, and single-user clients, such as
mobile applications, to create and present their own keys during the initial grant request. The client
software can securely generate a keypair on-device and present the public key, along with proof of holding that
public key, to the AS as part of the initial request. To facilitate trust in these ephemeral keys,
GNAP further allows for an extensible set of client information to be passed with the request. This
information can include device posture and third-party attestations of the client software's provenance
and authenticity, depending on the needs and capabilities of the client software and its deployment.</t>

<t>From GNAP's perspective, each distinct key is a different client instance. However, multiple client
instances can be grouped together by an AS policy and treated similarly to each other. For instance,
if an AS knows of several different keys for different servers within a cluster, the AS can
decide that authorization of one of these servers applies to all other servers within the cluster. An AS
that chooses to do this needs to be careful with how it groups different client keys together in its policy,
since the breach of one instance would have direct effects on the others in the cluster.</t>

<t>Additionally, if an end user controls multiple instances of a single type of client software, such as
having an application installed on multiple devices, each of these instances is expected to have a
separate key and be issued separate access tokens. However, if the AS is able to group these separate
instances together as described above, it can streamline the authorization process for new instances
of the same client software. For example, if two client instances can present proof of a valid installation
of a piece of client software, the AS would be able to associate the approval of the first instance of this
software to all related instances. The AS could then choose to bypass an explicit prompt of the resource
owner for approval during authorization, since such approval has already been given. An AS doing such
a process would need to take assurance measures that the different instances are in fact correlated
and authentic, as well as ensuring the expected resource owner is in control of the client instance.</t>

<t>Finally, if multiple instances of client software each have the same key, then from GNAP's perspective,
these are functionally the same client instance as GNAP has no reasonable way to differentiate between
them. This situation could happen if multiple instances within a cluster can securely share secret
information among themselves. Even though there are multiple copies of the software, the shared key
makes these copies all present as a single instance. It is considered bad practice to share keys between
copies of software unless they are very tightly integrated with each other and can be closely managed.
It is particularly bad practice to allow an end user to copy keys between client instances and to
willingly use the same key in multiple instances.</t>

</section>
<section anchor="security-as"><name>Protection of Authorization Server</name>

<t>The AS performs critical functions in GNAP, including authenticating client software, managing interactions
with end users to gather consent and provide notice, and issuing access tokens for client instances
to present to resource servers. As such, protecting the AS is central to any GNAP deployment.</t>

<t>If an attacker is able to gain control over an AS, they would be able to create fraudulent tokens and
manipulate registration information to allow for malicious clients. These tokens and clients would
be trusted by other components in the ecosystem under the protection of the AS.</t>

<t>If the AS is using signed access tokens, an attacker in control of the AS's signing keys would
be able to manufacture fraudulent tokens for use at RS's under the protection of the AS.</t>

<t>If an attacker is able to impersonate an AS, they would be able to trick legitimate client instances
into making signed requests for information which could potentially be proxied to a real AS. To combat
this, all communications to the AS need to be made over TLS or its equivalent, and the software
making the connection has to validate the certificate chain of the host it is connecting to.</t>

<t>Consequently, protecting, monitoring, and auditing the AS is paramount to preserving the security
of a GNAP-protected ecosystem.</t>

</section>
<section anchor="security-symmetric"><name>Symmetric and Asymmetric Client Instance Keys</name>

<t>The cryptographic methods used by GNAP for key-proofing can support both asymmetric and symmetric
cryptography, and can be extended to use a wide variety of mechanisms. Implementers will find useful the available guidelines on cryptographic key management provided in <xref target="RFC4107"/>. While symmetric
cryptographic systems have some benefits in speed and simplicity, they have a distinct drawback
that both parties need access to the same key in order to do both signing and verification of
the message. This means that when the client instance calls the AS to request a token, the
AS needs to know the exact value of the client instance's key (or be able to derive it) in
order to validate the key proof signature. With asymmetric keys, the client needs only to
send its public key to the AS to allow for verification that the client holds the associated
private key, regardless of whether that key was pre-registered or not with the AS.</t>

<t>When used to bind to an access token, a key value must be known by the RS in order
to validate the proof signature on the request. Common methods for communicating these proofing
keys include putting information in a structured access token and allowing the RS to look
up the associated key material against the value of the access token. With symmetric cryptography,
both of these methods would expose the signing key to the RS, and in the case of an structured
access token, potentially to any party that can see the access token itself unless the token's
payload has been encrypted. Any of these parties would then be able to make calls using the
access token by creating a valid signature. With asymmetric cryptography, the RS only needs
to know the public key associated with the token in order to validate, and therefore cannot
create any new calls.</t>

<t>Symmetric keys also have the expected advantage of providing better protection against quantum
threats in the future. Also, these types of keys (and their secure derivations) are widely
supported among many cloud-based key management systems.</t>

<t>While both signing approaches are allowed, GNAP treats these two classes of keys somewhat
differently. Only the public portion of asymmetric keys are allowed to be sent by value
in requests to the AS when establishing a connection. Since sending a symmetric key (or
the private portion of an asymmetric key) would expose the signing material to any parties
on the request path, including any attackers, sending these kinds of keys is prohibited.
Symmetric keys can still be used by client instances, but only a reference to the key and
not its value can be sent. This allows the AS to use pre-registered symmetric keys as well
as key derivation schemes to take advantage of symmetric cryptography but without requiring
key distribution at runtime, which would expose the keys in transit.</t>

<t>Both the AS and client software can use systems such as hardware security modules to strengthen
their key security storage and generation for both asymmetric and symmetric keys (see also <xref target="key-protection"/>).</t>

</section>
<section anchor="security-access-tokens"><name>Generation of Access Tokens</name>

<t>The content of access tokens need to be such that only the generating AS would be able to
create them, and the contents cannot be manipulated by an attacker to gain different or additional
access rights.</t>

<t>One method for accomplishing this is to use a cryptographically random value for the access token,
generated by the AS using a secure randomization function with sufficiently high entropy. The odds of
an attacker guessing the output of the randomization function to collide with a valid access token
are exceedingly small, and even then the attacker would not have any control over what the
access token would represent since that information would be held close by the AS.</t>

<t>Another method for accomplishing this is to use a structured token that is cryptographically signed.
In this case, the payload of the access token declares to the RS what the token is good for, but
the signature applied by the AS during token generation covers this payload. Only the AS can create
such a signature and therefore only the AS can create such a signed token. The odds of an attacker
being able to guess a signature value with a useful payload are exceedingly small. This technique
only works if all targeted RS's check the signature of the access token. Any RS that does not
validate the signature of all presented tokens would be susceptible to injection of a modified
or falsified token. Furthermore, an AS has to carefully protect the keys used to sign access
tokens, since anyone with access to these signing keys would be able to create seemingly-valid
access tokens using them.</t>

</section>
<section anchor="security-bearer-tokens"><name>Bearer Access Tokens</name>

<t>Bearer access tokens can be used by any party that has access to the token itself, without any additional
information. As a natural consequence, any RS that a bearer token is presented to has the technical
capability of presenting that bearer token to another RS, as long as the token is valid. It also
means that any party that is able capture of the token value in storage or in transit is able to
use the access token. While bearer tokens are inherently simpler, this simplicity has been misapplied
and abused in making needlessly insecure systems.</t>

<t>In GNAP, key-bound access tokens are the default due to their higher security properties. While
bearer tokens can be used in GNAP, their use should be limited to cases where the simplicity
benefits outweigh the significant security downsides.</t>

</section>
<section anchor="security-bound-tokens"><name>Key-Bound Access Tokens</name>

<t>Key-bound access tokens, as the name suggests, are bound to a specific key and must be
presented along with proof of that key during use. The key itself is not presented at the same
time as the token, so even if a token value is captured, it cannot be used to make a new request. This
is particularly true for an RS, which will see the token value but will not see the keys used
to make the request.</t>

<t>Key-bound access tokens provide this additional layer of protection only when the RS checks the
signature of the message presented with the token. Acceptance of an invalid presentation signature,
or failure to check the signature entirely, would allow an attacker to make calls with a captured
access token without having access to the related signing key material.</t>

<t>In addition to validating the signature of the presentation message itself,
the RS also needs to ensure that the signing key used is appropriate for the presented token.
If an RS does not ensure that the right keys were used to sign a message with a specific
token, an attacker would be able to capture an access token and sign the request with their own
keys, thereby negating the benefits of using key-bound access tokens.</t>

<t>The RS also needs to ensure that sufficient portions of the message are covered by the
signature. Any items outside the signature could still affect the API's processing decisions,
but these items would not be strongly bound to the token presentation. As such, an attacker
could capture a valid request, then manipulate portions of the request outside of the
signature envelope in order to cause unwanted actions at the protected API.</t>

<t>Some key-bound tokens are susceptible to replay attacks, depending on the details of the signing method
used. If a signature method covers only portions of a given request, that same signature proof can
be used by an attacker to make a similar call, potentially even varying elements that are outside of
the protection of the signature. Key proofing mechanisms used with access tokens therefore need
to use replay protection mechanisms covered under the signature such as a per-message nonce, a
reasonably short time validity window, or other uniqueness constraints. The details of using these
will vary depending on the key proofing mechanism in use, but for example, HTTP Message Signatures
has both a <spanx style="verb">created</spanx> and <spanx style="verb">nonce</spanx> signature parameter as well as the ability to cover significant
portions of the HTTP message.</t>

</section>
<section anchor="security-credentials"><name>Exposure of End-user Credentials to Client Instance</name>

<t>As a delegation protocol, one of the main goals of GNAP is to prevent the client software from being
exposed to any credentials or information about the end user or resource owner as a requirement
of the delegation process. By using the variety of interaction mechanisms, the resource owner can
interact with the AS without ever authenticating to the client software, and without the client
software having to impersonate the resource owner through replay of their credentials.</t>

<t>Consequently, no interaction methods defined in the GNAP core require the end user to enter their
credentials, but it is technologically possible for an extension to be defined to carry such values.
Such an extension would be dangerous as it would allow rogue client software to directly collect, store,
and replay the end user's credentials outside of any legitimate use within a GNAP request.</t>

<t>The concerns of such an extension could be mitigated through use of a challenge and response
unlocked by the end user's credentials. For example, the AS presents a challenge as part of
an interaction start method, and the client instance signs that challenge using a key derived
from a password presented by the end user. It would be possible for the client software to
collect this password in a secure software enclave without exposing the password to the rest
of the client software or putting it across the wire to the AS. The AS can validate this challenge
response against a known password for the identified end user. While an approach such as this does
not remove all of the concerns surrounding such a password-based scheme, it is at least
possible to implement in a more secure fashion than simply collecting and replaying
the password. Even so, such schemes should only ever be used by trusted clients due to
the ease of abusing them.</t>

</section>
<section anchor="security-mixup"><name>Mixing Up Authorization Servers</name>

<t>If a client instance is able to work with multiple AS's simultaneously, it is more possible
for an attacker to add a compromised AS to the client instance's configuration and cause the
client software to start a request at the compromised AS. This AS could then proxy the client's
request to a valid AS in order to attempt to get the resource owner to approve access for
the legitimate client instance.</t>

<t>A client instance needs to always be aware of which AS it is talking to throughout a grant process, and ensure
that any callback for one AS does not get conflated with the callback to different AS. The interaction finish
hash calculate allows a client instance to protect against this kind of substitution, but only if
the client instance validates the hash. If the client instance does not use an interaction finish method
or does not check the interaction finish hash value, the compromised AS can be granted a valid
access token on behalf of the resource owner. See <xref target="AXELAND2021"/> for details
of one such attack, which has been since addressed in this document by including the grant endpoint
in the interaction hash calculation. The client instance still needs to validate the hash for
the attack to be prevented.</t>

</section>
<section anchor="security-client-userinfo"><name>Processing of Client-Presented User Information</name>

<t>GNAP allows the client instance to present assertions and identifiers of the current user to the AS as
part of the initial request. This information should only ever be taken by the AS as a hint, since the
AS has no way to tell if the represented person is present at the client software, without using
an interaction mechanism. This information does not guarantee the given user is there, but it does
constitute a statement by the client software that the AS can take into account.</t>

<t>For example, if a specific user is claimed to be present prior to interaction, but a different user
is shown to be present during interaction, the AS can either determine this to be an error or signal
to the client instance through returned subject information that the current user has changed from
what the client instance thought. This user information can also be used by the AS to streamline the
interaction process when the user is present. For example, instead of having the user type in their
account identifier during interaction at a redirected URI, the AS can immediately challenge the user
for their account credentials. Alternatively, if an existing session is detected, the AS can
determine that it matches the identifier provided by the client and subsequently skip an explicit
authentication event by the resource owner.</t>

<t>In cases where the AS trusts the client software more completely, due to policy
or by previous approval of a given client instance, the AS can take this user information as a
statement that the user is present and could issue access tokens and release subject information
without interaction. The AS should only take such action in very limited circumstances, as a
client instance could assert whatever it likes for the user's identifiers in its request.</t>

<t>When a client instance presents an assertion to the AS, the AS needs to evaluate that assertion. Since
the AS is unlikely to be the intended audience of an assertion held by the client software, the AS will
need to evaluate the assertion in a different context. Even in this case, the AS can still evaluate
that the assertion was generated by a trusted party, was appropriately signed, and is within
any time validity windows stated by the assertion. If the client instance's audience identifier
is known to the AS and can be associated with the client instance's presented key, the AS can also
evaluate that the appropriate client instance is presenting the claimed assertion. All of this
will prevent an attacker from presenting a manufactured assertion, or one captured from an
untrusted system. However, without validating the audience of the assertion, a captured assertion
could be presented by the client instance to impersonate a given end user. In such cases, the assertion
offers little more protection than a simple identifier would.</t>

<t>A special case exists where the AS is the generator of the assertion being presented by the
client instance. In these cases, the AS can validate that it did issue the assertion and
it is associated with the client instance presenting the assertion.</t>

</section>
<section anchor="security-registration"><name>Client Instance Pre-registration</name>

<t>Each client instance is identified by its own unique key, and for some kinds of client software such as a
web server or backend system, this identification can be facilitated by registering a single key for a piece
of client software ahead of time. This registration can be associated with a set of display attributes to
be used during the authorization process, identifying the client software to the user. In these cases,
it can be assumed that only one instance of client software will exist, likely to serve many different
users.</t>

<t>A client's registration record needs to include its identifying key. Furthermore, it is the case that
any clients using symmetric cryptography for key proofing mechanisms need to have their keys pre-registered.
The registration should also include any information that would aid in the authorization process, such as
a display name and logo. The registration record can also limit a given client to ask for certain
kinds of information and access, or be limited to specific interaction mechanisms at runtime.</t>

<t>It also is sensible to pre-register client instances when the software is acting autonomously, without
the need for a runtime approval by a resource owner or any interaction with an end user. In these cases,
an AS needs to rest on the trust decisions that have been determined prior to runtime in determining
what rights and tokens to grant to a given client instance.</t>

<t>However, it does not make sense to pre-register many types of clients. Single-page applications (SPAs) and
mobile/desktop applications in particular present problems with pre-registration. For SPAs, the instances
are ephemeral in nature and long-term registration of a single instance leads to significant storage and
management overhead at the AS. For mobile applications, each installation of the client software is
a separate instance, and sharing a key among all instances would be detrimental to security as the
compromise of any single installation would compromise all copies for all users.</t>

<t>An AS can treat these classes of client software differently from each other, perhaps by allowing access
to certain high-value APIs only to pre-registered known clients, or by requiring an active end user
delegation of authority to any client software not pre-registered.</t>

<t>An AS can also provide warnings and caveats to resource owners during the authorization process, allowing
the user to make an informed decision regarding the software they are authorizing. For example, if the AS
has done vetting of the client software and this specific instance, it can present a different authorization
screen compared to a client instance that is presenting all of its information at runtime.</t>

</section>
<section anchor="security-impersonation"><name>Client Instance Impersonation</name>

<t>If client instances are allowed to set their own user-facing display information, such as a display name and website
URL, a malicious client instance could impersonate legitimate client software for the purposes of tricking
users into authorizing the malicious client.</t>

<t>Requiring clients to pre-register does not fully mitigate this problem since many pre-registration
systems have self-service portals for management of client registration, allowing authenticated developers
to enter self-asserted information into the management portal.</t>

<t>An AS can mitigate this by actively filtering all self-asserted values presented by client software,
both dynamically as part of GNAP and through a registration portal, to limit the kinds of impersonation that
would be done.</t>

<t>An AS can also warn the resource owner about the provenance of the information it is displaying, allowing
the resource owner to make a more informed delegation decision. For example, an AS can visually differentiate
between a client instance that can be traced back to a specific developer's registration and an
instance that has self-asserted its own key and display information.</t>

</section>
<section anchor="security-browser-interception"><name>Interception of Information in the Browser</name>

<t>Most information passed through the web-browser is susceptible to interception and possible manipulation by
elements within the browser such as scripts loaded within pages. Information in the URI is exposed
through browser and server logs, and can also leak to other parties through HTTP <spanx style="verb">Referer</spanx> headers.</t>

<t>GNAP's design limits the information passed directly through the browser, allowing for opaque URIs in most circumstances.
For the redirect-based interaction finish mechanism, named query parameters are used to carry
unguessable opaque values. For these, GNAP requires creation and validation of a cryptographic
hash to protect the query parameters added to the URI and associate them with an ongoing grant
process. The client instance has to properly validate this hash to prevent an attacker from
injecting an interaction reference intended for a different AS or client instance.</t>

<t>Several interaction start mechanisms use URIs created by the AS and passed to the client instance.
While these URIs are opaque to the client instance, it's possible for the AS to include parameters,
paths, and other pieces of information that could leak security data or be manipulated by a party
in the middle of the transaction.</t>

</section>
<section anchor="security-callback-uri"><name>Callback URI Manipulation</name>

<t>The callback URI used in interaction finish mechanisms is defined by the client instance. This URI is
opaque to the AS, but can contain information relevant to the client instance's operations. In
particular, the client instance can include state information to allow the callback request to
be associated with an ongoing grant request.</t>

<t>Since this URI is exposed to the end user's browser, it is susceptible to both logging and manipulation
in transit before the request is made to the client software. As such, a client instance should
never put security-critical or private information into the callback URI in a cleartext form. For example,
if the client software includes a post-redirect target URI in its callback URI to the AS, this target URI
could be manipulated by an attacker, creating an open redirector at the client. Instead,
a client instance can use an unguessable identifier into the URI that can then be used by the client
software to look up the details of the pending request. Since this approach requires some form of statefulness
by the client software during the redirection process, clients that are not capable of holding state
through a redirect should not use redirect-based interaction mechanisms.</t>

</section>
<section anchor="security-redirect-status-codes"><name>Redirection Status Codes</name>

<t>As already described in <xref target="I-D.ietf-oauth-security-topics"/>, a server should never use the HTTP 307
status code to redirect a request that potentially contains user credentials. If an HTTP redirect
is used for such a request, the HTTP status code 303 "See Other" should be used instead.</t>

<t>The status code 307, as defined in the HTTP standard <xref target="RFC7231"/>, requires the user agent
to preserve the method and body of a request, thus submitting the body of the POST
request to the redirect target. In the HTTP standard <xref target="RFC7231"/>, only the status code 303 unambiguously enforces
rewriting the HTTP POST request to an HTTP GET request, which eliminates the POST body from the redirected request. For all other status codes, including
status code 302, user agents are allowed not to rewrite a POST request into a GET request and thus
to resubmit the body.</t>

<t>The use of status code 307 results in a vulnerability when using the
<xref target="response-interact-finish"><spanx style="verb">redirect</spanx> interaction finish method</xref>. With this method, the AS
potentially prompts the RO to enter their credentials in a form that is then submitted back to the
AS (using an HTTP POST request). The AS checks the credentials and, if successful, may directly
redirect the RO to the client instance's redirect URI. Due to the use of status code 307, the RO's
user agent now transmits the RO's credentials to the client instance. A malicious client instance
can then use the obtained credentials to impersonate the RO at the AS.</t>

<t>Redirection away from the initial URI in an interaction session could also leak information found in that
initial URI through the HTTP <spanx style="verb">Referer</spanx> header field, which would be sent by the user agent to the redirect
target. To avoid such leakage, a server can first redirect to an internal interstitial page without any identifying
or sensitive information on the URI before processing the request. When the user agent is ultimately
redirected from this page, no part of the original interaction URI will be found in the Referrer header.</t>

</section>
<section anchor="security-mtls"><name>MTLS Message Integrity</name>

<t>The <xref target="mtls">MTLS key proofing mechanism</xref> provides a means for a client instance to present a key
using a certificate at the TLS layer. Since TLS protects the entire HTTP message in transit,
verification of the TLS client certificate presented with the message provides a sufficient binding
between the two. However, since TLS is functioning at a separate layer from HTTP, there is no
direct connection between the TLS key presentation and the message itself, other than the fact that
the message was presented over the TLS channel. That is to say, any HTTP message can be presented
over the TLS channel in question with the same level of trust. The verifier is responsible for
ensuring the key in the TLS client certificate is the one expected for a particular request. For
example, if the request is a <xref target="request">grant request</xref>, the AS needs to compare the TLS client
certificate presented at the TLS layer to the key identified in the request body itself (either
by value or through a referenced identifier).</t>

<t>Furthermore, the prevalence of the TLS-terminating reverse proxy (TTRP) pattern in deployments adds
a wrinkle to the situation. In this common pattern, the TTRP validates the TLS connection and then forwards the HTTP message contents onward to an internal system for processing. The system
processing the HTTP message no longer has access to the original TLS connection's information and
context. To compensate for this, the TTRP could inject the TLS client certificate into the forwarded
request as a header parameter using <xref target="I-D.ietf-httpbis-client-cert-field"/>, giving the downstream
system access to the certificate information. The TTRP has to be trusted to provide accurate
certificate information, and the connection between the TTRP and the downstream system also has to
be protected. The TTRP could provide some additional assurance, for example, by adding its own
signature to the <spanx style="verb">Client-Cert</spanx> header field using <xref target="I-D.ietf-httpbis-message-signatures"/>. This
signature would be effectively ignored by GNAP but understood by the downstream service as part
of its deployment.</t>

<t>Additional considerations for different types of deployment patterns and key distribution
mechanisms for MTLS are found in <xref target="security-mtls-patterns"/>.</t>

</section>
<section anchor="security-mtls-patterns"><name>MTLS Deployment Patterns</name>

<t>GNAP does not specify how a client instance's keys could be made known to the AS ahead of time.
Public Key Infrastructure (PKI) can be used to manage the keys used by client instances when calling
the AS, allowing the AS to trust a root key from a trusted authority. This method is particularly
relevant to the MTLS key proofing method, where the client instance
presents its certificate to the AS as part of the TLS connection. An AS using PKI to validate the
MTLS connection would need to ensure that the presented certificate was issued by a trusted certificate
authority before allowing the connection to continue. PKI-based certificates would allow a key to be revoked
and rotated through management at the certificate authority without requiring additional registration
or management at the AS. PKI has historically been difficult to deploy, especially at scale, but it
remains an appropriate solution for systems where the required overhead is not an impediment.</t>

<t>MTLS in GNAP need not use a PKI backing, as self-signed certificates and certificates from untrusted
authorities can still be presented as part of a TLS connection. In this case, the verifier would
validate the connection but accept whatever certificate was presented by the client software. This
specific certificate would then be bound to all future connections from that client software by
being bound to the resulting access tokens. See <xref target="security-mtls"/> for more considerations on MTLS
as a key proofing mechanism.</t>

</section>
<section anchor="security-as-response"><name>Interception of Responses from the AS</name>

<t>Responses from the AS contain information vital to both the security and privacy operations of
GNAP. This information includes nonces used in cryptographic calculations, subject identifiers,
assertions, public keys, and information about what client software is requesting and was granted.</t>

<t>In addition, if bearer tokens are used or keys are issued alongside a bound access token, the
response from the AS contains all information necessary for use of the contained access token. Any
party that is capable of viewing such a response, such as an intermediary proxy, would be able
to exfiltrate and use this token. If the access token is instead bound to the client instance's
presented key, intermediaries no longer have sufficient information to use the token. They can
still, however, gain information about the end user as well as the actions of the client software.</t>

</section>
<section anchor="security-key-distribution"><name>Key Distribution</name>

<t>The keys for client instances could be distributed as part of the deployment process of instances
of the client software. For example, an application installation framework could generate
a keypair for each copy of client software, then both install it into the client software
upon installation and registering that instance with the AS.</t>

<t>Additionally, it's possible for the AS to generate keys to be used with access tokens that
are separate from the keys used by the client instance to request tokens. In this method,
the AS would generate the asymmetric keypair or symmetric key and return the entire key,
including all private signing information, to the client instance alongside the access
token itself. This approach would make interception of the return from the token endpoint
equivalent to that of a bearer token, since all information required to use the access token
would be present in the request.</t>

</section>
<section anchor="security-key-rotation"><name>Key Rotation Policy</name>

<t>When keys are rotated, there could be a delay in the propagation of that rotation to various components in the AS's ecosystem. The AS can define its own policy regarding the timeout of the <spanx style="verb">previous_key</spanx>, either making it immediately obsolete or allowing for a limited grace period during which both the <spanx style="verb">previous_key</spanx> and the current key can be used for signing requests. Such a grace period can be useful when there are multiple running copies of the client that are coordinated with each other. For example, the client software could be deployed as a cloud service with multiple orchestrated nodes. Each of these copies is deployed using the same key and therefore all the nodes represent the same client instance to the AS. In such cases, it can be difficult, or even impossible, to update the keys on all these copies in the same instant.</t>

<t>The need for accommodating such known delays in the system needs to be balanced with the risk of allowing an old key to still be used. Narrowly restricting the exposure opportunities for exploit at the AS in terms of time, place, and method makes exploit significantly more difficult, especially if the exception happens only once. For example, the AS can reject requests from the <spanx style="verb">previous_key</spanx> (or any previous one before it) to cause rotation to a new key, or at least ensure that the rotation happens to the same known key.</t>

<t>See also the related considerations for token values in <xref target="security-network-management"/>.</t>

</section>
<section anchor="security-polling"><name>Interaction Finish Modes and Polling</name>

<t>During the interaction process, the client instance usually hands control of the user experience
over to another component, beit the system browser, another application, or some action
the resource owner is instructed to take on another device. By using an interaction finish
method, the client instance can be securely notified by the AS when the interaction is completed
and the next phase of the protocol should occur. This process includes information that the
client instance can use to validate the finish call from the AS and prevent some injection,
session hijacking, and phishing attacks.</t>

<t>Some types of client deployment are unable to receive an interaction finish message.
Without an interaction finish method to notify it, the client instance will need to poll the
grant continuation API while waiting for the resource owner to approve or deny the request.
An attacker could take advantage of this situation by capturing the interaction start
parameters and phishing a legitimate user into authorizing the attacker's waiting
client instance, which would in turn have no way of associating the completed interaction
with the start of the request.</t>

<t>However, it is important to note that this pattern is practically indistinguishable
from some legitimate use cases. For example, a smart device emits a code for
the resource owner to enter on a separate device. The smart device has to poll
because the expected behavior is that the interaction will take place on the separate
device, without a way to return information to the original device's context.</t>

<t>As such, developers need to weigh the risks of forgoing an interaction finish
method against the deployment capabilities of the client software and its
environment. Due to the increased security, an interaction finish method should
be employed whenever possible.</t>

</section>
<section anchor="security-sessions"><name>Session Management for Interaction Finish Methods</name>

<t>When using an interaction finish method such as <spanx style="verb">redirect</spanx> or <spanx style="verb">push</spanx>, the client instance receives
an unsolicited HTTP request from an unknown party. The client
instance needs to be able to successfully associate this incoming request with a specific pending
grant request being managed by the client instance. If the client instance is not careful and precise about
this, an attacker could associate their own session at the client instance with a stolen interaction
response. The means of preventing this varies by the type of client software and interaction methods in use.
Some common patterns are enumerated here.</t>

<t>If the end user interacts with the client instance through a web browser and the <spanx style="verb">redirect</spanx>
interaction finish method is used, the client instance can ensure that the incoming HTTP request
from the finish method is presented in the same browser session that the grant request was
started in. This technique is particularly useful when the <spanx style="verb">redirect</spanx> interaction start mode
is used as well, since in many cases the end user will follow the redirection with the
same browser that they are using to interact with the client instance.
The client instance can then store the relevant pending grant information in the
session, either in the browser storage directly (such as with a single-page application) or
in an associated session store on a back-end server. In both cases, when the incoming request
reaches the client instance, the session information can be used to ensure that the same party
that started the request is present as the request finishes.</t>

<t>Ensuring that the same party that started a request is present when that request finishes can
prevent phishing attacks, where an attacker starts a request at an honest client instance and
tricks an honest RO into authorizing it. For example, if an honest end user (that also acts as the
RO) wants to start a request through a client instance controlled by the attacker, the attacker can
start a request at an honest client instance and then redirect the honest end user to the
interaction URI from the attackers session with the honest client instance. If the honest end user
then fails to realize that it is not authorizing the attacker-controlled client instance (with which
it started its request) but the honest client instance when interacting with the AS, the attacker's
session with the honest client instance would be authorized. This would give the attacker access to
the honest end user's resources that the honest client instance is authorized to access. However,
if after the interaction the AS redirects the honest end user back to the client instance whose
grant request the end user just authorized, the honest end user is redirected to the honest client
instance. The honest client instance can then detect that it is not the party that started the
request that is present, since the request at the honest client instance was started by the
attacker, which can prevent the attack. This is related to <xref target="security-impersonation"/>, because again
the attack can be prevented by the AS informing the user as much as possible about the client
instance that is to be authorized.</t>

<t>If the end user does not interact with the client instance through a web browser or the interaction
start method does not use the same browser or device that the end user is interacting through
(such as the launch of a second device through a scannable code or presentation of a user code) the
client instance will not be able to strongly associate an incoming HTTP request with an established
session with the end user. This is also true when the <spanx style="verb">push</spanx> interaction finish method is used,
since the HTTP request comes directly from the interaction component of the AS. In these
circumstances, the client instance can at least ensure that the incoming HTTP
request can be uniquely associated with an ongoing grant request by making the interaction finish
callback URI unique for the grant when making the <xref target="request-interact-finish">interaction request</xref>.
Mobile applications and other client instances that generally serve only a single end user at a time
can use this unique incoming URL to differentiate between a legitimate incoming request and
an attacker's stolen request.</t>

<t>If the client instance does not have the ability to use an interaction finish method, it can
use polling to continue the request. The tradeoffs of this approach are discussed in
<xref target="security-polling"/>, and if possible, an explicit interaction finish method should be
used instead.</t>

</section>
<section anchor="security-interact-hash"><name>Calculating Interaction Hash</name>

<t>The calculation of the interaction hash value provides defence in depth, allowing a client
instance to protect itself from spurious injection of interaction references when using a
callback finish method. The AS is protected during this attack through the
continuation access token being bound to the expected interaction reference,
but without hash calculation, the attacker could cause the client to make an
HTTP request on command. With both of these in place, an attacker attempting to substitute the interaction reference
is stopped in several places.</t>

<figure><artset><artwork  type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="448" width="456" viewBox="0 0 456 448" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
<path d="M 8,48 L 8,416" fill="none" stroke="black"/>
<path d="M 64,48 L 64,416" fill="none" stroke="black"/>
<path d="M 120,48 L 120,224" fill="none" stroke="black"/>
<path d="M 120,256 L 120,272" fill="none" stroke="black"/>
<path d="M 120,336 L 120,368" fill="none" stroke="black"/>
<path d="M 120,400 L 120,416" fill="none" stroke="black"/>
<path d="M 192,48 L 192,224" fill="none" stroke="black"/>
<path d="M 192,256 L 192,272" fill="none" stroke="black"/>
<path d="M 192,336 L 192,368" fill="none" stroke="black"/>
<path d="M 192,400 L 192,416" fill="none" stroke="black"/>
<path d="M 248,32 L 248,160" fill="none" stroke="black"/>
<path d="M 248,224 L 248,304" fill="none" stroke="black"/>
<path d="M 248,336 L 248,432" fill="none" stroke="black"/>
<path d="M 320,32 L 320,160" fill="none" stroke="black"/>
<path d="M 320,224 L 320,304" fill="none" stroke="black"/>
<path d="M 320,336 L 320,432" fill="none" stroke="black"/>
<path d="M 376,32 L 376,432" fill="none" stroke="black"/>
<path d="M 448,32 L 448,432" fill="none" stroke="black"/>
<path d="M 24,32 L 48,32" fill="none" stroke="black"/>
<path d="M 136,32 L 176,32" fill="none" stroke="black"/>
<path d="M 248,32 L 320,32" fill="none" stroke="black"/>
<path d="M 376,32 L 448,32" fill="none" stroke="black"/>
<path d="M 192,94 L 208,94" fill="none" stroke="black"/><path d="M 192,98 L 208,98" fill="none" stroke="black"/>
<path d="M 224,94 L 240,94" fill="none" stroke="black"/><path d="M 224,98 L 240,98" fill="none" stroke="black"/>
<path d="M 320,112 L 336,112" fill="none" stroke="black"/>
<path d="M 352,112 L 368,112" fill="none" stroke="black"/>
<path d="M 328,128 L 344,128" fill="none" stroke="black"/>
<path d="M 360,128 L 376,128" fill="none" stroke="black"/>
<path d="M 200,142 L 216,142" fill="none" stroke="black"/><path d="M 200,146 L 216,146" fill="none" stroke="black"/>
<path d="M 232,142 L 248,142" fill="none" stroke="black"/><path d="M 232,146 L 248,146" fill="none" stroke="black"/>
<path d="M 192,174 L 216,174" fill="none" stroke="black"/><path d="M 192,178 L 216,178" fill="none" stroke="black"/>
<path d="M 232,174 L 368,174" fill="none" stroke="black"/><path d="M 232,178 L 368,178" fill="none" stroke="black"/>
<path d="M 200,206 L 336,206" fill="none" stroke="black"/><path d="M 200,210 L 336,210" fill="none" stroke="black"/>
<path d="M 352,206 L 376,206" fill="none" stroke="black"/><path d="M 352,210 L 376,210" fill="none" stroke="black"/>
<path d="M 64,238 L 88,238" fill="none" stroke="black"/><path d="M 64,242 L 88,242" fill="none" stroke="black"/>
<path d="M 104,238 L 240,238" fill="none" stroke="black"/><path d="M 104,242 L 240,242" fill="none" stroke="black"/>
<path d="M 320,256 L 336,256" fill="none" stroke="black"/>
<path d="M 352,256 L 368,256" fill="none" stroke="black"/>
<path d="M 328,272 L 344,272" fill="none" stroke="black"/>
<path d="M 360,272 L 376,272" fill="none" stroke="black"/>
<path d="M 72,286 L 216,286" fill="none" stroke="black"/><path d="M 72,290 L 216,290" fill="none" stroke="black"/>
<path d="M 232,286 L 248,286" fill="none" stroke="black"/><path d="M 232,290 L 248,290" fill="none" stroke="black"/>
<path d="M 64,318 L 88,318" fill="none" stroke="black"/><path d="M 64,322 L 88,322" fill="none" stroke="black"/>
<path d="M 104,318 L 368,318" fill="none" stroke="black"/><path d="M 104,322 L 368,322" fill="none" stroke="black"/>
<path d="M 72,350 L 88,350" fill="none" stroke="black"/><path d="M 72,354 L 88,354" fill="none" stroke="black"/>
<path d="M 104,350 L 120,350" fill="none" stroke="black"/><path d="M 104,354 L 120,354" fill="none" stroke="black"/>
<path d="M 64,382 L 88,382" fill="none" stroke="black"/><path d="M 64,386 L 88,386" fill="none" stroke="black"/>
<path d="M 104,382 L 240,382" fill="none" stroke="black"/><path d="M 104,386 L 240,386" fill="none" stroke="black"/>
<path d="M 320,400 L 336,400" fill="none" stroke="black"/>
<path d="M 352,400 L 368,400" fill="none" stroke="black"/>
<path d="M 24,432 L 48,432" fill="none" stroke="black"/>
<path d="M 136,432 L 176,432" fill="none" stroke="black"/>
<path d="M 248,432 L 320,432" fill="none" stroke="black"/>
<path d="M 376,432 L 448,432" fill="none" stroke="black"/>
<path d="M 24,32 C 15.16936,32 8,39.16936 8,48" fill="none" stroke="black"/>
<path d="M 48,32 C 56.83064,32 64,39.16936 64,48" fill="none" stroke="black"/>
<path d="M 136,32 C 127.16936,32 120,39.16936 120,48" fill="none" stroke="black"/>
<path d="M 176,32 C 184.83064,32 192,39.16936 192,48" fill="none" stroke="black"/>
<path d="M 24,432 C 15.16936,432 8,424.83064 8,416" fill="none" stroke="black"/>
<path d="M 48,432 C 56.83064,432 64,424.83064 64,416" fill="none" stroke="black"/>
<path d="M 136,432 C 127.16936,432 120,424.83064 120,416" fill="none" stroke="black"/>
<path d="M 176,432 C 184.83064,432 192,424.83064 192,416" fill="none" stroke="black"/>
<polygon class="arrowhead" points="376,400 364,394.4 364,405.6 " fill="black" transform="rotate(0,368,400)"/>
<polygon class="arrowhead" points="376,320 364,314.4 364,325.6 " fill="black" transform="rotate(0,368,320)"/>
<polygon class="arrowhead" points="376,256 364,250.4 364,261.6 " fill="black" transform="rotate(0,368,256)"/>
<polygon class="arrowhead" points="376,176 364,170.4 364,181.6 " fill="black" transform="rotate(0,368,176)"/>
<polygon class="arrowhead" points="376,112 364,106.4 364,117.6 " fill="black" transform="rotate(0,368,112)"/>
<polygon class="arrowhead" points="336,272 324,266.4 324,277.6 " fill="black" transform="rotate(180,328,272)"/>
<polygon class="arrowhead" points="336,128 324,122.4 324,133.6 " fill="black" transform="rotate(180,328,128)"/>
<polygon class="arrowhead" points="248,384 236,378.4 236,389.6 " fill="black" transform="rotate(0,240,384)"/>
<polygon class="arrowhead" points="248,240 236,234.4 236,245.6 " fill="black" transform="rotate(0,240,240)"/>
<polygon class="arrowhead" points="248,96 236,90.4 236,101.6 " fill="black" transform="rotate(0,240,96)"/>
<polygon class="arrowhead" points="208,208 196,202.4 196,213.6 " fill="black" transform="rotate(180,200,208)"/>
<polygon class="arrowhead" points="208,144 196,138.4 196,149.6 " fill="black" transform="rotate(180,200,144)"/>
<polygon class="arrowhead" points="80,352 68,346.4 68,357.6 " fill="black" transform="rotate(180,72,352)"/>
<polygon class="arrowhead" points="80,288 68,282.4 68,293.6 " fill="black" transform="rotate(180,72,288)"/>
<g class="text">
<text x="36" y="52">User</text>
<text x="156" y="52">Attacker</text>
<text x="284" y="52">Client</text>
<text x="412" y="52">AS</text>
<text x="284" y="68">Instance</text>
<text x="216" y="100">1</text>
<text x="344" y="116">2</text>
<text x="352" y="132">3</text>
<text x="224" y="148">4</text>
<text x="224" y="180">5</text>
<text x="248" y="196">|</text>
<text x="320" y="196">|</text>
<text x="344" y="212">6</text>
<text x="96" y="244">A</text>
<text x="344" y="260">B</text>
<text x="352" y="276">C</text>
<text x="224" y="292">D</text>
<text x="120" y="308">|</text>
<text x="192" y="308">|</text>
<text x="96" y="324">E</text>
<text x="96" y="356">7</text>
<text x="96" y="388">F</text>
<text x="344" y="404">G</text>
</g>
</svg>
</artwork><artwork  type="ascii-art"><![CDATA[
 .----.        .------.       +--------+      +--------+
| User |      |Attacker|      | Client |      |   AS   |
|      |      |        |      |Instance|      |        |
|      |      |        |      |        |      |        |
|      |      |        +=(1)=>|        |      |        |
|      |      |        |      |        +-(2)->|        |
|      |      |        |      |        |<-(3)-+        |
|      |      |        |<=(4)=+        |      |        |
|      |      |        |      |        |      |        |
|      |      |        +==(5)================>|        |
|      |      |        |      |        |      |        |
|      |      |        |<================(6)==+        |
|      |      |        |      |        |      |        |
|      +==(A)================>|        |      |        |
|      |      |        |      |        +-(B)->|        |
|      |      |        |      |        |<-(C)-+        |
|      |<=================(D)=+        |      |        |
|      |      |        |      |        |      |        |
|      +==(E)================================>|        |
|      |      |        |      |        |      |        |
|      |<=(7)=+        |      |        |      |        |
|      |      |        |      |        |      |        |
|      +==(F)================>|        |      |        |
|      |      |        |      |        +-(G)->|        |
|      |      |        |      |        |      |        |
 `----`        `------`       +--------+      +--------+
]]></artwork></artset></figure>

<t><list style="symbols">
  <t>Prerequesits: The client instance can allow multiple end users to
  access the same AS. The attacker is attempting to associate their rights
  with the target user's session.</t>
  <t>(1) The attacker starts a session at the client instance.</t>
  <t>(2) The client instance creates a grant request with nonce CN1.</t>
  <t>(3) The AS responds to the grant request with a
  need to interact, nonce SN1, and a continuation token, CT1.</t>
  <t>(4) The client instructs the attacker to interact at the AS.</t>
  <t>(5) The attacker interacts at the AS.</t>
  <t>(6) The AS completes the interact finish with interact ref IR1 and
  interact hash IH1 calculated from (CN1 + SN1 + IR1 + AS).
  The attacker prevents IR1 from returning to the client instance.</t>
  <t>(A) The target user starts a session at the client instance.</t>
  <t>(B) The client instance creates a grant request with nonce CN2.</t>
  <t>(C) The AS responds to the grant request with a
  need to interact, nonce SN2, and a continuation token, CT2.</t>
  <t>(D) The client instance instructs the user to interact at the AS.</t>
  <t>(E) The target user interacts at the AS.</t>
  <t>(7) Before the target user can complete their interaction, the attacker
  delivers their own interact ref IR1 into the user's session. The attacker
  cannot calculate the appropriate hash because the attacker does not have
  access to CN2 and SN2.</t>
  <t>(F) The target user triggers the interaction finish in their own session
  with the attacker's IR1.</t>
  <t>(G) If the client instance is checking the interaction hash, the attack
  stops here because the hash calculation of (CN2 + SN2 + IR1 + AS) will fail.
  If the client instance does not check the interaction hash, the AS will
  reject the interaction request because it is presented against CT2 and not
  CT1 as expected.</t>
</list></t>

</section>
<section anchor="security-client-storage"><name>Storage of Information During Interaction and Continuation</name>

<t>When starting an interactive grant request, a client application has a number of protocol elements
that it needs to manage, including nonces, references, keys, access tokens, and other elements.
During the interaction process, the client instance usually hands control of the user experience
over to another component, beit the system browser, another application, or some action
the resource owner is instructed to take on another device. In order for the client instance
to make its continuation call, it will need to recall all of these protocol elements. Usually
this means the client instance will need to store these protocol elements in some retrievable
fashion.</t>

<t>If the security protocol elements are stored on the end user's device, such as in browser
storage or in local application data stores, capture and exfiltration of this information could
allow an attacker to continue a pending transaction instead of the client instance. Client
software can make use of secure storage mechanisms, including hardware-based key and data
storage, to prevent such exfiltration.</t>

<t>Note that in GNAP, the client instance has to choose its interaction finish URI prior to making
the first call to the AS. As such, the interaction finish URI will often have a unique identifier
for the ongoing request, allowing the client instance to access the correct portion of its
storage. Since this URI is passed to other parties and often used through a browser,
this URI should not contain any security-sensitive information that would be
valuable to an attacker, such as any token identifier, nonce, or user information. Instead, a
cryptographically random value is suggested.</t>

</section>
<section anchor="security-continuation"><name>Denial of Service (DoS) through Grant Continuation</name>

<t>When a client instance starts off an interactive process, it will eventually need to continue the grant
request in a subsequent message to the AS. It's possible for a naive client implementation to continuously
send continuation requests to the AS while waiting for approval, especially if no interaction
finish method is used. Such constant requests could overwhelm the AS's ability to respond to both
these and other requests.</t>

<t>To mitigate this for well-behaved client software, the continuation response contains a <spanx style="verb">wait</spanx> parameter
that is intended to tell the client instance how long it should wait until making its next request.
This value can be used to back off client software that is checking too quickly by returning increasing
wait times for a single client instance.</t>

<t>If client software ignores the <spanx style="verb">wait</spanx> value and makes its continuation calls too quickly, or if the
client software assumes the absence of the <spanx style="verb">wait</spanx> values means it should poll immediately, the AS
can choose to return errors to the offending client instance, including possibly canceling the
ongoing grant request. With well-meaning client software these errors can indicate a need to change
the client software's programmed behavior.</t>

</section>
<section anchor="security-random-exhaustion"><name>Exhaustion of Random Value Space</name>

<t>Several parts of the GNAP process make use of unguessable randomized values, such as nonces,
tokens, and randomized URIs. Since these values are intended to be unique, a sufficiently
powerful attacker could make a large number of requests to trigger generation of randomized
values in an attempt to exhaust the random number generation space. While this attack is
particularly applicable to the AS, client software could likewise be targeted by an attacker
triggering new grant requests against an AS.</t>

<t>To mitigate this, software can ensure that its random values are chosen from a significantly
large pool that exhaustion of that pool is prohibitive for an attacker. Additionally, the
random values can be time-boxed in such a way as their validity windows are reasonably short.
Since many of the random values used within GNAP are used within limited portions of the protocol,
it is reasonable for a particular random value to be valid for only a small amount of time.
For example, the nonces used for interaction finish hash calculation need only to be valid while
the client instance is waiting for the finish callback and can be functionally expired
when the interaction has completed. Similarly, artifacts like access tokens and the interaction
reference can be limited to have lifetimes tied to their functional utility. Finally, each
different category of artifact (nonce, token, reference, identifier, etc.) can be
generated from a separate random pool of values instead of a single global value space.</t>

</section>
<section anchor="security-front-channel"><name>Front-channel URIs</name>

<t>Some interaction methods in GNAP make use of URIs accessed through the end user's browser,
known collectively as front-channel communication. These URIs are most notably present in
the <spanx style="verb">redirect</spanx> interaction <spanx style="verb">start</spanx> method and the <spanx style="verb">redirect</spanx> interaction <spanx style="verb">finish</spanx> mode. Since
these URIs are intended to be given to the end user, the end user and their browser will be
subjected to anything hosted at that URI including viruses, malware, and phishing scams. This
kind of risk is inherent to all redirection-based protocols, including GNAP when used in this way.</t>

<t>When talking to a new or unknown AS, a client instance might want to check the URI from the
interaction <spanx style="verb">start</spanx> against a blocklist and warn the end user before redirecting them. Many
client instances will provide an interstitial message prior to redirection in order to prepare
the user for control of the user experience being handed to the domain of the AS, and such a
method could be used to warn the user of potential threats. For instance, a rogue AS impersonating
a well-known service provider. Client software can also prevent this by managing an allowlist
of known and trusted AS's.</t>

<t>Alternatively, an attacker could start a GNAP request with a known and trusted AS but include
their own attack site URI as the callback for the redirect <spanx style="verb">finish</spanx> method. The attacker would then send
the interaction <spanx style="verb">start</spanx> URI to the victim and get them to click on it. Since the URI is at
the known AS, the victim is inclined to do so. The victim will then be prompted to approve the
attacker's application, and in most circumstances the victim will then be redirected to the
attacker's site whether or not the user approved the request. The AS could mitigate this partially
by using a blocklist and allowlist of interaction <spanx style="verb">finish</spanx> URIs during the client instance's
initial request, but this approach can be  especially difficult if the URI has any dynamic portion
chosen by the client software. The AS can couple these checks with policies associated with the
client instance that has been authenticated in the request. If the AS has any doubt about the
interaction finish URI, the AS can provide an interstitial warning to the end user before
processing the redirect.</t>

<t>Ultimately, all protocols that use redirect-based communication through the user's browser are
susceptible to having an attacker try to co-opt one or more of those URIs in order to harm the
user. It is the responsibility of the AS and the client software to provide appropriate warnings,
education, and mitigation to protect end users.</t>

</section>
<section anchor="security-assertions"><name>Processing Assertions</name>

<t>Identity assertions can be used in GNAP to convey subject information, both from the AS to the
client instance in a <xref target="response-subject">response</xref> and from the client instance to the AS in
a <xref target="request-subject">request</xref>. In both of these circumstances, when an assertion is passed in
GNAP, the receiver of the assertion needs to parse and process the assertion. As assertions are
complex artifacts with their own syntax and security, special care needs to be taken to prevent the
assertion values from being used as an attack vector.</t>

<t>All assertion processing needs to account for the security aspects of the assertion format in
use. In particular, the processor needs to parse the assertion from a JSON string object,
and apply the appropriate cryptographic processes to ensure the integrity of the assertion.</t>

<t>For example, when SAML 2 assertions are used, the receiver hast to parse an XML document. There are
many well-known security vulnerabilities in XML parsers, and the XML standard itself can be
attacked through the use of processing instructions and entity expansions to cause problems
with the processor. Therefore, any system capable of processing SAML 2 assertions also needs to
have a secure and correct XML parser. In addition to this, the SAML 2 specification uses XML
Signatures, which have their own implementation problems that need to be accounted for. Similar
requirements exist for OpenID Connect's ID token, which is based on the JSON Web Token (JWT) format
and the related JSON Object Signing And Encryption (JOSE) cryptography suite.</t>

</section>
<section anchor="security-cuckoo"><name>Stolen Token Replay</name>

<t>If a client instance can request tokens at multiple AS's, and the client instance uses the same keys
to make its requests across those different AS's, then it is possible for an attacker to replay a
stolen token issued by an honest AS from a compromised AS, thereby binding the stolen token to
the client instance's key in a different context. The attacker can manipulate the client instance
into using the stolen token at an RS, particularly at an RS that is expecting a token from the
honest AS. Since the honest AS issued the token and the client instance presents the token with
its expected bound key, the attack succeeds.</t>

<t>This attack has several preconditions. In this attack, the attacker does not need access to the
client instance's key and cannot use the stolen token directly at the RS, but the attacker is able
to get the access token value in some fashion. The client instance also needs to be configured to
talk to multiple AS's, including the attacker's controlled AS. Finally, the client instance needs
to be able to be manipulated by the attacker to call the RS while using a token issued from the
stolen AS. The RS does not need to be compromised or made to trust the attacker's AS.</t>

<t>To protect against this attack, the client instance can use a different key for each AS that it
talks to. Since the replayed token will be bound to the key used at the honest AS, the
uncompromised RS will reject the call since the client instance will be using the key used at
the attacker's AS instead with the same token.
When the MTLS key proofing method is used, a client instance can use self-signed
certificates to use a different key for each AS that it talks to, as discussed in
<xref target="security-mtls-patterns"/>.</t>

<t>Additionally, the client instance can keep a strong association between the RS and a specific AS
that it trusts to issue tokens for that RS. This strong binding also helps against some forms of
<xref target="security-mixup">AS mix-up attacks</xref>. Managing this binding is outside the scope of GNAP core,
but it can be managed either as a configuration element for the client instance or dynamically
through <xref target="rs-request-without-token">discovering the AS from the RS</xref>.</t>

<t>The details of this attack are available in <xref target="HELMSCHMIDT2022"/> with additional discussion and considerations.</t>

</section>
<section anchor="security-stateless-tokens"><name>Self-contained Stateless Access Tokens</name>

<t>The contents and format of the access token are at the discretion of the AS, and are opaque
to the client instance within GNAP. As discussed in the companion document,
<xref target="I-D.ietf-gnap-resource-servers"/>, the AS and RS can make use of stateless access tokens
with an internal structure and format. These access tokens allow an RS to validate the token without
having to make any external calls at runtime, allowing for benefits in some deployments, the
discussion of which are outside the scope of this specification.</t>

<t>However, the use of such self-contained access tokens has an effect on the ability of the AS to
provide certain functionality defined within this specification. Specifically, since the access
token is self-contained, it is difficult or impossible for an AS to signal to all RS's within an
ecosystem when a specific access token has been revoked. Therefore, an AS in such an ecosystem
should probably not offer token revocation functionality to client instances, since the client
instance's calls to such an endpoint is effectively meaningless. However, a client instance calling
the token revocation function will also throw out its copy of the token, so such a placebo endpoint
might not be completely meaningless. Token rotation similarly difficult because the AS has to
revoke the old access token after a rotation call has been made. If the access tokens are
completely self-contained and non-revocable, this means that there will be a period of time during
which both the old and new access tokens are valid and usable, which is an increased security risk
for the environment.</t>

<t>These problems can be mitigated by keeping the validity time windows of self-contained access tokens
reasonably short, limiting the time after a revocation event that a revoked token could be used.
Additionally, the AS could proactively signal to RS's under its control identifiers for revoked
tokens that have yet to expire. This type of information push would be expected to be relatively
small and infrequent, and its implementation is outside the scope of this specification.</t>

</section>
<section anchor="security-network-management"><name>Network Problems and Token and Grant Management</name>

<t>If a client instance makes a call to rotate an access token but the network connection is dropped
before the client instance receives the response with the new access token, the system as a whole
can end up in an inconsistent state, where the AS has already rotated the old access token and
invalidated it, but the client instance only has access to the invalidated access token and not the
newly rotated token value. If the client instance retries the rotation request, it would fail
because the client is no longer presenting a valid and current access token. A similar situation
can occur during grant continuation, where the same client instance calls to continue or update
a grant request without successfully receiving the results of the update.</t>

<t>To combat this, both
<xref target="continue-request">grant Management</xref> and <xref target="token-management">token management</xref> are designed to be
idempotent, where subsequent calls to the same function with the same credentials are meant to
produce the same results. For example, multiple calls to rotate the same access token need to
result in the same rotated token value.</t>

<t>In practice, an AS can hold on to an old token value for such limited purposes. For example, to
support rotating access tokens over unreliable networks, the AS receives the initial request to
rotate an access token and creates a new token value and returns it. The AS also marks the old
token value as having been used to create the newly-rotated token value. If the AS sees the old
token value within a small enough time window, such as a few seconds since the first rotation
attempt, the AS can return the same rotated access token. Furthermore, once the system has seen the
newly-rotated token in use, the original token can be discarded because the client instance has
proved that it did receive the token. The result of this is a system that is
eventually self-consistent without placing an undue complexity burden on the client instance.</t>

</section>
<section anchor="security-ssrf"><name>Server-side Request Forgery (SSRF)</name>

<t>There are several places within GNAP where a URI can be given to a party causing it to fetch that
URI during normal operation of the protocol. If an attacker is able to control the value of one of
these URIs within the protocol, the attacker could cause the target system to execute a request on
a URI that is within reach of the target system but normally unavailable to the attacker. For
example, an attacker sending a URL of <spanx style="verb">http://localhost/admin</spanx> to cause the server to access an
internal function on itself, or <spanx style="verb">https://192.168.0.14/</spanx> to call a service behind a firewall.
Even if the attacker does not gain access to the results of the call, the side effects of such
requests coming from a trusted host can be problematic to the security and sanctity of such
otherwise unexposed endpoints.</t>

<t>In GNAP, the most vulnerable place in the core protocol is the
<xref target="interaction-pushback">push-based post-interaction finish method</xref>, as the client instance is
less trusted than the AS and can use this method to make the AS call an arbitrary URI. While it is
not required by the protocol, the AS can fetch other client-instance provided URIs such as the logo
image or home page, for verification or privacy-preserving purposes before displaying them to the
resource owner as part of a consent screen. Furthermore, extensions to GNAP that allow or require
URI fetch could also be similarly susceptible, such as a system for having the AS fetch a client
instance's keys from a presented URI instead of the client instance presenting the key by value.
Such extensions are outside the scope of this specification, but any system deploying such an
extension would need to be aware of this issue.</t>

<t>To help mitigate this problem, similar approaches to protecting parties against
<xref target="security-front-channel">malicious redirects</xref> can be used. For example, all URIs that can result
in a direct request being made by a party in the protocol can be filtered through an allowlist or
blocklist. For example, an AS that supports the <spanx style="verb">push</spanx> based interaction <spanx style="verb">finish</spanx> can compare the
callback URI in the interaction request to a known URI for a pre-registered client instance, or it
can ensure that the URI is not on a blocklist of sensitive URLs such as internal network addresses.
However, note that because these types of calls happen outside of the view of human interaction,
it is not usually feasible to provide notification and warning to someone before the request
needs to be executed, as is the case with redirection URLs. As such, SSRF is somewhat more difficult
to manage at runtime, and systems should generally refuse to fetch a URI if unsure.</t>

</section>
<section anchor="security-multiple-key-formats"><name>Multiple Key Formats</name>

<t>Keys presented by value are allowed to be in only a single format,
as discussed in <xref target="key-format"/>. Presenting the same key in multiple formats is not allowed
and is considered an error in the request. If multiple keys formats were allowed,
receivers of these key definitions need to be able to make sure that it's the same
key represented in each field and not simply use one of the key formats without checking for
equivalence. If equivalence were not carefully checked, it is possible for an attacker to insert
their own key into one of the formats without needing to have control over the other formats. This
could potentially lead to a situation where one key is used by part of the system (such as
identifying the client instance) and a different key in a different format in the same message is used for other things, like calculating signature validity.</t>

<t>To combat this, all keys presented by value have to be in exactly one supported format known
by the receiver. Normally, a client instance is going to be configured with its keys in a
single format, and it will simply present that format as-is to the AS in its request. A client
instance capable of multiple formats can use <xref target="discovery">AS discovery</xref> to determine which formats
are supported, if desired. An AS should be generous in supporting many different key formats to
allow different types of client software and client instance deployments.</t>

</section>
<section anchor="security-async"><name>Asynchronous Interactions</name>

<t>GNAP allows the RO to be contacted by the AS asynchronously, outside the regular flow of the
protocol. This allows for some advanced use cases, such as cross-user authentication or information
release, but such advanced use cases have some distinct issues that implementors need to be fully
aware of before using these features.</t>

<t>First, in many applications, the return of a subject information to the client instance could
indicate to the client instance that the end-user is the party represented by that information,
functionally allowing the end-user to authenticate to the client application. While the details of
a fully functional authentication protocol are outside the scope of GNAP, it is a common
exercise for a client instance to be requesting information about the end user. This is facilitated
by the several <xref target="interaction-start">interaction methods</xref> defined in GNAP that allow the end user
to begin interaction directly with the AS. However, when the subject of the information is
intentionally not the end-user, the client application will need some way to differentiate between
requests for authentication of the end user and requests for information about a different user.
Confusing these states could lead to an attacker having their account associated with a privileged
user. Client instances can mitigate this by having distinct code paths for primary end user
authentication and requesting subject information about secondary users, such as in a call center.
In such use cases, the client software used by the resource owner (the caller) and the end-user
(the agent) are generally distinct, allowing the AS to differentiate between the agent's corporate device
making the request and the caller's personal device approving the request.</t>

<t>Second, RO's interacting asynchronously do not usually have the same context as an end user in an
application attempting to perform the task needing authorization. As such, the asynchronous requests
for authorization coming to the RO from the AS might have very little to do with what the RO is
doing at the time. This situation can consequently lead to authorization fatigue on the part of the
RO, where any incoming authorization request is quickly approved and dispatched without the RO
making a proper verification of the request. An attacker can exploit this fatigue and get the RO
to authorize the attacker's system for access. To mitigate this, AS systems deploying asynchronous
authorization should only prompt the RO when the RO is expecting such a request, and significant
user experience engineering efforts need to be employed to ensure the RO can clearly make the
appropriate security decision. Furthermore, audit capability, and the ability to undo access
decisions that may be ongoing, is particularly important in the asynchronous case.</t>

<t>An attacker may aim to gain access to confidential or sensitive resources. The measures for hardening and monitoring resource server systems (beyond protection with access tokens) is out of the scope of this document, but the use of GNAP to protect a system does not absolve the resource server of following best practices.
GNAP generally considers a breach can occur, and therefore advises to prefer key-bound tokens whenever possible, which at least limits the impact of access token leakage by a compromised or malicious RS.</t>

</section>
</section>
<section anchor="privacy"><name>Privacy Considerations</name>

<t>The privacy considerations in this section are modeled after the list of privacy threats in <xref target="RFC6973"/>, "Privacy Considerations for Internet Protocols", and either explain how these threats are mitigated or advise how the threats relate to GNAP.</t>

<section anchor="surveillance"><name>Surveillance</name>

<t>Surveillance is the observation or monitoring of an individual's communications or activities. Surveillance can be conducted by observers or eavesdroppers at any point along the communications path.</t>

<t>GNAP assumes the TLS protection used throughout the spec is intact. Without the protection of TLS, there are many points throughout the use of GNAP that would lead to possible surveillance.</t>

<section anchor="surveillance-by-the-client"><name>Surveillance by the Client</name>

<t>The purpose of GNAP is to authorize clients to be able to access information on behalf of a user. So while it is expected that the client may be aware of the user's identity as well as data being fetched for that user, in some cases the extent of the client may be beyond what the user is aware of. For example, a client may be implemented as multiple distinct pieces of software, such as a logging service or a mobile app that reports usage data to an external backend service.</t>

</section>
<section anchor="surveillance-by-the-authorization-server"><name>Surveillance by the Authorization Server</name>

<t>The role of the authorization server is to manage the authorization of client instances to protect access to the user's data. In this role, the authorization server is by definition aware of each authorization of a client instance by a user. When the authorization server shares user information with the client instance, it needs to make sure that it has the permission from that user to do so.</t>

<t>Additionally, as part of the authorization grant process, the authorization server may be aware of which resource servers the client intends to use an access token at. However, it is possible to design a system using GNAP in which this knowledge is not made available to the authorization server, such as by avoiding the use of the <spanx style="verb">locations</spanx> object in the authorization request.</t>

<t>If the authorization server's implementation of access tokens is such that it requires a resource server call back to the authorization server to validate them, then the authorization server will be aware of which resource servers are actively in use and by which users and which clients. To avoid this possibility, the authorization server would need to structure access tokens in such a way that they can be validated by the resource server without notifying the authorization server that the token is being validated.</t>

</section>
</section>
<section anchor="stored-data"><name>Stored Data</name>

<t>Several parties in the GNAP process are expected to persist data at least temporarily, if not semi-permanently, for the normal functioning of the system. If compromised, this could lead to exposure of sensitive information. This section documents the potentially sensitive information each party in GNAP is expected to store for normal operation. Naturally it is possible that any party is storing information for longer than technically necessary of the protocol mechanics (such as audit logs, etc).</t>

<t>The authorization server is expected to store subject identifiers for users indefinitely, in order to be able to include them in the responses to clients. The authorization server is also expected to store client key identifiers associated with display information about the client such as its name and logo.</t>

<t>The client is expected to store its client instance key indefinitely, in order to authenticate to the authorization server for the normal functioning of the GNAP flows. Additionally, the client will be temporarily storing artifacts issued by the authorization server during a flow, and these artifacts <bcp14>SHOULD</bcp14> be discarded by the client when the transaction is complete.</t>

<t>The resource server is not required to store any state for its normal operation. Depending on the implementation of access tokens, the resource server may need to cache public keys from the authorization server in order to validate access tokens.</t>

</section>
<section anchor="intrusion"><name>Intrusion</name>

<t>Intrusion refers to the ability of various parties to send unsolicited messages or cause denial of service for unrelated parties.</t>

<t>If the resource owner is different from the end user, there is an opportunity for the end user to cause unsolicited messages to be sent to the resource owner if the system prompts the resource owner for consent when an end user attempts to access their data.</t>

<t>The format and contents of subject identifiers are intentionally not defined by GNAP. If the authorization server uses values for subject identifiers that are also identifiers for communication channels, (e.g. an email address or phone number), this opens up the possibility for a client to learn this information when it was not otherwise authorized to access this kind of data about the user.</t>

</section>
<section anchor="correlation"><name>Correlation</name>

<t>The threat of correlation is the combination of various pieces of information related to an individual in a way that defies their expectations of what others know about them.</t>

<section anchor="correlation-by-clients"><name>Correlation by Clients</name>

<t>The biggest risk of correlation in GNAP is when an authorization server returns stable consistent user identifiers to multiple different applications. In this case, applications created by different parties would be able to correlate these user identifiers out of band in order to know which users they have in common.</t>

<t>The most common example of this in practice is tracking for advertising purposes, such that client A shares their list of user IDs with an ad platform that is then able to retarget ads to applications created by other parties. In contrast, a positive example of correlation is a corporate acquisition where two previously unrelated clients now do need to be able to identify the same user between the two clients.</t>

</section>
<section anchor="correlation-by-resource-servers"><name>Correlation by Resource Servers</name>

<t>Unrelated resource servers also have an opportunity to correlate users if the authorization server includes stable user identifiers in access tokens or in access token introspection responses.</t>

<t>In some cases a resource server may not actually need to be able to identify users, (such as a resource server providing access to a company cafeteria menu which only needs to validate whether the user is a current employee), so authorization servers should be thoughtful of when user identifiers are actually necessary to communicate to resource servers for the functioning of the system.</t>

<t>However, note that the lack of inclusion of a user identifier in an access token may be a risk if there is a concern that two users may voluntarily share access tokens between them in order to access protected resources. For example, if a website wants to limit access to only people over 18, and such does not need to know any user identifiers, an access token may be issued by an AS contains only the claim "over 18". If the user is aware that this access token doesn't reference them individually, they may be willing to share the access token with a user who is under 18 in order to let them get access to the website. (Note that the binding of an access token to a non-extractable client instance key also prevents the access token from being voluntarily shared.)</t>

</section>
<section anchor="correlation-by-authorization-servers"><name>Correlation by Authorization Servers</name>

<t>Clients are expected to be identified by their client instance key. If a particular client instance key is used at more than one authorization server, this could open up the possibility for multiple unrelated authorization servers to correlate client instances. This is especially a problem in the common case where a client instance is used by a single individual, as it would allow the authorization servers to correlate that individual between them. If this is a concern of a client, the client should use distinct keys with each authorization server.</t>

</section>
</section>
<section anchor="disclosure-in-shared-references"><name>Disclosure in Shared References</name>

<t>Throughout many parts of GNAP, the parties pass shared references between each other, sometimes in place of the values themselves. For example the <spanx style="verb">interact_ref</spanx> value used throughout the flow. These references are intended to be random strings and should not contain any private or sensitive data that would potentially leak information between parties.</t>

</section>
</section>


  </middle>

  <back>

    <references title='Normative References'>

<reference anchor="BCP195" target="https://www.rfc-editor.org/info/bcp195">
  <front>
    <title>Recommendations for Secure Use of Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS)</title>
    <author initials="Y." surname="Sheffer">
      <organization></organization>
    </author>
    <author initials="R." surname="Holz">
      <organization></organization>
    </author>
    <author initials="P." surname="Saint-Andre">
      <organization></organization>
    </author>
    <date year="2015" month="May"/>
  </front>
</reference>




<reference anchor='RFC2119' target='https://www.rfc-editor.org/info/rfc2119'>
<front>
<title>Key words for use in RFCs to Indicate Requirement Levels</title>
<author fullname='S. Bradner' initials='S.' surname='Bradner'><organization/></author>
<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='RFC2397' target='https://www.rfc-editor.org/info/rfc2397'>
<front>
<title>The &quot;data&quot; URL scheme</title>
<author fullname='L. Masinter' initials='L.' surname='Masinter'><organization/></author>
<date month='August' year='1998'/>
<abstract><t>A new URL scheme, &quot;data&quot;, is defined. It allows inclusion of small data items as &quot;immediate&quot; data, as if it had been included externally. [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='2397'/>
<seriesInfo name='DOI' value='10.17487/RFC2397'/>
</reference>



<reference anchor='RFC3986' target='https://www.rfc-editor.org/info/rfc3986'>
<front>
<title>Uniform Resource Identifier (URI): Generic Syntax</title>
<author fullname='T. Berners-Lee' initials='T.' surname='Berners-Lee'><organization/></author>
<author fullname='R. Fielding' initials='R.' surname='Fielding'><organization/></author>
<author fullname='L. Masinter' initials='L.' surname='Masinter'><organization/></author>
<date month='January' year='2005'/>
<abstract><t>A Uniform Resource Identifier (URI) is a compact sequence of characters that identifies an abstract or physical resource.  This specification defines the generic URI syntax and a process for resolving URI references that might be in relative form, along with guidelines and security considerations for the use of URIs on the Internet.  The URI syntax defines a grammar that is a superset of all valid URIs, allowing an implementation to parse the common components of a URI reference without knowing the scheme-specific requirements of every possible identifier.  This specification does not define a generative grammar for URIs; that task is performed by the individual specifications of each URI scheme.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='STD' value='66'/>
<seriesInfo name='RFC' value='3986'/>
<seriesInfo name='DOI' value='10.17487/RFC3986'/>
</reference>



<reference anchor='RFC4107' target='https://www.rfc-editor.org/info/rfc4107'>
<front>
<title>Guidelines for Cryptographic Key Management</title>
<author fullname='S. Bellovin' initials='S.' surname='Bellovin'><organization/></author>
<author fullname='R. Housley' initials='R.' surname='Housley'><organization/></author>
<date month='June' year='2005'/>
<abstract><t>The question often arises of whether a given security system requires some form of automated key management, or whether manual keying is sufficient.  This memo provides guidelines for making such decisions. When symmetric cryptographic mechanisms are used in a protocol, the presumption is that automated key management is generally but not always needed.  If manual keying is proposed, the burden of proving that automated key management is not required falls to the proposer.  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='107'/>
<seriesInfo name='RFC' value='4107'/>
<seriesInfo name='DOI' value='10.17487/RFC4107'/>
</reference>



<reference anchor='RFC4648' target='https://www.rfc-editor.org/info/rfc4648'>
<front>
<title>The Base16, Base32, and Base64 Data Encodings</title>
<author fullname='S. Josefsson' initials='S.' surname='Josefsson'><organization/></author>
<date month='October' year='2006'/>
<abstract><t>This document describes the commonly used base 64, base 32, and base 16 encoding schemes.  It also discusses the use of line-feeds in encoded data, use of padding in encoded data, use of non-alphabet characters in encoded data, use of different encoding alphabets, and canonical encodings.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='4648'/>
<seriesInfo name='DOI' value='10.17487/RFC4648'/>
</reference>



<reference anchor='RFC5646' target='https://www.rfc-editor.org/info/rfc5646'>
<front>
<title>Tags for Identifying Languages</title>
<author fullname='A. Phillips' initials='A.' role='editor' surname='Phillips'><organization/></author>
<author fullname='M. Davis' initials='M.' role='editor' surname='Davis'><organization/></author>
<date month='September' year='2009'/>
<abstract><t>This document describes the structure, content, construction, and semantics of language tags for use in cases where it is desirable to indicate the language used in an information object.  It also describes how to register values for use in language tags and the creation of user-defined extensions for private interchange.  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='47'/>
<seriesInfo name='RFC' value='5646'/>
<seriesInfo name='DOI' value='10.17487/RFC5646'/>
</reference>



<reference anchor='RFC6202' target='https://www.rfc-editor.org/info/rfc6202'>
<front>
<title>Known Issues and Best Practices for the Use of Long Polling and Streaming in Bidirectional HTTP</title>
<author fullname='S. Loreto' initials='S.' surname='Loreto'><organization/></author>
<author fullname='P. Saint-Andre' initials='P.' surname='Saint-Andre'><organization/></author>
<author fullname='S. Salsano' initials='S.' surname='Salsano'><organization/></author>
<author fullname='G. Wilkins' initials='G.' surname='Wilkins'><organization/></author>
<date month='April' year='2011'/>
<abstract><t>On today's Internet, the Hypertext Transfer Protocol (HTTP) is often used (some would say abused) to enable asynchronous, &quot;server- initiated&quot; communication from a server to a client as well as communication from a client to a server.  This document describes known issues and best practices related to such &quot;bidirectional HTTP&quot; applications, focusing on the two most common mechanisms: HTTP long polling and HTTP streaming.  This document is not an Internet  Standards Track specification; it is published for informational  purposes.</t></abstract>
</front>
<seriesInfo name='RFC' value='6202'/>
<seriesInfo name='DOI' value='10.17487/RFC6202'/>
</reference>



<reference anchor='RFC7231' target='https://www.rfc-editor.org/info/rfc7231'>
<front>
<title>Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content</title>
<author fullname='R. Fielding' initials='R.' role='editor' surname='Fielding'><organization/></author>
<author fullname='J. Reschke' initials='J.' role='editor' surname='Reschke'><organization/></author>
<date month='June' year='2014'/>
<abstract><t>The Hypertext Transfer Protocol (HTTP) is a stateless \%application- level protocol for distributed, collaborative, hypertext information systems.  This document defines the semantics of HTTP/1.1 messages, as expressed by request methods, request header fields, response status codes, and response header fields, along with the payload of messages (metadata and body content) and mechanisms for content negotiation.</t></abstract>
</front>
<seriesInfo name='RFC' value='7231'/>
<seriesInfo name='DOI' value='10.17487/RFC7231'/>
</reference>



<reference anchor='RFC7234' target='https://www.rfc-editor.org/info/rfc7234'>
<front>
<title>Hypertext Transfer Protocol (HTTP/1.1): Caching</title>
<author fullname='R. Fielding' initials='R.' role='editor' surname='Fielding'><organization/></author>
<author fullname='M. Nottingham' initials='M.' role='editor' surname='Nottingham'><organization/></author>
<author fullname='J. Reschke' initials='J.' role='editor' surname='Reschke'><organization/></author>
<date month='June' year='2014'/>
<abstract><t>The Hypertext Transfer Protocol (HTTP) is a stateless \%application- level protocol for distributed, collaborative, hypertext information systems.  This document defines HTTP caches and the associated header fields that control cache behavior or indicate cacheable response messages.</t></abstract>
</front>
<seriesInfo name='RFC' value='7234'/>
<seriesInfo name='DOI' value='10.17487/RFC7234'/>
</reference>



<reference anchor='RFC7468' target='https://www.rfc-editor.org/info/rfc7468'>
<front>
<title>Textual Encodings of PKIX, PKCS, and CMS Structures</title>
<author fullname='S. Josefsson' initials='S.' surname='Josefsson'><organization/></author>
<author fullname='S. Leonard' initials='S.' surname='Leonard'><organization/></author>
<date month='April' year='2015'/>
<abstract><t>This document describes and discusses the textual encodings of the Public-Key Infrastructure X.509 (PKIX), Public-Key Cryptography Standards (PKCS), and Cryptographic Message Syntax (CMS).  The textual encodings are well-known, are implemented by several applications and libraries, and are widely deployed.  This document articulates the de facto rules by which existing implementations operate and defines them so that future implementations can interoperate.</t></abstract>
</front>
<seriesInfo name='RFC' value='7468'/>
<seriesInfo name='DOI' value='10.17487/RFC7468'/>
</reference>



<reference anchor='RFC7515' target='https://www.rfc-editor.org/info/rfc7515'>
<front>
<title>JSON Web Signature (JWS)</title>
<author fullname='M. Jones' initials='M.' surname='Jones'><organization/></author>
<author fullname='J. Bradley' initials='J.' surname='Bradley'><organization/></author>
<author fullname='N. Sakimura' initials='N.' surname='Sakimura'><organization/></author>
<date month='May' year='2015'/>
<abstract><t>JSON Web Signature (JWS) represents content secured with digital signatures or Message Authentication Codes (MACs) using JSON-based data structures.  Cryptographic algorithms and identifiers for use with this specification are described in the separate JSON Web Algorithms (JWA) specification and an IANA registry defined by that specification.  Related encryption capabilities are described in the separate JSON Web Encryption (JWE) specification.</t></abstract>
</front>
<seriesInfo name='RFC' value='7515'/>
<seriesInfo name='DOI' value='10.17487/RFC7515'/>
</reference>



<reference anchor='RFC7517' target='https://www.rfc-editor.org/info/rfc7517'>
<front>
<title>JSON Web Key (JWK)</title>
<author fullname='M. Jones' initials='M.' surname='Jones'><organization/></author>
<date month='May' year='2015'/>
<abstract><t>A JSON Web Key (JWK) is a JavaScript Object Notation (JSON) data structure that represents a cryptographic key.  This specification also defines a JWK Set JSON data structure that represents a set of JWKs.  Cryptographic algorithms and identifiers for use with this specification are described in the separate JSON Web Algorithms (JWA) specification and IANA registries established by that specification.</t></abstract>
</front>
<seriesInfo name='RFC' value='7517'/>
<seriesInfo name='DOI' value='10.17487/RFC7517'/>
</reference>



<reference anchor='RFC6749' target='https://www.rfc-editor.org/info/rfc6749'>
<front>
<title>The OAuth 2.0 Authorization Framework</title>
<author fullname='D. Hardt' initials='D.' role='editor' surname='Hardt'><organization/></author>
<date month='October' year='2012'/>
<abstract><t>The OAuth 2.0 authorization framework enables a third-party application to obtain limited access to an HTTP service, either on behalf of a resource owner by orchestrating an approval interaction between the resource owner and the HTTP service, or by allowing the third-party application to obtain access on its own behalf.  This specification replaces and obsoletes the OAuth 1.0 protocol described in RFC 5849.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='6749'/>
<seriesInfo name='DOI' value='10.17487/RFC6749'/>
</reference>



<reference anchor='RFC6750' target='https://www.rfc-editor.org/info/rfc6750'>
<front>
<title>The OAuth 2.0 Authorization Framework: Bearer Token Usage</title>
<author fullname='M. Jones' initials='M.' surname='Jones'><organization/></author>
<author fullname='D. Hardt' initials='D.' surname='Hardt'><organization/></author>
<date month='October' year='2012'/>
<abstract><t>This specification describes how to use bearer tokens in HTTP requests to access OAuth 2.0 protected resources.  Any party in possession of a bearer token (a &quot;bearer&quot;) can use it to get access to the associated resources (without demonstrating possession of a cryptographic key).  To prevent misuse, bearer tokens need to be protected from disclosure in storage and in transport.   [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='6750'/>
<seriesInfo name='DOI' value='10.17487/RFC6750'/>
</reference>



<reference anchor='RFC8174' target='https://www.rfc-editor.org/info/rfc8174'>
<front>
<title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
<author fullname='B. Leiba' initials='B.' surname='Leiba'><organization/></author>
<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='RFC8259' target='https://www.rfc-editor.org/info/rfc8259'>
<front>
<title>The JavaScript Object Notation (JSON) Data Interchange Format</title>
<author fullname='T. Bray' initials='T.' role='editor' surname='Bray'><organization/></author>
<date month='December' year='2017'/>
<abstract><t>JavaScript Object Notation (JSON) is a lightweight, text-based, language-independent data interchange format.  It was derived from the ECMAScript Programming Language Standard.  JSON defines a small set of formatting rules for the portable representation of structured data.</t><t>This document removes inconsistencies with other specifications of JSON, repairs specification errors, and offers experience-based interoperability guidance.</t></abstract>
</front>
<seriesInfo name='STD' value='90'/>
<seriesInfo name='RFC' value='8259'/>
<seriesInfo name='DOI' value='10.17487/RFC8259'/>
</reference>



<reference anchor='RFC8705' target='https://www.rfc-editor.org/info/rfc8705'>
<front>
<title>OAuth 2.0 Mutual-TLS Client Authentication and Certificate-Bound Access Tokens</title>
<author fullname='B. Campbell' initials='B.' surname='Campbell'><organization/></author>
<author fullname='J. Bradley' initials='J.' surname='Bradley'><organization/></author>
<author fullname='N. Sakimura' initials='N.' surname='Sakimura'><organization/></author>
<author fullname='T. Lodderstedt' initials='T.' surname='Lodderstedt'><organization/></author>
<date month='February' year='2020'/>
<abstract><t>This document describes OAuth client authentication and certificate-bound access and refresh tokens using mutual Transport Layer Security (TLS) authentication with X.509 certificates.  OAuth clients are provided a mechanism for authentication to the authorization server using mutual TLS, based on either self-signed certificates or public key infrastructure (PKI). OAuth authorization servers are provided a mechanism for binding access tokens to a client's mutual-TLS certificate, and OAuth protected resources are provided a method for ensuring that such an access token presented to it was issued to the client presenting the token.</t></abstract>
</front>
<seriesInfo name='RFC' value='8705'/>
<seriesInfo name='DOI' value='10.17487/RFC8705'/>
</reference>



<reference anchor='RFC9110' target='https://www.rfc-editor.org/info/rfc9110'>
<front>
<title>HTTP Semantics</title>
<author fullname='R. Fielding' initials='R.' role='editor' surname='Fielding'><organization/></author>
<author fullname='M. Nottingham' initials='M.' role='editor' surname='Nottingham'><organization/></author>
<author fullname='J. Reschke' initials='J.' role='editor' surname='Reschke'><organization/></author>
<date month='June' year='2022'/>
<abstract><t>The Hypertext Transfer Protocol (HTTP) is a stateless application-level protocol for distributed, collaborative, hypertext information systems. This document describes the overall architecture of HTTP, establishes common terminology, and defines aspects of the protocol that are shared by all versions. In this definition are core protocol elements, extensibility mechanisms, and the &quot;http&quot; and &quot;https&quot; Uniform Resource Identifier (URI) schemes. </t><t>This document updates RFC 3864 and obsoletes RFCs 2818, 7231, 7232, 7233, 7235, 7538, 7615, 7694, and portions of 7230.</t></abstract>
</front>
<seriesInfo name='STD' value='97'/>
<seriesInfo name='RFC' value='9110'/>
<seriesInfo name='DOI' value='10.17487/RFC9110'/>
</reference>


<reference anchor='I-D.ietf-gnap-resource-servers'>
   <front>
      <title>Grant Negotiation and Authorization Protocol Resource Server Connections</title>
      <author fullname='Justin Richer' initials='J.' surname='Richer'>
         <organization>Bespoke Engineering</organization>
      </author>
      <author fullname='Aaron Parecki' initials='A.' surname='Parecki'>
         <organization>Okta</organization>
      </author>
      <author fullname='Fabien Imbault' initials='F.' surname='Imbault'>
         <organization>acert.io</organization>
      </author>
      <date day='11' month='July' year='2022'/>
      <abstract>
	 <t>   GNAP defines a mechanism for delegating authorization to a piece of
   software, and conveying that delegation to the software.  This
   extension defines methods for resource servers (RS) to communicate
   with authorization servers (AS) in an interoperable fashion.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-gnap-resource-servers-02'/>
   <format target='https://www.ietf.org/archive/id/draft-ietf-gnap-resource-servers-02.txt' type='TXT'/>
</reference>


<reference anchor='I-D.ietf-httpbis-message-signatures'>
   <front>
      <title>HTTP Message Signatures</title>
      <author fullname='Annabelle Backman' initials='A.' surname='Backman'>
         <organization>Amazon</organization>
      </author>
      <author fullname='Justin Richer' initials='J.' surname='Richer'>
         <organization>Bespoke Engineering</organization>
      </author>
      <author fullname='Manu Sporny' initials='M.' surname='Sporny'>
         <organization>Digital Bazaar</organization>
      </author>
      <date day='26' month='September' year='2022'/>
      <abstract>
	 <t>   This document describes a mechanism for creating, encoding, and
   verifying digital signatures or message authentication codes over
   components of an HTTP message.  This mechanism supports use cases
   where the full HTTP message may not be known to the signer, and where
   the message may be transformed (e.g., by intermediaries) before
   reaching the verifier.  This document also describes a means for
   requesting that a signature be applied to a subsequent HTTP message
   in an ongoing HTTP exchange.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-httpbis-message-signatures-13'/>
   <format target='https://www.ietf.org/archive/id/draft-ietf-httpbis-message-signatures-13.txt' type='TXT'/>
</reference>


<reference anchor='I-D.ietf-httpbis-digest-headers'>
   <front>
      <title>Digest Fields</title>
      <author fullname='Roberto Polli' initials='R.' surname='Polli'>
         <organization>Team Digitale, Italian Government</organization>
      </author>
      <author fullname='Lucas Pardue' initials='L.' surname='Pardue'>
         <organization>Cloudflare</organization>
      </author>
      <date day='19' month='June' year='2022'/>
      <abstract>
	 <t>   This document defines HTTP fields that support integrity digests.
   The Content-Digest field can be used for the integrity of HTTP
   message content.  The Repr-Digest field can be used for the integrity
   of HTTP representations.  Want-Content-Digest and Want-Repr-Digest
   can be used to indicate a sender&#39;s interest and preferences for
   receiving the respective Integrity fields.

   This document obsoletes RFC 3230 and the Digest and Want-Digest HTTP
   fields.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-httpbis-digest-headers-10'/>
   <format target='https://www.ietf.org/archive/id/draft-ietf-httpbis-digest-headers-10.txt' type='TXT'/>
</reference>


<reference anchor='I-D.ietf-secevent-subject-identifiers'>
   <front>
      <title>Subject Identifiers for Security Event Tokens</title>
      <author fullname='Annabelle Backman' initials='A.' surname='Backman'>
         <organization>Amazon</organization>
      </author>
      <author fullname='Marius Scurtescu' initials='M.' surname='Scurtescu'>
         <organization>Coinbase</organization>
      </author>
      <author fullname='Prachi Jain' initials='P.' surname='Jain'>
         <organization>Fastly</organization>
      </author>
      <date day='13' month='October' year='2022'/>
      <abstract>
	 <t>   Security events communicated within Security Event Tokens may support
   a variety of identifiers to identify subjects related to the event.
   This specification formalizes the notion of subject identifiers as
   structured information that describe a subject, and named formats
   that define the syntax and semantics for encoding subject identifiers
   as JSON objects.  It also defines a registry for defining and
   allocating names for such formats, as well as the sub_id JSON Web
   Token (JWT) claim.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-secevent-subject-identifiers-13'/>
   <format target='https://www.ietf.org/archive/id/draft-ietf-secevent-subject-identifiers-13.txt' type='TXT'/>
</reference>


<reference anchor='I-D.ietf-oauth-rar'>
   <front>
      <title>OAuth 2.0 Rich Authorization Requests</title>
      <author fullname='Torsten Lodderstedt' initials='T.' surname='Lodderstedt'>
         <organization>yes.com</organization>
      </author>
      <author fullname='Justin Richer' initials='J.' surname='Richer'>
         <organization>Bespoke Engineering</organization>
      </author>
      <author fullname='Brian Campbell' initials='B.' surname='Campbell'>
         <organization>Ping Identity</organization>
      </author>
      <date day='24' month='October' year='2022'/>
      <abstract>
	 <t>   This document specifies a new parameter authorization_details that is
   used to carry fine-grained authorization data in OAuth messages.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-oauth-rar-14'/>
   <format target='https://www.ietf.org/archive/id/draft-ietf-oauth-rar-14.txt' type='TXT'/>
</reference>


<reference anchor="OIDC" target="https://openid.net/specs/openid-connect-core-1_0.html">
  <front>
    <title>OpenID Connect Core 1.0 incorporating errata set 1</title>
    <author initials="N." surname="Sakimura">
      <organization></organization>
    </author>
    <author initials="J." surname="Bradley">
      <organization></organization>
    </author>
    <author initials="M." surname="Jones">
      <organization></organization>
    </author>
    <author initials="B." surname="de Medeiros">
      <organization></organization>
    </author>
    <author initials="C." surname="Mortimore">
      <organization></organization>
    </author>
    <date year="2014" month="November"/>
  </front>
</reference>




<reference anchor='RFC8792' target='https://www.rfc-editor.org/info/rfc8792'>
<front>
<title>Handling Long Lines in Content of Internet-Drafts and RFCs</title>
<author fullname='K. Watsen' initials='K.' surname='Watsen'><organization/></author>
<author fullname='E. Auerswald' initials='E.' surname='Auerswald'><organization/></author>
<author fullname='A. Farrel' initials='A.' surname='Farrel'><organization/></author>
<author fullname='Q. Wu' initials='Q.' surname='Wu'><organization/></author>
<date month='June' year='2020'/>
<abstract><t>This document defines two strategies for handling long lines in width-bounded text content.  One strategy, called the &quot;single backslash&quot; strategy, is based on the historical use of a single backslash ('\') character to indicate where line-folding has occurred, with the continuation occurring with the first character that is not a space character (' ') on the next line.  The second strategy, called the &quot;double backslash&quot; strategy, extends the first strategy by adding a second backslash character to identify where the continuation begins and is thereby able to handle cases not supported by the first strategy.  Both strategies use a self-describing header enabling automated reconstitution of the original content.</t></abstract>
</front>
<seriesInfo name='RFC' value='8792'/>
<seriesInfo name='DOI' value='10.17487/RFC8792'/>
</reference>

<reference anchor='I-D.ietf-uta-6125bis'> <front> <title>*** BROKEN REFERENCE ***</title> <author> <organization/> </author> <date/> </front> </reference>



    </references>

    <references title='Informative References'>





<reference anchor='RFC6973' target='https://www.rfc-editor.org/info/rfc6973'>
<front>
<title>Privacy Considerations for Internet Protocols</title>
<author fullname='A. Cooper' initials='A.' surname='Cooper'><organization/></author>
<author fullname='H. Tschofenig' initials='H.' surname='Tschofenig'><organization/></author>
<author fullname='B. Aboba' initials='B.' surname='Aboba'><organization/></author>
<author fullname='J. Peterson' initials='J.' surname='Peterson'><organization/></author>
<author fullname='J. Morris' initials='J.' surname='Morris'><organization/></author>
<author fullname='M. Hansen' initials='M.' surname='Hansen'><organization/></author>
<author fullname='R. Smith' initials='R.' surname='Smith'><organization/></author>
<date month='July' year='2013'/>
<abstract><t>This document offers guidance for developing privacy considerations for inclusion in protocol specifications.  It aims to make designers, implementers, and users of Internet protocols aware of privacy-related design choices.  It suggests that whether any individual RFC warrants a specific privacy considerations section will depend on the document's content.</t></abstract>
</front>
<seriesInfo name='RFC' value='6973'/>
<seriesInfo name='DOI' value='10.17487/RFC6973'/>
</reference>


<reference anchor='I-D.ietf-httpbis-client-cert-field'>
   <front>
      <title>Client-Cert HTTP Header Field</title>
      <author fullname='Brian Campbell' initials='B.' surname='Campbell'>
         <organization>Ping Identity</organization>
      </author>
      <author fullname='Mike Bishop' initials='M.' surname='Bishop'>
         <organization>Akamai</organization>
      </author>
      <date day='19' month='October' year='2022'/>
      <abstract>
	 <t>   This document defines HTTP extension header fields that allow a TLS
   terminating reverse proxy to convey the client certificate
   information of a mutually-authenticated TLS connection to the origin
   server in a common and predictable manner.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-httpbis-client-cert-field-03'/>
   <format target='https://www.ietf.org/archive/id/draft-ietf-httpbis-client-cert-field-03.txt' type='TXT'/>
</reference>


<reference anchor='I-D.ietf-oauth-security-topics'>
   <front>
      <title>OAuth 2.0 Security Best Current Practice</title>
      <author fullname='Torsten Lodderstedt' initials='T.' surname='Lodderstedt'>
         <organization>yes.com</organization>
      </author>
      <author fullname='John Bradley' initials='J.' surname='Bradley'>
         <organization>Yubico</organization>
      </author>
      <author fullname='Andrey Labunets' initials='A.' surname='Labunets'>
         <organization>Independent Researcher</organization>
      </author>
      <author fullname='Daniel Fett' initials='D.' surname='Fett'>
         <organization>yes.com</organization>
      </author>
      <date day='27' month='September' year='2022'/>
      <abstract>
	 <t>   This document describes best current security practice for OAuth 2.0.
   It updates and extends the OAuth 2.0 Security Threat Model to
   incorporate practical experiences gathered since OAuth 2.0 was
   published and covers new threats relevant due to the broader
   application of OAuth 2.0.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-oauth-security-topics-21'/>
   <format target='https://www.ietf.org/archive/id/draft-ietf-oauth-security-topics-21.txt' type='TXT'/>
</reference>


<reference anchor='I-D.ietf-uta-rfc6125bis'>
   <front>
      <title>Service Identity in TLS</title>
      <author fullname='Peter Saint-Andre' initials='P.' surname='Saint-Andre'>
         <organization>independent</organization>
      </author>
      <author fullname='Rich Salz' initials='R.' surname='Salz'>
         <organization>Akamai Technologies</organization>
      </author>
      <date day='12' month='October' year='2022'/>
      <abstract>
	 <t>   Many application technologies enable secure communication between two
   entities by means of Transport Layer Security (TLS) with Internet
   Public Key Infrastructure Using X.509 (PKIX) certificates.  This
   document specifies procedures for representing and verifying the
   identity of application services in such interactions.

   This document obsoletes RFC 6125.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-uta-rfc6125bis-08'/>
   <format target='https://www.ietf.org/archive/id/draft-ietf-uta-rfc6125bis-08.txt' type='TXT'/>
</reference>


<reference anchor="promise-theory" target="http://markburgess.org/promises.html">
  <front>
    <title>Promise theory</title>
    <author initials="M." surname="Burgess">
      <organization></organization>
    </author>
    <author initials="J." surname="Bergstra">
      <organization></organization>
    </author>
    <date year="2014" month="January"/>
  </front>
</reference>
<reference anchor="AXELAND2021" target="https://odr.chalmers.se/handle/20.500.12380/304105">
  <front>
    <title>Security Analysis of Attack Surfaces on the Grant Negotiation and Authorization Protocol</title>
    <author initials="Å." surname="Axeland">
      <organization></organization>
    </author>
    <author initials="O." surname="Oueidat">
      <organization></organization>
    </author>
    <date year="2021"/>
  </front>
</reference>
<reference anchor="HELMSCHMIDT2022" target="http://dx.doi.org/10.18419/opus-12203">
  <front>
    <title>Security Analysis of the Grant Negotiation and Authorization Protocol</title>
    <author initials="F." surname="Helmschmidt">
      <organization></organization>
    </author>
    <date year="2022"/>
  </front>
</reference>




<reference anchor='RFC8126' target='https://www.rfc-editor.org/info/rfc8126'>
<front>
<title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
<author fullname='M. Cotton' initials='M.' surname='Cotton'><organization/></author>
<author fullname='B. Leiba' initials='B.' surname='Leiba'><organization/></author>
<author fullname='T. Narten' initials='T.' surname='Narten'><organization/></author>
<date month='June' year='2017'/>
<abstract><t>Many protocols make use of points of extensibility that use constants to identify various protocol parameters.  To ensure that the values in these fields do not have conflicting uses and to promote interoperability, their allocations are often coordinated by a central record keeper.  For IETF protocols, that role is filled by the Internet Assigned Numbers Authority (IANA).</t><t>To make assignments in a given registry prudently, guidance describing the conditions under which new values should be assigned, as well as when and how modifications to existing values can be made, is needed.  This document defines a framework for the documentation of these guidelines by specification authors, in order to assure that the provided guidance for the IANA Considerations is clear and addresses the various issues that are likely in the operation of a registry.</t><t>This is the third edition of this document; it obsoletes RFC 5226.</t></abstract>
</front>
<seriesInfo name='BCP' value='26'/>
<seriesInfo name='RFC' value='8126'/>
<seriesInfo name='DOI' value='10.17487/RFC8126'/>
</reference>




    </references>


<section anchor="history"><name>Document History</name>

<ul empty="true"><li>
  <t>Note: To be removed by RFC editor before publication.</t>
</li></ul>

<t><list style="symbols">
  <t>-11
  <list style="symbols">
      <t>Error as object or string, more complete set of error codes</t>
      <t>Added key rotation in token management.</t>
      <t>Restrict keys to a single format per message.</t>
      <t>Discussed security issues of multiple key formats.</t>
      <t>Make token character set more strict.</t>
      <t>Add note on long-polling in continuation requests.</t>
      <t>Removed "Models" section.</t>
      <t>Rewrote guidance and requirements for extensions.</t>
      <t>Require all URIs to be absolute throughout protocol.</t>
      <t>Make response from RS a "<bcp14>SHOULD</bcp14>" instead of a "<bcp14>MAY</bcp14>".</t>
      <t>Added a way for the client instance to ask for a specific user's information, separate from the end-user.</t>
      <t>Added security considerations for asynchronous authorization.</t>
      <t>Added security considerations for compromised RS.</t>
      <t>Added interoperability profiles.</t>
      <t>Added implementation status section.</t>
    </list></t>
  <t>-10
  <list style="symbols">
      <t>Added note on relating access rights sent as strings to rights sent as objects.</t>
      <t>Expand proofing methods to allow definition by object, with single string as optimization for common cases.</t>
      <t>Removed "split_token" functionality.</t>
      <t>Collapse "user_code" into a string instead of an object.</t>
      <t>References hash algorithm identifiers from the existing IANA registry</t>
      <t>Allow interaction responses to time out.</t>
      <t>Added explicit protocol state discussion.</t>
      <t>Added RO policy use case.</t>
    </list></t>
  <t>-09
  <list style="symbols">
      <t>Added security considerations on redirection status codes.</t>
      <t>Added security considerations on cuckoo token attack.</t>
      <t>Made token management URL required on token rotation.</t>
      <t>Added considerations on token rotation and self-contained tokens.</t>
      <t>Added security considerations for SSRF.</t>
      <t>Moved normative requirements about end user presence to security considerations.</t>
      <t>Clarified default wait times for continuation requests (including polling).</t>
      <t>Clarified URI vs. URL.</t>
      <t>Added "user_code_uri" mode, removed "uri" from "user_code" mode.</t>
      <t>Consistently formatted all parameter lists.</t>
      <t>Updated examples for HTTP Signatures.</t>
    </list></t>
  <t>-08
  <list style="symbols">
      <t>Update definition for "Client" to account for the case of no end user.</t>
      <t>Change definition for "Subject".</t>
      <t>Expanded security and privacy considerations for more situations.</t>
      <t>Added cross-links from security and privacy considerations.</t>
      <t>Editorial updates.</t>
    </list></t>
  <t>-07
  <list style="symbols">
      <t>Replace user handle by opaque identifier</t>
      <t>Added trust relationships</t>
      <t>Added privacy considerations section</t>
      <t>Added security considerations.</t>
    </list></t>
  <t>-06
  <list style="symbols">
      <t>Removed "capabilities" and "existing_grant" protocol fields.</t>
      <t>Removed separate "instance_id" field.</t>
      <t>Split "interaction_methods_supported" into "interaction_start_modes_supported" and "interaction_finish_methods_supported".</t>
      <t>Added AS endpoint to hash calculation to fix mix-up attack.</t>
      <t>Added "privileges" field to resource access request object.</t>
      <t>Moved client-facing RS response back from GNAP-RS document.</t>
      <t>Removed oauthpop key binding.</t>
      <t>Removed dpop key binding.</t>
      <t>Added example DID identifier.</t>
      <t>Changed token response booleans to flag structure to match request.</t>
      <t>Updated signature examples to use HTTP Message Signatures.</t>
    </list></t>
  <t>-05
  <list style="symbols">
      <t>Changed "interaction_methods" to "interaction_methods_supported".</t>
      <t>Changed "key_proofs" to "key_proofs_supported".</t>
      <t>Changed "assertions" to "assertions_supported".</t>
      <t>Updated discovery and field names for subject formats.</t>
      <t>Add an appendix to provide protocol rationale, compared to OAuth2.</t>
      <t>Updated subject information definition.</t>
      <t>Refactored the RS-centric components into a new document.</t>
      <t>Updated cryptographic proof of possession methods to match current reference syntax.</t>
      <t>Updated proofing language to use "signer" and "verifier" generically.</t>
      <t>Updated cryptographic proof of possession examples.</t>
      <t>Editorial cleanup and fixes.</t>
      <t>Diagram cleanup and fixes.</t>
    </list></t>
  <t>-04
  <list style="symbols">
      <t>Updated terminology.</t>
      <t>Refactored key presentation and binding.</t>
      <t>Refactored "interact" request to group start and end modes.</t>
      <t>Changed access token request and response syntax.</t>
      <t>Changed DPoP digest field to 'htd' to match proposed FAPI profile.</t>
      <t>Include the access token hash in the DPoP message.</t>
      <t>Removed closed issue links.</t>
      <t>Removed function to read state of grant request by client.</t>
      <t>Closed issues related to reading and updating access tokens.</t>
    </list></t>
  <t>-03
  <list style="symbols">
      <t>Changed "resource client" terminology to separate "client instance" and "client software".</t>
      <t>Removed OpenID Connect "claims" parameter.</t>
      <t>Dropped "short URI" redirect.</t>
      <t>Access token is mandatory for continuation.</t>
      <t>Removed closed issue links.</t>
      <t>Editorial fixes.</t>
    </list></t>
  <t>-02
  <list style="symbols">
      <t>Moved all "editor's note" items to GitHub Issues.</t>
      <t>Added JSON types to fields.</t>
      <t>Changed "GNAP Protocol" to "GNAP".</t>
      <t>Editorial fixes.</t>
    </list></t>
  <t>-01
  <list style="symbols">
      <t>"updated_at" subject info timestamp now in ISO 8601 string format.</t>
      <t>Editorial fixes.</t>
      <t>Added Aaron and Fabien as document authors.</t>
    </list></t>
  <t>-00
  <list style="symbols">
      <t>Initial working group draft.</t>
    </list></t>
</list></t>

</section>
<section anchor="vs-oauth2"><name>Compared to OAuth 2.0</name>

<t>GNAP's protocol design differs from OAuth 2.0's in several fundamental ways:</t>

<t><list style="numbers">
  <t><strong>Consent and authorization flexibility:</strong>  <vspace blankLines='1'/>
OAuth 2.0 generally assumes the user has access to the a web browser. The type of interaction available is fixed by the grant type, and the most common interactive grant types start in the browser. OAuth 2.0 assumes that the user using the client software is the same user that will interact with the AS to approve access.  <vspace blankLines='1'/>
GNAP allows various patterns to manage authorizations and consents required to fulfill this requested delegation, including information sent by the client instance, information supplied by external parties, and information gathered through the interaction process. GNAP allows a client instance to list different ways that it can start and finish an interaction, and these can be mixed together as needed for different use cases. GNAP interactions can use a browser, but don’t have to. Methods can use inter-application messaging protocols, out-of-band data transfer, or anything else. GNAP allows extensions to define new ways to start and finish an interaction, as new methods and platforms are expected to become available over time. GNAP is designed to allow the end user and the resource owner to be two different people, but still works in the optimized case of them being the same party.</t>
  <t><strong>Intent registration and inline negotiation:</strong>  <vspace blankLines='1'/>
OAuth 2.0 uses different “grant types” that start at different endpoints for different purposes. Many of these require discovery of several interrelated parameters.  <vspace blankLines='1'/>
GNAP requests all start with the same type of request to the same endpoint at the AS. Next steps are negotiated between the client instance and AS based on software capabilities, policies surrounding requested access, and the overall context of the ongoing request. GNAP defines a continuation API that allows the client instance and AS to request and send additional information from each other over multiple steps. This continuation API uses the same access token protection that other GNAP-protected APIs use. GNAP allows discovery to optimize the requests but it isn’t required thanks to the negotiation capabilities.</t>
  <t><strong>Client instances:</strong>  <vspace blankLines='1'/>
OAuth 2.0 requires all clients to be registered at the AS and to use a client_id known to the AS as part of the protocol. This client_id is generally assumed to be assigned by a trusted authority during a registration process, and OAuth places a lot of trust on the client_id as a result. Dynamic registration allows different classes of clients to get a client_id at runtime, even if they only ever use it for one request.  <vspace blankLines='1'/>
GNAP allows the client instance to present an unknown key to the AS and use that key to protect the ongoing request. GNAP’s client instance identifier mechanism allows for pre-registered clients and dynamically registered clients to exist as an optimized case without requiring the identifier as part of the protocol at all times.</t>
  <t><strong>Expanded delegation:</strong>  <vspace blankLines='1'/>
OAuth 2.0 defines the “scope” parameter for controlling access to APIs. This parameter has been coopted to mean a number of different things in different protocols, including flags for turning special behavior on and off, including the return of data apart from the access token. The “resource” parameter and RAR extensions (as defined in <xref target="I-D.ietf-oauth-rar"/>) expand on the “scope” concept in similar but different ways.  <vspace blankLines='1'/>
GNAP defines a rich structure for requesting access, with string references as an optimization. GNAP defines methods for requesting directly-returned user information, separate from API access. This information includes identifiers for the current user and structured assertions. The core GNAP protocol makes no assumptions or demands on the format or contents of the access token, but the RS extension allows a negotiation of token formats between the AS and RS.</t>
  <t><strong>Cryptography-based security:</strong>  <vspace blankLines='1'/>
OAuth 2.0 uses shared bearer secrets, including the client_secret and access token, and advanced authentication and sender constraint have been built on after the fact in inconsistent ways.  <vspace blankLines='1'/>
In GNAP, all communication between the client instance and AS is bound to a key held by the client instance. GNAP uses the same cryptographic mechanisms for both authenticating the client (to the AS) and binding the access token (to the RS and the AS). GNAP allows extensions to define new cryptographic protection mechanisms, as new methods are expected to become available over time. GNAP does not have a notion of “public clients” because key information can always be sent and used dynamically.</t>
  <t><strong>Privacy and usable security:</strong>  <vspace blankLines='1'/>
OAuth 2.0's deployment model assumes a strong binding between the AS and the RS.  <vspace blankLines='1'/>
GNAP is designed to be interoperable with decentralized identity standards and to provide a human-centric authorization layer. In addition to the core protocol, GNAP supports various patterns of communication between RSs and ASs through extensions. GNAP tries to limit the odds of a consolidation to just a handful of super-popular AS services.</t>
</list></t>

</section>
<section anchor="examples"><name>Example Protocol Flows</name>

<t>The protocol defined in this specification provides a number of
features that can be combined to solve many different kinds of
authentication scenarios. This section seeks to show examples of how the
protocol would be applied for different situations.</t>

<t>Some longer fields, particularly cryptographic information, have been
truncated for display purposes in these examples.</t>

<section anchor="example-auth-code"><name>Redirect-Based User Interaction</name>

<t>In this scenario, the user is the RO and has access to a web
browser, and the client instance can take front-channel callbacks on the same
device as the user. This combination is analogous to the OAuth 2.0
Authorization Code grant type.</t>

<t>The client instance initiates the request to the AS. Here the client instance
identifies itself using its public key.</t>

<figure><sourcecode type="http-message"><![CDATA[
POST /tx HTTP/1.1
Host: server.example.com
Content-Type: application/json
Signature-Input: sig1=...
Signature: sig1=...
Content-Digest: sha-256=...

{
    "access_token": {
        "access": [
            {
                "actions": [
                    "read",
                    "write",
                    "dolphin"
                ],
                "locations": [
                    "https://server.example.net/",
                    "https://resource.local/other"
                ],
                "datatypes": [
                    "metadata",
                    "images"
                ]
            }
        ],
    },
    "client": {
      "key": {
        "proof": "httpsig",
        "jwk": {
            "kty": "RSA",
            "e": "AQAB",
            "kid": "xyz-1",
            "alg": "RS256",
            "n": "kOB5rR4Jv0GMeLaY6_It_r3ORwdf8ci_JtffXyaSx8..."
        }
      }
    },
    "interact": {
        "start": ["redirect"],
        "finish": {
            "method": "redirect",
            "uri": "https://client.example.net/return/123455",
            "nonce": "LKLTI25DK82FX4T4QFZC"
        }
    }
}
]]></sourcecode></figure>

<t>The AS processes the request and determines that the RO needs to
interact. The AS returns the following response giving the client instance the
information it needs to connect. The AS has also indicated to the
client instance that it can use the given instance identifier to identify itself in
<xref target="request-instance">future requests</xref>.</t>

<figure><sourcecode type="http-message"><![CDATA[
HTTP/1.1 200 OK
Content-Type: application/json
Cache-Control: no-store

{
    "interact": {
      "redirect":
        "https://server.example.com/interact/4CF492MLVMSW9MKM",
      "finish": "MBDOFXG4Y5CVJCX821LH"
    }
    "continue": {
        "access_token": {
            "value": "80UPRY5NM33OMUKMKSKU"
        },
        "uri": "https://server.example.com/continue"
    },
    "instance_id": "7C7C4AZ9KHRS6X63AJAO"
}
]]></sourcecode></figure>

<t>The client instance saves the response and redirects the user to the
interaction_url by sending the following HTTP message to the user's
browser.</t>

<figure><sourcecode type="http-message"><![CDATA[
HTTP 302 Found
Location: https://server.example.com/interact/4CF492MLVMSW9MKM
]]></sourcecode></figure>

<t>The user's browser fetches the AS's interaction URI. The user logs
in, is identified as the RO for the resource being requested, and
approves the request. Since the AS has a callback parameter, the AS
generates the interaction reference, calculates the hash, and
redirects the user back to the client instance with these additional values
added as query parameters.</t>

<figure><sourcecode type="http-message"><![CDATA[
NOTE: '\' line wrapping per RFC 8792

HTTP 302 Found
Location: https://client.example.net/return/123455\
  ?hash=p28jsq0Y2KK3WS__a42tavNC64ldGTBroywsWxT4md_jZQ1R2\
    HZT8BOWYHcLmObM7XHPAdJzTZMtKBsaraJ64A\
  &interact_ref=4IFWWIKYBC2PQ6U56NL1
]]></sourcecode></figure>

<t>The client instance receives this request from the user's browser. The
client instance ensures that this is the same user that was sent out by
validating session information and retrieves the stored pending
request. The client instance uses the values in this to validate the hash
parameter. The client instance then calls the continuation URI and presents the
handle and interaction reference in the request body. The client instance signs
the request as above.</t>

<figure><sourcecode type="http-message"><![CDATA[
POST /continue HTTP/1.1
Host: server.example.com
Content-Type: application/json
Authorization: GNAP 80UPRY5NM33OMUKMKSKU
Signature-Input: sig1=...
Signature: sig1=...
Content-Digest: sha-256=...

{
    "interact_ref": "4IFWWIKYBC2PQ6U56NL1"
}
]]></sourcecode></figure>

<t>The AS retrieves the pending request based on the handle and issues
an access token and returns this to the client instance.</t>

<figure><sourcecode type="http-message"><![CDATA[
NOTE: '\' line wrapping per RFC 8792

HTTP/1.1 200 OK
Content-Type: application/json
Cache-Control: no-store

{
    "access_token": {
        "value": "OS9M2PMHKUR64TB8N6BW7OZB8CDFONP219RP1LT0",
        "manage": "https://server.example.com/token/PRY5NM33O\
            M4TB8N6BW7OZB8CDFONP219RP1L",
        "access": [{
            "actions": [
                "read",
                "write",
                "dolphin"
            ],
            "locations": [
                "https://server.example.net/",
                "https://resource.local/other"
            ],
            "datatypes": [
                "metadata",
                "images"
            ]
        }]
    },
    "continue": {
        "access_token": {
            "value": "80UPRY5NM33OMUKMKSKU"
        },
        "uri": "https://server.example.com/continue"
    }
}
]]></sourcecode></figure>

</section>
<section anchor="example-device"><name>Secondary Device Interaction</name>

<t>In this scenario, the user does not have access to a web browser on
the device and must use a secondary device to interact with the AS.
The client instance can display a user code or a printable QR code.
The client instance is not able to accept callbacks from the AS and needs to poll
for updates while waiting for the user to authorize the request.</t>

<t>The client instance initiates the request to the AS.</t>

<figure><sourcecode type="http-message"><![CDATA[
POST /tx HTTP/1.1
Host: server.example.com
Content-Type: application/json
Signature-Input: sig1=...
Signature: sig1=...
Content-Digest: sha-256=...

{
    "access_token": {
        "access": [
            "dolphin-metadata", "some other thing"
        ],
    },
    "client": "7C7C4AZ9KHRS6X63AJAO",
    "interact": {
        "start": ["redirect", "user_code"]
    }
}
]]></sourcecode></figure>

<t>The AS processes this and determines that the RO needs to interact.
The AS supports both redirect URIs and user codes for interaction, so
it includes both. Since there is no interaction finish mode, the AS does not include
a nonce, but does include a "wait" parameter on the continuation
section because it expects the client instance to poll for results.</t>

<figure><sourcecode type="http-message"><![CDATA[
HTTP/1.1 200 OK
Content-Type: application/json
Cache-Control: no-store

{
    "interact": {
        "redirect": "https://srv.ex/MXKHQ",
        "user_code": {
            "code": "A1BC-3DFF"
        }
    },
    "continue": {
        "access_token": {
            "value": "80UPRY5NM33OMUKMKSKU"
        },
        "uri": "https://server.example.com/continue/VGJKPTKC50",
        "wait": 60
    }
}
]]></sourcecode></figure>

<t>The client instance saves the response and displays the user code visually
on its screen along with the static device URI. The client instance also
displays the short interaction URI as a QR code to be scanned.</t>

<t>If the user scans the code, they are taken to the interaction
endpoint and the AS looks up the current pending request based on the
incoming URI. If the user instead goes to the static page and enters
the code manually, the AS looks up the current pending request based
on the value of the user code. In both cases, the user logs in, is
identified as the RO for the resource being requested, and approves
the request. Once the request has been approved, the AS displays to
the user a message to return to their device.</t>

<t>Meanwhile, the client instance periodically polls the AS every 60 seconds at
the continuation URI. The client instance signs the request using the
same key and method that it did in the first request.</t>

<figure><sourcecode type="http-message"><![CDATA[
POST /continue/VGJKPTKC50 HTTP/1.1
Host: server.example.com
Authorization: GNAP 80UPRY5NM33OMUKMKSKU
Signature-Input: sig1=...
Signature: sig1=...
Content-Digest: sha-256=...
]]></sourcecode></figure>

<t>The AS retrieves the pending request based on the handle and
determines that it has not yet been authorized. The AS indicates to
the client instance that no access token has yet been issued but it can
continue to call after another 60 second timeout.</t>

<figure><sourcecode type="http-message"><![CDATA[
HTTP/1.1 200 OK
Content-Type: application/json
Cache-Control: no-store

{
    "continue": {
        "access_token": {
            "value": "G7YQT4KQQ5TZY9SLSS5E"
        },
        "uri": "https://server.example.com/continue/ATWHO4Q1WV",
        "wait": 60
    }
}
]]></sourcecode></figure>

<t>Note that the continuation URI and access token have been rotated since they were
used by the client instance to make this call. The client instance polls the
continuation URI after a 60 second timeout using this new information.</t>

<figure><sourcecode type="http-message"><![CDATA[
POST /continue/ATWHO4Q1WV HTTP/1.1
Host: server.example.com
Authorization: GNAP G7YQT4KQQ5TZY9SLSS5E
Signature-Input: sig1=...
Signature: sig1=...
Content-Digest: sha-256=...
]]></sourcecode></figure>

<t>The AS retrieves the pending request based on the URI and access token,
determines that it has been approved, and issues an access
token for the client to use at the RS.</t>

<figure><sourcecode type="http-message"><![CDATA[
NOTE: '\' line wrapping per RFC 8792

HTTP/1.1 200 OK
Content-Type: application/json
Cache-Control: no-store

{
    "access_token": {
        "value": "OS9M2PMHKUR64TB8N6BW7OZB8CDFONP219RP1LT0",
        "manage": "https://server.example.com/token/PRY5NM33O\
            M4TB8N6BW7OZB8CDFONP219RP1L",
        "access": [
            "dolphin-metadata", "some other thing"
        ]
    }
}
]]></sourcecode></figure>

</section>
<section anchor="example-no-user"><name>No User Involvement</name>

<t>In this scenario, the client instance is requesting access on its own
behalf, with no user to interact with.</t>

<t>The client instance creates a request to the AS, identifying itself with its
public key and using MTLS to make the request.</t>

<figure><sourcecode type="http-message"><![CDATA[
POST /tx HTTP/1.1
Host: server.example.com
Content-Type: application/json

{
    "access_token": {
        "access": [
            "backend service", "nightly-routine-3"
        ],
    },
    "client": {
      "key": {
        "proof": "mtls",
        "cert#S256": "bwcK0esc3ACC3DB2Y5_lESsXE8o9ltc05O89jdN-dg2"
      }
    }
}
]]></sourcecode></figure>

<t>The AS processes this and determines that the client instance can ask for
the requested resources and issues an access token.</t>

<figure><sourcecode type="http-message"><![CDATA[
HTTP/1.1 200 OK
Content-Type: application/json
Cache-Control: no-store

{
    "access_token": {
        "value": "OS9M2PMHKUR64TB8N6BW7OZB8CDFONP219RP1LT0",
        "manage": "https://server.example.com/token",
        "access": [
            "backend service", "nightly-routine-3"
        ]
    }
}
]]></sourcecode></figure>

</section>
<section anchor="example-async"><name>Asynchronous Authorization</name>

<t>In this scenario, the client instance is requesting on behalf of a specific
RO, but has no way to interact with the user. The AS can
asynchronously reach out to the RO for approval in this scenario.</t>

<t>The client instance starts the request at the AS by requesting a set of
resources. The client instance also identifies a particular user.</t>

<figure><sourcecode type="http-message"><![CDATA[
POST /tx HTTP/1.1
Host: server.example.com
Content-Type: application/json
Signature-Input: sig1=...
Signature: sig1=...
Content-Digest: sha-256=...

{
    "access_token": {
        "access": [
            {
                "type": "photo-api",
                "actions": [
                    "read",
                    "write",
                    "dolphin"
                ],
                "locations": [
                    "https://server.example.net/",
                    "https://resource.local/other"
                ],
                "datatypes": [
                    "metadata",
                    "images"
                ]
            },
            "read", "dolphin-metadata",
            {
                "type": "financial-transaction",
                "actions": [
                    "withdraw"
                ],
                "identifier": "account-14-32-32-3",
                "currency": "USD"
            },
            "some other thing"
        ],
    },
    "client": "7C7C4AZ9KHRS6X63AJAO",
    "user": {
        "sub_ids": [ {
            "format": "opaque",
            "id": "J2G8G8O4AZ"
        } ]
  }
}
]]></sourcecode></figure>

<t>The AS processes this and determines that the RO needs to interact.
The AS determines that it can reach the identified user asynchronously
and that the identified user does have the ability to approve this
request. The AS indicates to the client instance that it can poll for
continuation.</t>

<figure><sourcecode type="http-message"><![CDATA[
HTTP/1.1 200 OK
Content-Type: application/json
Cache-Control: no-store

{
    "continue": {
        "access_token": {
            "value": "80UPRY5NM33OMUKMKSKU"
        },
        "uri": "https://server.example.com/continue",
        "wait": 60
    }
}
]]></sourcecode></figure>

<t>The AS reaches out to the RO and prompts them for consent. In this
example, the AS has an application that it can push notifications in
to for the specified account.</t>

<t>Meanwhile, the client instance periodically polls the AS every 60 seconds at
the continuation URI.</t>

<figure><sourcecode type="http-message"><![CDATA[
POST /continue HTTP/1.1
Host: server.example.com
Authorization: GNAP 80UPRY5NM33OMUKMKSKU
Signature-Input: sig1=...
Signature: sig1=...
]]></sourcecode></figure>

<t>The AS retrieves the pending request based on the handle and
determines that it has not yet been authorized. The AS indicates to
the client instance that no access token has yet been issued but it can
continue to call after another 60 second timeout.</t>

<figure><sourcecode type="http-message"><![CDATA[
HTTP/1.1 200 OK
Content-Type: application/json
Cache-Control: no-store

{
    "continue": {
        "access_token": {
            "value": "BI9QNW6V9W3XFJK4R02D"
        },
        "uri": "https://server.example.com/continue",
        "wait": 60
    }
}
]]></sourcecode></figure>

<t>Note that the continuation handle has been rotated since it was
used by the client instance to make this call. The client instance polls the
continuation URI after a 60 second timeout using the new handle.</t>

<figure><sourcecode type="http-message"><![CDATA[
POST /continue HTTP/1.1
Host: server.example.com
Authorization: GNAP BI9QNW6V9W3XFJK4R02D
Signature-Input: sig1=...
Signature: sig1=...
]]></sourcecode></figure>

<t>The AS retrieves the pending request based on the handle and
determines that it has been approved and it issues an access
token.</t>

<figure><sourcecode type="http-message"><![CDATA[
NOTE: '\' line wrapping per RFC 8792

HTTP/1.1 200 OK
Content-Type: application/json
Cache-Control: no-store

{
    "access_token": {
        "value": "OS9M2PMHKUR64TB8N6BW7OZB8CDFONP219RP1LT0",
        "manage": "https://server.example.com/token/PRY5NM33O\
            M4TB8N6BW7OZB8CDFONP219RP1L",
        "access": [
            "dolphin-metadata", "some other thing"
        ]
    }
}
]]></sourcecode></figure>

</section>
<section anchor="example-oauth2"><name>Applying OAuth 2.0 Scopes and Client IDs</name>

<t>While GNAP is not designed to be directly compatible with
OAuth 2.0 <xref target="RFC6749"/>, considerations have been made to enable the use of
OAuth 2.0 concepts and constructs more smoothly within GNAP.</t>

<t>In this scenario, the client developer has a <spanx style="verb">client_id</spanx> and set of
<spanx style="verb">scope</spanx> values from their OAuth 2.0 system and wants to apply them to the
new protocol. Traditionally, the OAuth 2.0 client developer would put
their <spanx style="verb">client_id</spanx> and <spanx style="verb">scope</spanx> values as parameters into a redirect request
to the authorization endpoint.</t>

<figure><sourcecode type="http-message"><![CDATA[
NOTE: '\' line wrapping per RFC 8792

HTTP 302 Found
Location: https://server.example.com/authorize\
  ?client_id=7C7C4AZ9KHRS6X63AJAO\
  &scope=read%20write%20dolphin\
  &redirect_uri=https://client.example.net/return\
  &response_type=code\
  &state=123455
]]></sourcecode></figure>

<t>Now the developer wants to make an analogous request to the AS
using GNAP. To do so, the client instance makes an HTTP POST and
places the OAuth 2.0 values in the appropriate places.</t>

<figure><sourcecode type="http-message"><![CDATA[
POST /tx HTTP/1.1
Host: server.example.com
Content-Type: application/json
Signature-Input: sig1=...
Signature: sig1=...
Content-Digest: sha-256=...

{
    "access_token": {
        "access": [
            "read", "write", "dolphin"
        ],
        "flags": [ "bearer" ]
    },
    "client": "7C7C4AZ9KHRS6X63AJAO",
    "interact": {
        "start": ["redirect"],
        "finish": {
            "method": "redirect",
            "uri": "https://client.example.net/return?state=123455",
            "nonce": "LKLTI25DK82FX4T4QFZC"
        }
    }
}
]]></sourcecode></figure>

<t>The <spanx style="verb">client_id</spanx> can be used to identify the client instance's keys that it
uses for authentication, the scopes represent resources that the
client instance is requesting, and the <spanx style="verb">redirect_uri</spanx> and <spanx style="verb">state</spanx> value are
pre-combined into a <spanx style="verb">finish</spanx> URI that can be unique per request. The
client instance additionally creates a nonce to protect the callback, separate
from the state parameter that it has added to its return URI.</t>

<t>From here, the protocol continues as above.</t>

</section>
</section>
<section anchor="interoperability-profiles"><name>Interoperability Profiles</name>

<t>The GNAP specification has many different modes, options, and mechanisms, allowing it
to solve a wide variety of problems in a wide variety of deployments. The wide applicability
of GNAP makes it difficult, if not impossible, to define a set of mandatory-to-implement
features, since one environment's required feature would be impossible to do in another environment.
While this is a large problem in many systems, GNAP's back-and-forth negotiation process
allows parties to declare at runtime everything that they support and then have the other party
select from that the subset of items that they also support, leading to functional compatibility
in many parts of the protocol even in an open world scenario.</t>

<t>In addition, GNAP defines a set of interoperability profiles which gather together core requirements
to fix options into common configurations that are likely to be useful to large populations of
similar applications.</t>

<t>Conformant AS implementations of these profiles <bcp14>MUST</bcp14> implement at least the features as specified
in the profile and <bcp14>MAY</bcp14> implement additional features or profiles. Conformant client implementations
of these profiles <bcp14>MUST</bcp14> implement at least the features as specified, except where a subset of the
features allows the protocol to function (such as using polling instead of a push finish method for
the Secondary Device profile).</t>

<section anchor="web-based-redirection"><name>Web-based Redirection</name>

<t>Implementations conformant to the Web-based Redirection profile of GNAP <bcp14>MUST</bcp14> implement all of the following features:</t>

<t><list style="symbols">
  <t><em>Interaction Start Methods</em>: <spanx style="verb">redirect</spanx></t>
  <t><em>Interaction Finish Methods</em>: <spanx style="verb">redirect</spanx></t>
  <t><em>Interaction Hash Algorithms</em>: <spanx style="verb">sha3-512</spanx></t>
  <t><em>Key Proofing Methods</em>: <spanx style="verb">httpsig</spanx> with no additional parameters</t>
  <t><em>Key Formats</em>: <spanx style="verb">jwks</spanx> with signature algorithm included in the key</t>
  <t><em>JOSE Signature Algorithm</em>: PS256</t>
  <t><em>Subject Identifier Formats</em>: <spanx style="verb">opaque</spanx></t>
  <t><em>Assertion Formats</em>: <spanx style="verb">id_token</spanx></t>
</list></t>

</section>
<section anchor="secondary-device"><name>Secondary Device</name>

<t>Implementations conformant to the Secondary Device profile of GNAP <bcp14>MUST</bcp14> implement all of the following features:</t>

<t><list style="symbols">
  <t><em>Interaction Start Methods</em>: <spanx style="verb">user_code</spanx> and <spanx style="verb">user_code_uri</spanx></t>
  <t><em>Interaction Finish Methods</em>: <spanx style="verb">push</spanx></t>
  <t><em>Interaction Hash Algorithms</em>: <spanx style="verb">sha3-512</spanx></t>
  <t><em>Key Proofing Methods</em>: <spanx style="verb">httpsig</spanx> with no additional parameters</t>
  <t><em>Key Formats</em>: <spanx style="verb">jwks</spanx> with signature algorithm included in the key</t>
  <t><em>JOSE Signature Algorithm</em>: PS256</t>
  <t><em>Subject Identifier Formats</em>: <spanx style="verb">opaque</spanx></t>
  <t><em>Assertion Formats</em>: <spanx style="verb">id_token</spanx></t>
</list></t>

</section>
</section>
<section anchor="extensions"><name>Guidance for Extensions</name>

<t>Extensions to this specification have a variety of places to alter the protocol, including many
fields and objects that can have additional values in a <xref target="IANA">registry</xref> established by this
specification. Extensions that add new fields, especially to the grant request and response, should
endeavor to have any new fields be as orthogonal as possible to existing fields. That is to say,
if functionality is sufficiently close to an existing field, the extension should attempt to
use that field instead of defining a new one, in order to avoid confusion by developers.</t>

<t>Most object fields in GNAP are specified with types, and those types can allow different but
related behavior. For example, the <spanx style="verb">access</spanx> array can include either strings or objects, as
discussed in <xref target="resource-access-rights"/>. The use of <xref target="polymorphism"></xref>
within GNAP allows extensions to define new fields by not only choosing a new name but also by
using an existing name with a new type. However, the extension's definition
of a new type for a field needs to fit the same kind of item being extended. For example, a
hypothetical extension could define a string value for the <spanx style="verb">access_token</spanx> request field,
with a URL to download a hosted access token request. Such an extension would be appropriate as
the <spanx style="verb">access_token</spanx> field still defines the access tokens being requested. However, if an extension
were to define a string value for the <spanx style="verb">access_token</spanx> request field, with the value instead
being something unrelated to the access token request such as a value or key format, this would
not be an appropriate means of extension. (Note that this specific extension example would create
another form of SSRF attack surface as discussed in <xref target="security-ssrf"/>.)</t>

<t>For another example, both interaction <xref target="request-interact-start">interaction start modes</xref> and
<xref target="binding-keys">key proofing methods</xref> can be defined as either strings or objects. An extension
could take a method defined as a string, such as <spanx style="verb">app</spanx>, and define an object-based version with
additional parameters. This extension should still define a method to launch an application on the
end user's device, just like <spanx style="verb">app</spanx> does when specified as a string.</t>

<t>Additionally, the ability to deal with different types for a field is not expected to be equal
between an AS and client software, with the client software being assumed to be both more varied
and more simplified than the AS. Furthermore, the nature of the negotiation process in GNAP allows
the AS more chance of recovery from unknown situations and parameters. As such, any extensions that
change the type of any field returned to a client instance should only do so when the client
instance has indicated specific support for that extension through some kind of request parameter.</t>

</section>
<section anchor="polymorphism"><name>JSON Structures and Polymorphism</name>

<t>GNAP makes use of polymorphism within the <xref target="RFC8259">JSON</xref> structures used for
the protocol. Each portion of this protocol is defined in terms of the JSON data type
that its values can take, whether it's a string, object, array, boolean, or number. For some
fields, different data types offer different descriptive capabilities and are used in different
situations for the same field. Each data type provides a different syntax to express
the same underlying semantic protocol element, which allows for optimization and
simplification in many common cases.</t>

<t>Even though JSON is often used to describe strongly typed structures, JSON on its own is naturally polymorphic.
In JSON, the named members of an object have no type associated with them, and any
data type can be used as the value for any member. In practice, each member
has a semantic type that needs to make sense to the parties creating and
consuming the object. Within this protocol, each object member is defined in terms
of its semantic content, and this semantic content might have expressions in
different concrete data types for different specific purposes. Since each object
member has exactly one value in JSON, each data type for an object member field
is naturally mutually exclusive with other data types within a single JSON object.</t>

<t>For example, a resource request for a single access token is composed of an object
of resource request descriptions while a request for multiple access tokens is
composed of an array whose member values are all objects. Both of these represent requests
for access, but the difference in syntax allows the client instance and AS to differentiate
between the two request types in the same request.</t>

<t>Another form of polymorphism in JSON comes from the fact that the values within JSON
arrays need not all be of the same JSON data type. However, within this protocol,
each element within the array needs to be of the same kind of semantic element for
the collection to make sense, even when the data types are different from each other.</t>

<t>For example, each aspect of a resource request can be described using an object with multiple
dimensional components, or the aspect can be requested using a string. In both cases, the resource
request is being described in a way that the AS needs to interpret, but with different
levels of specificity and complexity for the client instance to deal with. An API designer
can provide a set of common access scopes as simple strings but still allow
client software developers to specify custom access when needed for more complex APIs.</t>

<t>Extensions to this specification can use different data types for defined fields, but
each extension needs to not only declare what the data type means, but also provide
justification for the data type representing the same basic kind of thing it extends.
For example, an extension declaring an "array" representation for a field would need
to explain how the array represents something akin to the non-array element that it
is replacing.</t>

</section>


  </back>

<!-- ##markdown-source:
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
HCD+QeG6n1OYIsQJORTul3QSNgMTnRX5nraQIGciT+qC8SOhZkUg9CYJfw84
wHUMaSVEtQtUC/cFhFDLU8j6ldYggkeqFMcCEH75oj1Wv0rmNxCPbK/GJD2L
G5Zp3qBqGpx44ohDEViIkz7Uo9Yim7B624r2a6dgw7vTUZPinYQ+SzTuAmtr
iI2bjpujHfgLMjsDisLC6eOx/3gzTADvyxzABxn7koduQTqvp9XR+Sbzuak6
LmPRbQRj+2UGbNGwDwyDGaa3RxRBptQWo3gvTW5DGPJ5aXWv3sP22omkTw5M
jObwvCWCTHhYhMDl+yVSqUAxuVAhQSrqjIxIRndI8jDOYOMR1Y1UHgwuWZdc
KaQD93dWD0pESWKaXujn2VuIY70bNLikuJcmY1JCUvQ6bP1azPdNfYlci1e4
pIJg+ZRBKaEluoXq6oorupBcUaQjnzqoYwGrOyEXJslfqWsiAZ4RZXRKFJKH
RW2rv6UEBGIXKjJN8pdkjegpjz36Ft+Oi5RHNgSNlHsHzm58yHua0mtIautT
ShrHWiRcf45mOuWYUbjsR6vOBDrT823VDGJR2sSoEXxsZhyRMcHly/R5K9xI
VoSrzp4wm+swK1HivintjfY2w8WZTDCR60ypOq5uR0lgBea2Ezkk6szbWDWc
bWbVpJ7mW7BjuZQYGJG5MQMoPyraE05z+OqrfM95+z985eILxB0rsFi1mnyP
BbJKrtZI3Mp5ZTsJ1MkSZU5VWZDTfo5kJ6yOar2rDWaruujJ2XkuaUf98MxI
zre1/jJGOwrtas5Zu1AEQ8PQaQXnTlDmurKusFzVHK7mkhsJ8PE8GoOfqf5j
r+6MG1i34KjsApPRWspdyVztLxnNxZa6oGGpw0baKftkm7pl8noGWJzZuqAm
n1IMgMo83ZIIESrOjpBJM1PThkFiqAdDCjWHMLF5oJIsXWgiTpiuToE8Gu2Z
oguaqakEoaOsSgkr290bUQ0GXFMr6XAubHQPoE1+/5o513KJZV8xzY6j3eyJ
cRqlnRcvEV6jzqWckJNfjPOaNz21IaxYzpJOs3SVZ6f5APARThhviu5/yW3B
tiLuICJQYpamZnIWznbrCw9LfgMX4MxAQsCYrDg52C5FTjtENw5eZ3kzc+h1
BECc5DtTc7NckQHZjQkflZxEOlw8GlNOI9jRUNY7RYY4rMyAAFJsIJr/Slfy
WtJp/Wnhxkk4Ig7EJBeez+IEQrQW4ao0I+groGMvJdHfhZgoYTN0bSzVAD5q
fV41T00r7kjiCt8UGtHqyYUkf45yH9yPSb2Zj6JwkUXLEy4pywVHhWpIWSWZ
qlWFwC+iledcWVactnWVVjhraW6jIXv0yoRn2AJmxl0X1zXT2jK2DFmi2l3P
X4i/+Yo9rv7YN70CZPveTavRDnExNv8zXLAt8cy1nc3kA9e+3fxiE30TeFsT
T5i/eoUHJZj6p/zaVm+lvbJ6AcS1Il4qUCBRkS9VcND9Ypf1jXF+0wNY/CkP
X4Rnrm1vkq86LKb2Uzxy9OJP/zq+dnPTzdAvkDj4YvQLlmsLvhh6EZd6azOu
pXiZGWGptzfH/WO96lIv/WJYsBLWfWcz+DsuB3m5Ga/d3Vy3x3DGe19ixgv2
eO3+px7H1o3Nv+VxbG1tfjZwrm1tDx8HAmcLrsfVgXPFPbqtOWDGm/0m9fk3
rjJkXBiy8FpNotYZ5eX0akJGddFUZvE1v7li4+eVg7ywGOSYeMTrwEAc1f1I
+6WctF6wHMLGJQ1qrxe0BF/ikNV3MRqwACSFA89ViE1N5HwpKMyMaEwxEcpE
LL262GxM7pWKMyLXov7F9msSs3AE5zax9sV+MS80A9RHAGw3ra36hsXUJVWH
zY7SGOAdaTZONjJRzzoR1QyioHBkeikzojGYnJmIBr8pjqbBrDO2BNIOMffN
hw+Z3dH6qeA75mS2VSc5iGkfHgv2YyPZExrY6bpi9o6LCMgyaAZXpFGXK95+
Bg9J0iSaSXMKE9nDKXW+rwQN9+FD047VQSl5SGw3plBpgN52GnoaS+XSXwpN
LzEhVTzCTR6hF2bkvJbGMKCHEaCW6CcGMQW1ru2lEvgmLHa9Vn8/AgxDW964
MKG0H8WYzmXl326iOWfAzjVyqA6zvEnc592X/aABH3cQfDFxKw6TNrRikK89
w/oapy/TSxo6bkwijkyaojJeWcD6pUvQPeWWsg6E2p7P9kND+AnWBFsclz5H
yaUyjjTGkp2hYtFjtQLvN1OC8JAHGqsIASNrykB11y9IQcQdca66zNdh0WBn
mkRNyI2WIMu+N0Pk9YtTv/nQaKiBIna5rS1E1S0B724N3Dk1NrfG1GbvnTNG
hxfw9uYaF4Rc3zAuZ0T1dDUqg9Z/ldtjsA19NFZnTvinjgSbjKKuNUrwrN64
6lourO+ioC9bl4pBcGcAoislRtEa4fMxf6SrVF2fV8ej3uVRdwOoihndlUdp
V0dHmNK26OKQIcB02jhaMXwcAr3Il4mLIyhy7EUhC5WnvdIU9LJZM63PPxrk
C5fIOgII3BvC1EIqI8Kyk+D0bjYLeaZogMQK55x6ugwwbk8THLBBKMDYSs26
40Xe32Q3v3/SP4ZNhgd49FHJHR0KXtYbDb6N0Zl8ndH2DihkjQ3ETGi5CpHG
vQE1gGsp8skNxyDJq0F+4tjxkbg3AwFxPOaA0OMRPjHB5ZB+a3sN1uOol8B8
z+9+/Si+dXMAlDAiVpFxq/fnhE6/CJK1xi6lGCD621wMAWdXuZRaQw091orE
7qhFbEdUE55k3GmDkI8ftUWLN90dr6oplx/DtEw8PeRlkgZnS/Z6kVYkNufm
iGyxkQdKjj5L8FFu0eLlwNC6SlumJ7yRdSS53S3PksWzSByHOMSVK7MNWS2d
fdeQmG53RRga8+01KRPWdqsi00cp0UmZuuxBRdv2oLzfqxzP5OuM6v/7HEKr
3olql2nRTHG4rahSw9lJ7co9UG3UQBTR+HQdLqudkXSS71UD2Ej+iGJJUWxU
FxQ3qoSaxuWqZkVzUHUNmviphw7owrYUsIYrueAtqSbrikxYoYvOrMJgBGwY
O1W/eBZWI3ByqmEc4ajMMfU5HBmXRi7DoyjiGYtBa/VcwPk2CF90bjQ51HQM
CpHRggp/VW3HNTep1p1vUKngsl3mpNVb4/RnqnjhK/UHioYOIpVpRRpzQDVP
T5ItaZKm4vAn9SxZ5ifWbHzhz0+sBIVWeeodcpENuT9O+Iv+FhjpfgMq/W9+
k+8h7PI9hnv+m/U/3/TH+ULrUTv1OJcsvVwqWCaMeGv39YXWo+bvgH69YGU6
Pu1fYj3f/OY3oNDAeSl5pftoF5c4rn/7GeFzlXH+FRZ/e/NLrAd9GC9+1nO/
yji4rztfbF9/+nnx+TegaMX489CGtf2M9539hvvhdScPhst4dPe+f90/cfbw
Mt9nj4B09o6Ji7nMnz/bVV6j/3oGEnkY0Iuia8UA5PGaHwLY7t7nrmUIfuRS
oUXsqgljzWK+OFw+jR+z42ArLX1gcZ6DWdWSdpqDhAySPMlsIoSoargSaatn
aHK2tSzbTk/Rs+9qDWmRJ62VNzmA96Y463jFUW1vVEhLCZOpfBl9nqLV1Rgl
XaKdxOcFIxEIUyOhIkH9C9yQycXTHG1XY3UThu6h1tAwraip61TrFyBw1jOQ
yD01/oHMAtC+OVFVP7bDRcKf8UGI5W3aBiY2lDNp7CJ/g5IuFmUqRegX0TOV
NZoCZiJQCUajjWucNL+THNBlMy3QIDaxtncpK06B/m0AvJTu4aMNu5oXlkpy
SueD4eT3Nh1wXSIbp8mwedFyDLsWycMFfeu4NuVLRD3DRVF8J6nBkuYNAs0I
jYpsUsaZs+xW+h4IGuEOAlSSoJz0kgiX0XES4RR/vrUGazs0dL3x6pLVRPB3
vmIG2QxCcGBaoAnBGvyJhgpXPqsLMUKEOctyHWAmdx7+UYmdtC7CwFiG6FJT
+WpEaukOIEDHtWS3J24tQfVF44EaYZynCdDsmdjvUDMm/nPkQeSqgwVL9S6M
gVwkGPDuxFsYuXjXFGPskv4AJsrGM5A6LSRS0Tkp7VLDHyN1Ty91AZjmHHwd
PwTj9maoK9MTaKDgGkDii2TasojOVi6Bt7yGl81tUu5ScMxaMYHXILVmo1s1
sDKgI7yeYIno9ce2ttpIXQtY2ZukO3dkWGZGZEreV4+qw5SfbqEfiD7w3qeQ
/ivtH7STYxwsBx3gZqJDx4/YnWkuSRXSUkNJytZVa8elEHSk/BzG5eE4oTNt
MBTAWS3kQWyJMy8p0UJtuXpTg0OmNsg5F8PXzkCulh11GdZbtIZPJmFFzMRm
ti+bktsh64JMTVi0GrJbUZ1GfD7pBDqO90T7k2bwt7YoAwX63rsIXS4m5hRP
S+5ovb7py8Uv3N3kWHef4rmWKa5Jb1MyTO87dEhQbl0AHT4TEjl+9x0vO5Uq
bhNsbYYbOmHuuySofqKlK8no0gOlJ2ooeBqIKqp0J77haZj3mE50ZPgJabls
AYlBL8vWjYE7/Rk+xS0R+EEZCs+pZxh3ztlFUD7EOWnV6o5bBtUHS+0tnJ1a
WlbEIf+tz9tkV7jrkEKlB6ianwwxxmMD+WtaSkm9r8jeR58MGc5X+sDVLefS
h0ytpsZEHTaDAUzqRhmFgo2x/Cg9RWsyGhG7L5KmbUqryqXJLeZ0d1mRv1tg
URQnzpCwre+Y3DN5gRZs2Ca2bkmZmrPLmpolqn5gz7Et3mp+2YJTCKrgbU4T
pEwwFbW+f/36lS8GOWC2n2Sp1WGuqmvycGYykM6KqtOu8ixpkbqntz30Bhrp
cjjflqut1JJSJO0BXYuNEJQZL8K9rXRMk7PTDhOWBl06vj7s24pOM2Y9ScGu
5+Aymf1k+Uf/jwrPSccEoBtD8u/CoE92nl+Z4Xv7V2b4vrlJQayPqnY5K84Z
hA+RUAz5KX5Nhm+02n+uIfUlZrUhYfoV7etnNuhr+HnCQoxhwD/PvVhn0Neo
dpT9qQ74dxKFcu33QKRxRfZeEHr+qhwVd/9OHBVXGQf3de8L7Ouhho38jHRM
0xIS+PztID73HCef4QHZ2l7rAvl1ekBu/oo8ILeu4gH5bHDGcPkZPCA/p3ti
KsxawodQrk/5EvBL/G7TO1G+sFnfTc8lylyasBXykyZ5szQc6m9kjWfzGHCe
v4FZHqYf+fmd32WNcf4C8802F/xbcQOm/u6GbfFBX2ynKIZHaE1+7vCS9vht
42rgnjPGdlw1Tr+w+i5NKPor4KAYVcmHWDq7iOsYZbLRT6vC4oY2E8HG4NKw
USIuZYHRpxLXnRgBHWfl7Egj0QaUNVAZ6ZwVOjSaiat3GlZfIUzbElxFBM1s
LkyfKEHzWbFaHGoCh/F2aH0khKPzQnjt8dM9EZo2EZsSgpNg90dYOJFAYM1E
lPQ1ZdzTBmmFixo0NTl82OPdL+0Jufc5nhBDlGtnNPAmyMhy6KtukYHxeVks
yACRPvtLGGqJGlCRBrHWhnQvSGhJZlskmIDP3FI6JgzLlJMxRIx71qNBH6tQ
ct6SVlxCg6NYUaMxECSI1udlFxtVfTEhwiGgje5OUuliZkFDhnH4+PJkn/EO
UU4K4FBTYndHTTEibCceeT+Vn7uKoKais/AsTg6QIPzBQ8RqxyWGC4csrimP
i4aQGIOcqf7ykA+tPaHMSTRgaa1IVyQEb1WalTQl1ZXRI0NMWs/f3CVyDfnc
ponK48uhs0ZaN2lFikQehNRukgIlVE8wzppjp4IJzS/m3MTwyDeRZuNyZFvm
VBUsYrzGJj4grpkrVHMNPNlQouydUodFebYegIjP95Edbm3/I7oXBkSWz3Iv
3Pp7cS8wF3e+hR1bGDWsBmEcDFQ+da1zIbL2St0aFEhc/XIkmL2eOiRLZnLD
nBQRts9LHaMyhAZ7Zpbc1sgWeZ2de06XmU43isamdJUpV01ySdjJaSC98us2
tLH/PNb7X6OxGlf8d2GsHrTJ/QzG6n8Vi/TPbPy887cwft4aNn7evTycf31G
wi9hrP6FjIQDYdG/kJFQwqT/voyEf7dh0v+/MBIqp+d44FIS0oOSAfXUa6uc
ODpSNVYDaNS46OQGDobKew14xSowWPSYDHjYh7DgWhhcLQQ1O9cJuScXgJJB
lXcpiGGEwo0LEZSs5takYEreqDF34tdYdbv7WornxhmXUq3E9gRSjRdWZuO1
KPX00CTbLQpSE7GIZ1iARSO3pOzs1Q2snAOc0milYmvapKTAx4Ieg9bZWF1I
TSPDegvqVa2ndzY1stjU+RO7MGNAPhjDl9Jf0ZqgwiXaE1Yut9hl35JqG9iL
Q2vt51lqJUgwsNbeREMtmWxv98Opk5HyDuOlZwdenSB62Ci5IO6ZLuuiSs4P
tMy8bD/A/xjvfYmXNz4tt/8sq1sj0/mTuhgHgahBDJ4sXQ1vrtuMtyDC73Nv
6MVHPtkid/sKFjnfZOIz7XF3vrA9bvtXaI+7+w9kjgNAXGR5A6jAdydoe4NT
4epo7T/NbX9Lc9tATPLPYm3ToOR/RvP+I0bzkuWMGnJ7uhA1dKeqd9YOF9TS
n1XvpHtUr9iKbwFu5kGr3p54A8eUszBo1lvUxI3XGvawuBzzXGmLPUA+sXQg
+sTwnHodD0eZVMCTG6GNKhcicZh61EhYGyxUNC+j4odAJw6rlooyuDIbjUTx
5q6UtjLaQQ9lqBnQEj4hKDTQOy9jUfO2tMuZzq6e6zykfnKIT0J5v7KmaZ8a
UrypPvAFivfV9W371NA+b/HM69XsL7XnK2PJr0+dXqv8XcSDrHCV5EOuPA4+
eFUmNMRMcCwvSlyVRVUeRlLfdHauZYNcdznsBSyl8EfS6ccRmaDo0XDsy+dw
tr8bP5LyDmU5uyzESurEY+59pHTgNS07KPVET18pX0Uy09teOavOtUItHNoJ
jqtUnlHVMgIpV7rVQI3hGkR8DRjeIpTuEXxoKORP0q/rFN5dIS5lvYPiFlAD
s6BWis0PUq3AUJuh8ndqUZJmUhEeOHHaZ6fSN1+3tgcYB9Z8micpQcmu4kGy
VPQq3C/BL3icK9lEe4+mOONQ9Y/P4BmXmH3tG8EBpV7vMVrXWyDkrp80e/DY
ema7t3LTO4b7zYWvf+bs8u+1/DXKiK8KKnu8edXXP3F2hPzttZD/OWdHyLMP
8DHpr6Gg85mQvxDrPhPnEXR3+b5TYU/hCkPy4ReeHUF3z8w+HZ7+y933z6S0
X0pmtILem7XSWt8mrzVaLyiZumo55lU5Jc/Xq0DrxBMXLV3kvZ6VzK/+voQr
DFtFcrRkcqRFIgcki7InwJiFqsMATb2XW25KeA8e4joBKEB4P8TuxVZR1ZDJ
WMZ22bQHTWNdUkdpi0uTuVmj3rm8b+ooU4V/h4PBr4ARKuFz2VNvYKWXzUG/
K89HokuVZmMskaH9XAphHlE77a6oZq03Gu7E5+Ve85ZLLeJN2hh6ndCOLIVB
pjh9q7nIrqRxiJi88wtrGY9RLpyVrvpHdPvE79WTPqUDY5DY4AJE40MWDc/p
XiNxJqUxirrAoSkao6XR0Kz+ImzrKiuKMMZpGNzxDsC2JxrfU2NGfYmmrigp
3ugX7WG5KJqqvsA65Avi8s1SxXqglC6mR7ddWUzTw5L5TQk1tSwkP4Ds7or6
qzRWdCF0WV+/j9o5Rhtv6ZbD8aMhsT1B8xzXNFmw5nLQdmQYK1rXCME5MwGp
URH+u0if/pKRN7/KyLZfWRp2/sR3bbig+uivLw37H7H+6JdLw/7Z64/eoXrD
HHdxUeXRX6D+6N1ftP7ovZ+7/ugvFPo1xMAS6seXy+I04lpcPPKNayODwkLY
QCbkrfrxmkxG35Kmzd8gK1zXkKbfl6jQPEIrzpg0w09OcLv9pRPM7nxOgpkK
pm4dawqCcZhVGPY0rF1cug6YiWTxGgnH0F1Y2svg6r3P98G7+Lov6knHsXYk
V5J6HJtTx6blzqWh7mXAuI1ZfXxMmLcRjitCu8A4rBPJje0qzJmk+CnQaKWX
t6t26FJnB8I7UBDF5tFNdcifpVpGO0GYBGNe0hy7uZAkzvXuzoZi8RyMR05J
U61MIh9SU4YKG6kVD7EJ95hkyB1/FSNPOXXqXq9SBBkwzg3BzSFQ4O7Oapv+
UtZYl+qS6kkxw5pb5xRr2lJ/CjtjVrUjChPApBeTuIuVBbHDYbgr6/nIdIiR
NAlTnTRawMiHm2J35wRkM+4MVSwkTA+QhxPJ6GDO4aDmI6VdGnmHSEuJ2Bjh
uMSG8atF1Z1n1KtjVhatxD3YA5SmbIvBgAnxXGWGKEv8lYI4P6OwKOozPpJK
UbrNMyWABrY02zGDQyIcxodczyzuBSLHTZXVDleg585hBKUaDrbUh14GoHG9
A6ujVHP4g0OZFvIBR1Ek2j9PYi5+6R+nfGF/6KuYN4Ofn1w6kGhh/9qT17il
xFPtlgmPX0Ip+Iz1pMdZJwklvovHQVVnm6XqYWU1qZzG64H9P30Ev6xRVi8h
PPcf+VLjqGsJZd9JflklN7EecRKhj2KS8E98kX0NKjtXhs+AEvfzwfnCfSVr
Tn3SvhJK3N9wX8maU2n8YX/NEyqDHtTSGky7+nnvha89hhj9iffiC63H1x5D
Y+jkkmmN1OIHCXLiWTSmXno9uxxZ+9n7Qu4x8OyVxtHFf+o4Yg1wX1yRX6gx
gTTnVw3VTKFozwdRc+o20PemA8L+KHIgZU4SRF0Ew8edjI7x2r5qaSCIapVo
FMblGVPnJCOhyAwk4eJoP15U/7VylXQoUxtraTeusvRQWnamy6ZCm1u+BEtQ
qkdairs6sqyL+IV0oXgLAv4KNAHeeDkH2R1j7Bvq4udlpcVqfsC9yiihxvQN
l0aAS1CFW+1yiF3GbeA6x0H5mepTyQhfnqAO7Lqbc9J61DhXU7KqMMB0XQlT
bxNxp9WrZtSHSDIJnvs8gkLmvC4xPAOADOIcPhb0gHSxYEETyDWe2atbhsQr
Zb1i4gJiVeHrAEFFm3iT1iXj3CGnT+/Db2+rabufwygzCV1URFXwp2cSU4/R
H3GEOJkpSvjyLtZ4ZxhDaFUV6lGnzZEB+VzzQEsvfF6jrxh2wI8Nmme0jJEu
gNxY6sdTDHmzXAFbZdXfrorbjsiy1vZ6wQHIXkGh4dYc1NUumW7AtayKlp3Z
ZEtJ505e8tSbzKjvuPVzm1PrVasnY5MgS5T5KMH0oo4H2Xk9E2Un5gzsUE8x
7C5lK6o4QTHtFLBezNCYxlUftLD7lJKi2trZjpwz19mnFJfZJJROYpT+DPt8
TPuAH64qmj2IRIj+u7Jcak5STsXsLw392w76qQy7E3ahzwPe5oKNSfm3tIqM
MLXvQ+sb0KLZil+6qAutP3ruzN45kwIXFffNEPj8Y5rYij7PrU/uWJsEnN98
KXQyrMthiIXerKiQmyfNe/Yyc4ElRMmzwhAaV31MR6FHmEpZS1pL7WNjU4hp
VoK1U3yNkzBR2RcTuTsx7Jjk5zbxfI+IULZW8y5ICkQe+VYzs9762AcYG4mC
DPwmSVYo1DgqzYcv2RYsF4V+C4E+ZBsR74nzj6l0IdaEmea+wgoAvAqzGh18
245CErR5hL0RNGe47GF5ja7TcOADHuOiPK47clgsyvcdzFwuqb2zJn5zAliK
tQ63loiWN5DKyQ3tL9fSwmdsGRLl2HGK+V4xH2yoklWBPZG5QCicHNkRzyo4
3xWckN5AWkOPK1ecb6SNYhEADotdQzaDPe1gl17PH0x7ZgzRBhJD5kAiI1Gp
rJubFwWV1IujmcY6Oe5kk+N/wfQwG0cjLscPyuM/ZtnrWsSSIrwqveRSujHA
un7Ye/kCMGD3ycN727fvb7pSlT55nRGm4IzSpq5Be34MNzSblyiyx+ny8rhT
a6hLhTuMoqUKD/xO3PnaFGWiGZiUEu8t28OmOmCKyw4AyR8Vn8FBCYwTwLPP
sutbiu7Zz6/Jaq4DdJuCOA1/0m4+yB7kj2RYIS3ciR45IvomS9IV1vVzieL5
J/nu49/9+HT38SOkCo0/pl7Q0V5Z5h8+BFnydLj7cv3cwhOrDEr6HWhOns0/
TygGZjGcrhc0/2EHF0USqTlc4iSVCyMvGdhcgqDEG5RHeIu8Ons06GZaHCe2
2s+44C4i8+Kdkz4ckofFIPD1d+X5MFAokg0zhQAeqD9S3REzILvOFueB19I2
dDK+XvcsNXJBhzP1EEmdUyKglO460yVPFzy4Y2DyCAxLnG8Akk9VSGkjo4Ia
EPj+zLGLeNPz/XGLw1FeVuQOcggihWsPTHKa1VvsLDYrHH0gUlyjUGY0yV++
ev305YudZ/EOXV7Svk6y7j5IZtxgzY8VeaaEDKN4rWIWp672Cs2wn5bPlMce
KCGXk5+Lu21ybGXLalEUE6HCWniDoodkmSCsR8DQ5+IcZCa+rZOxI/IrkYTT
EgQM9veCyFIuWuI5PtvoDYeuaJzMK9/LbLc8rgCdzoE1PN15sTMmEcT62XdQ
cxkvGMcBBJoAho10QoGFC9cA5B+wA+wvLdykDwTnDUuuNx7k/Kn5Bj574z7D
nw/BX/Rkd74s4bmN5Und1eNiWW2M+g/JveqN5x5Aa1biRfruDJhwOfTltJ4t
T6rFRu/bPyeWMatZC1qzkJOuW7YPrl+XLE9tgbQou+tDS9BX1I85wWlm10kG
u9y6AH0LhOOadQFiFPjY0CKqOaYgJqYLPvkYvq3QG7vRs/A9eX6DL59BkQ0R
NkOsWQD+Ii48P1dHn3aYeYHf+Mk3QLDCBxV0FswyVxateAMYSjgbMI76yI1S
Hdvx/3L2LngY3+/w/Y3dvZ0Ahhu04p3f7XwbfvyumuIX78//Ot4KvylmxzzQ
9u074Td4iTbevfz2drN764fTG989L59N4MdD9WNm/1XoKpUJt0eCJCLEhvad
3DC4s8G6S7RJRpSTmpbuXosOPYI9wzvAdJZPrm9t37x1+3b8OplMcIBnv332
+un27Ue/vbf95A+3Xt/63ZM/PYy3qlsUISTaIZkW3zKnJtzfqIAcwccbo3yj
XhZAwII9u2Ca8J2pUDDB2ewjexKyPQnfss0KjUYH3y5rgL20emz7lJMFsrcS
9AFDvZUqO6rhyTdaispMYwuPlcTGLc+pm8hugOrHosSxsFj8tXl9KtIiL4A3
IrNvYgl75GIi1gq3OZYKktV8DgdP/SF7Azmjg4wEnMRaOp//uPcah2pZWQCA
oH6iXE3AcVBPndEIO7Rlr17CWzoEMXJ08sEQ49dA0/J9SRLHfV5H7rM/ylaL
GXkgnJoqRiofHOXyOnwpfFlsCDjJVKaVGxst947beIi2jDEup6lnG160PgF2
o8YiYPegft0FXP/4Ue2DlE5Bid4AOcD4MWVdbFAuRUIFhId2XSGuD2EBLgx5
OrqEZoDmaDjWOWZ3BBn+Ll9quWqW2L+01pMX7Wbn1dO0lhkABR4M1bOMdi8+
H4aEnr/XO6+R4Ja/4UyYfrqM2ahmy2yinEoNAEXn6yhtQjQ/HvHNfDXrqmU0
YtsbUh/b3BxlRaSI4o6PapUpRRVt++kuBVoTcfFROn1q8azCOyUkT2x7rULP
MLY6MG87QzG0pjDBo2jhBPnWK88gbcfa8nXWLNZozZfUPhH0w3hGuqkaW6mU
zO7e10ldiFFd08N4DawzzAqQNWELRhfaUY8oSgf5Ibbgdd1DkkL9kVeUYCrE
AF8OTVR4pAN8R0UCF2ujGCyYddi2FByVqoiuTgW5G1OveofmzR5VoX6JtEfn
5ZLktoTXQVLv2MZslA+Gbkv+UBbY09dhqKSfvxXMGlWT8+QUT+JoVhwHyGSR
aEeLWNBTahXmqnp4y7haQgdvHKyQM9YcRXdacdkvJBFdx3ZiAXJcf8HrckbV
ZALOuWp6E3ShfHhGZeo7L4hLYn4VXZ4WFJr9jYMSPmw29knr1jOGEe3xjhIr
jBxaFHTIYwmO0erjEet51XXJAal5J9b5EHig+QMPWjX25OVchGLDtVpsAfAy
FqGo2450XBRJJAtyM/C/BitQ4u1TH72mSXiLSxLzWn2E37CoyDt9zn5UIhEm
JIL3hG8JcEKSQVZTJcparObDhzh3FGiD0A5nU+Xh+GugHWwgcAq21nyzllwJ
sF4xB7RnhdTzCZ6QYBZB4sXL11wZS644ETyALkY4kyndqPN8Cy6rtQd85Am9
GuvrfE9pWJSxOFDZUn2Rtgd7C1v7pZMxCrFmvPf1gTxHPMDOYMuiarx8EJkl
JsYAkFb9U2p/pF5cpO6vVfWH1PxBFX9jWqLxJlRrIw36Aq3+ihr9FbT5eB3r
tfh1GnxSe/eau9HaB07jrJg1q1bu3JVO5KiuUws6KC7Y7CWB7qBI8Lv+WQAc
At6yOkRFId43fceAQddi+65shiGcmfVsEINHsNLt2Bpv39xQnfKpu1vIMUSb
Gq2RVfA5rpykhkx/Zd0tltzmgIH0vTNIv5FFoCMoyRtYLuJ6ETAcbQPTWPw2
zBNeGQLCtSII9nw9JOv1E+JN2SpHpZ6rBGOpY08ZcqJLKGintYHIWSIuJ5bI
dV2jlCfLS+OxJK0GcCM7lrFatFQzrLjBRBMipoK+SCzDFqYq5WyNYB4mK8xS
khzVRPOqbrXI3lhCn1I3hrSsieFfmIlRmqWKaMqb78mwKqNLpAQ6vTGnIpDK
0PtEeomTKkSGR/04FJY14at3CKZmpGigbmoGPxexPMcOc416vzJa9EijDyJR
0a6cTSYwfH9lPEZmhXhfy3ajWtB9fCvr33AFOl4HHDptX8dgktYYlOhSn9WZ
zxeyGDzK9/nu7ZMIxX9s769jxEz3jJEsIkbWyPlPI/0/jfT++UGc2f48nFkn
W8iQFxxXWsagr3pyBm3r87BircwxNP4lTnfdya6RQej7tXIIrSlEAX/E1uSP
+gSuL1e1VzEg+3PG8skOFmARsSTSAlhbs9wU6e2g6WHAnuGND0ZuIOUou4Bg
t5GVpWdMTdWl+RBHJF/WnDoYqIFRFcIaRhidqqE4PvpD2Etk/hZDqUoDO3/M
KJizZ4j09rzQvTFoijFSiovmMKGW8pGMQsftzRa+DxqJFkZ1/fDh6fjRpCq7
ozHo3FRmU0E4NjnKKMrhkNY+1V+Foo5vfLLfc8VcZn8mckdf141N8lfawUVw
yBb531cfz76Wvv7w4eXTRw8/fsR8wNeu7NJ+W8xn2/JQvrfz/Fm+7eea5Duh
haG3CjFoGBsU6vvuqSfyVKzuu3HGMk7C6mcSwXvAdDH2PdPvJVCk7Sex6ENi
14tq2vca2eDuQ2GXzGEJbAxwjLnOpfEsR9pkly1Xx+/eCqyS8UpzOAuWDEwi
Z2CKAzFv7/uXPz57JN2a5bUimW0dEkQTHSQdiV30Ow/prlxFIYINjxb48sii
xjWB8RywJgB3jOBM7IgeBQZRa4ViKmlRUI3MKdKoYSNP+LUYJ/UQTNCIFzpD
d2zCEZsnPLHMi9JO2Nx7YeEFuoXInERrfu1jm4LAJJuk0olxEr/lPCm8xA6A
WT+CW5L13wyE4feqiYwyLcdPrTPRDRVUZ1Czadpam2g+dSSLav2uphiPXKHK
gEqZaiA7f8T8HtJA/K77Ibgppqshwej+sjRjr385SXwxt3rA6kxCM9cuwwgs
vWjCHjU2HD247zVUVCOy4AC/7lyNtCJOFUM/7aKctQMzM4syMbbWvmCjFF8H
NxoNuQ1VpEsSP8QSJ8P4UNfdl62MtKFoSlvw6NtueC3O37xqMS3R3V5yMxRW
q1GO5KzCIvN1NxxbwPPF5dlQ2wTxZOMzxQJYZgD6d2pfUTQok88kaw6rjLjY
UtF7jTeNaCgXl2DhS+sKKN+QoB3NrjfSl8Q9ZhkVuWldYAVqyamG2d73ts41
rbgHyF/Ojjiw0RZ3dOGqLJLFrcEWhOMYKaCFvk2CRWTIOqhoyWOsDonMyMez
k6yQxUlEg0VuBk32JjEFN4IlCyV4OSBMukTmwTo8+1ioxqDzxldthvYNCsZY
LaaEQej/P6yaw9WcJ0YkpyPp+5YMeWlpkAyWRbLV6BLAJedLy7H7LAdnIhu4
naRkXgDvQEgsXsXl6gCoLxky67QQzya/oASjP1PixNG5wlgidIEsSFKfa5PF
LhPyeg2+6h5GnHCObgqUhtMDphj5soPkYf6iF74rcc2K3c4VKnttpb0MOXOa
qnXB1MkE1UMOpWmd309sjbX1ZxPlWi2tw9uIGPsSqxfG8e64GA/RY+hCe2kk
ZLVuh+wsBIKn2SY+n0+SqAw7HoXBOj551Nc/DVbqBZQo4PBzg/+Gw/8GAwDX
hQCuCwJMhwEWf7zz9mn3trn5cvdsenTvsHr7Q3d09IfzYu/9vTBC0OzjsKQA
wI3nT58+/v7Rw4c7Z3vHO2dPv905hv+93nnx7fG7/zp5V313/+zGtzu/a5/s
uJF83CZjMdlxyoMxG8zGGNgni/6FAjldUN7l5N2YEQ3IuDzDWG8Myrjf1kKd
PNaTYujvM9VvBXYznpbwYcP2Xfaor1zZM5E9yvdlc1hRR5OVSmodBdQTloPM
2ElaZadZEZjISVn6GFmIyZbUhq3FArH1bIVMp4E7wZfbrIrvcVSCFgPRGtCt
iFyeFefkEjkpZ0s2c6/9lhIP35EvpHWuDlONQCU8mGY48Y5iaaS0FVbrhbea
ZU2G7nJxWjX1Au9wy4WgnE/bS0EzUAhnbA5qVujooQJlVDwqZzlLivRpXICT
z4O4tKKa9zZXTP+CI2qrLLFeaZcryZN1CyFAs2EqIsPYRJYSV9X8wD08j6pj
tGwVGigjRgkqT7aawW9C7QpUHICNEGIKLkh4xiI/KU6TmXKuFhzjC2a3Udq8
tu7yCGQo+lMVHjFvsw3EEHiv1dBFjZiRJBNQSqZUvNh5l06KZnpYY0gEu2Gk
oBfAb9lRGfprYVWvQuIgl/lB/d4lUHvMhd+quc9t2nhS198Wzev/wDQW0uNu
bWxqPncKx6iZYd0xsHwzXjnm81LCsYJwr8GbU+JjhdF+EFMOAWunssIiP2hq
Cv40Ks70HAgegGxFbYuwLSTlUjO4QQUtuP6ksSieFtWMgAXoXZ5Rl6MIbDCn
1OD0EhLfaSTrHNNUbrpyiVwzkmiFIKGjMAI13q+67apOaZR3be2ra0slO+7T
CP9/eFLXrYTX0dMYfgt78/cTJJFTOKFjvHkYqmMkAVHZKu5O2yMRc9YonCZr
gnyC75xql9QFuFEdXsLSTYXOQa+WoyAnh7pP3H/fhwZnqTxBfCH2Vf62PI/j
n0BOT3AgfPCVPqjBUTH/QQmSRhvLUJuSjAbDVNiIVKmHztR3sEd6ibNus67m
5WWR4XOV4ZFomsTO0NIfBDBmHYa3i1fXm75IeSfUdMn+FJ8ZF3BF8xYHHrcZ
7ETFXy0nENZHZNqnLQ993Pck82ju/MJYa2Ag1MFsvMBYbe1L6qqmogTKJCsn
K5GYO416pUU5XQvGEcYsli0z7DYz/mKnCXk3vWuZ7FCsXYe9aKPgznF5ez6H
025k9e644gjTwpe0EApcvkcgZ4q5Ji2UauST8Rcu1OycmQe8Gt6WquOb2w+b
C5YESBjcUffl0P2UyBOEOEcXCrejEqmm3kF4UmqWkFuZKXeS3mnC5fkpVCO5
AYqkZWP2r2gkxACLThY1cRGZMdfNXJkYPjchuPwu2l0OYb/5wIGrJhTFl9Od
Y0Um09pGhvEA4jkhkxEzAo4NR+xQFltixM6UdFOqkYQETjo3SC1P177T+ip0
M0QAnNzhMF1kTC1SRTwmXEkvNgNrbDVTk0NrbG0HRPzjSkdft/HueIxJFnGL
CP18x+XPYxw7g/nIh8WSkAcRr5i9E6RxJsGdPVi6bC820iFek+SKCfVc7Bjb
MBNFZY5LxLt6PwblmiKe37UJ25Jb9uHq8F1du/Coi8xrQBx2nbHigykVxN8P
uzq1jpkDZWBkTBkjnIE6izq1WLEmbdqiGiolibRkgZdiZaFXqFDPiLe+OLoH
462cR1hvnoakIsFJ7UPIDRxBdbyQcjL9yr7uumS+dK/mcGkXbWNkFjlvDBR9
ChLQx4+Yq6JT1QdIc0Txkkq8R0V7Elz/ghKngJJa2qNpYP4+pW0Z8tv49q2t
cXGwwQqxrRrumzSG+VTpsw65PKh5q8bUkdYAdKrgjUC0/AcEGCt4YHfPpAiV
mNWLKJaXIzE4XmihkcHFxolmzLgdezDRWQI0F5w17PQPCwJx/03Kq9cpHcXS
654YKFN8i/g310MyWthnc1gkDK9I+0OyIGYVImAxeUjHQQjHuYA4DNjx6r7Z
LlOGEva8DYrpVxTwoFQg9ClrIIkzJOX9vLIqTiWkQdj+UgausIxJsK226C2L
wRJP0bTBBcapGvk+2qxCa63arCjxKDQ4e+1/9/HDl8+fP37xiO2+MFM4yI+m
qsRZeZAvsVLQ0GC0Z2zbZTLpnOEHO7MFdtlZfVy/DSY0i6ZYMdbYHEA+bUok
sTiVE+EK8r850fTgXAuD5xji9IBG+/Dhf+w+ebh98/7djx8dUZeEQ14aZ5me
L8sBE25sWLycUfESBkWN0hbo4dO0blrW9eXi+H+i8H/n1uhxeXY2mUx+s5Ew
Puo9SBghNe4jvo+62ssZI/WibvYcmisuu9W6SJe+4Twsb/TaB1bhOtnO4K4M
bEYVNPbqokytWkmGxQ4LCo8xxVN9wEJa/fK14bBhL8XS6R4Qh1xvAgWiLA7r
Fqr1KbZ4kcbjSXXGQK4abtcmvuCoxkpsiEiUdpIVWBE3oExrZUokxbZrwYVe
UNT3bZU+T4RDM4UrpOfrvUiIf8xknVXOMaI0aVH9guUMF2kiceMmsyuhGGpK
WUaVTo6OUPOSuvlBxcG0O04Znzl/twmnx2VDpVojryhxZ+wP6GrFzqp5xWVs
yAitsZttJgY9EzIGG+SH+g0LguZtE4zT8tZovBPZIF7yMRyywimnRijJpuqD
ki3X7ryCBAX8SKKHMjK3+qo8Tn23hSELwfRUG/DXHosYe8nxSidL2Y6KSHjJ
uqYGpDk3B6HqDgqqlBp+amw96y08tEAf58AcBXEFNm5KjcLU3EBDhcu+uu/0
DXmiq7OLMIzrUXKnxCNvtWuzcnlSzrElC49MFRqmOZn8fWndsqnYpq9bpa4+
hFpyJISuVNYT3+odPiqKqJg7UBEwVguPB8Jgl2g7QisrnUVGSqNbYZ/WKXbz
5R6TzGDMYS1bmGKHME0+ZylnWoGEuILB0Ro9nlWnJN7qBE4fmdcHaFcPx6ZG
I9jPRlQ8zAoko4rRnLhWlEK8lfSJTKgMN7ZX9MbEX9aqj5Ee9HqkBLoQFmYM
uAXdcLm5pKtjQ6hKeNm8wMQQZ01H30sEzCxxJMH9VmWXjGjkRCjUAtkW585B
T2QAtfuKys1aS0YPLbhiLasqxmXmiJPkpxSIubPYuJJAInEE1ZyQ6gTY2bmP
1cb0zQUXM0xYDqg9yIcgAG1YAfDXNK7xaoqb8yGaYgCZjSmqbYjSQATPoEIg
pVXZ/4SvbuCcRi9ID4Ziad6L8lMpNcMU9HNvXvgCYbO2D7Evl/5ZYdRWuvcA
TC3Qrs8GYJjAsNZlrRF1Nk+R91ef5NIHHBXiEsNdbBqL+JL2RiqYRK0g8QRN
+6+O2QTv9bbj5Xo6zCBwlCNARcrnlaBQLmGjWuSIghB+2P7u3nf3Xt7a+RPG
BXyMQ0oHRvKxpfwNbQq/KM//IjEPHynaVAv/DESwo0u1NUJZ5eNRNYJMijLb
FHInP9uAAaqfQ85vIQSGUGRaCpnVtoHSHGT6ZmGhCMsEIhdzaCBKw4GvYxs0
EFMiYOQsd8uddYa7gYkQEi1rZ89bAALJCgl5HF2dcLQ4y40QvLd82SO7DQou
KEcNlJb0Sj/VPqzYGxBRIOYnGbr4pyg4qIcHQwDUxYPS0btqOaRLjXK8wlmV
JpzilG+DGin9PsEuWlfTWKLSBn7dUtcg0lusiZaKf4sQQqIWO7X4OKaZrzxl
KcOaNoRJuzNxjwFjMxXN9FFwQay2jWBz0fFxLcukOGmi8DLl/D6y5ZLFX3wl
emoglzmTvpP21prAjCm6X9teyo1KeGrPP2L4UWFt2mIBbigcBiEVRePxV1mv
BE3/oHr0dOMPP77efv7k+dYfvn362x9+u/fox3u/ey424pcLrf7ugxWoWSHb
rLkQLAqEvDu/3qq1VWTF+Y8rxGgBXuL+YJ5HOhHcBGq/FA+pLEyjZlgnHcAL
Lj9tZoIrBjJm5hpnJMvWA8B+jHYWkXbtHbIQzxXgWtQnJZqZhByXwmZDqFm+
HMBQFHkyKcyqudIjJ0ofrWYzaXwRuhZ7XS/Eq3sZa3p4pmyNRYu/yWlO014k
BalCsZE06YqcAqIddVrhCtZDVXo18+XSaRaIL3VD4cp1JvKtd2hgcfByVh5b
UTEZdHBQW3Xby97cWZ606yyR3CN93lEnjWrv+gouCSeC046l92LRZsoxwmZC
oV/MafnTBoWCJIjcAoDs2da6qmtJ60IWyPkyqXanFRwFVAVZZgE2s2K1ODzR
4tYmzCLnK0m7T1M2bmfEwWeR0M6Vy3nbX4dtIWup9l0vpkVzDiz4tEJMHLgm
hDdnRdWZ/ERavyCDFR/CJiCTZIgFq3ZkJDiQyoCz0ikefpVB3w2vqGbacqVX
SrBXskA9EnQ0vhwvW1z7Rifb4URqCGcezfZ9AWVWfXjS+OO+d0RQpylVN6ew
fzUW8xrzkzB45tAFHXVcT0QLH1tok3ZzVmKOsA9BjIViTogjjF06quNxkvLm
gYP1HfJOZtYlRgIlSk8ILUfmBGTpQ3f6pWP7Tvpyl9WJYK8pAo8C6MyihQzZ
ghu5TSmYoAomUqU2zCY8XWCw0GxGCL4gYTC28vakwmRfbI7FcMC3Ea+Y8xKZ
Q8i+yTENZGZiRgYs5QjvkzlG0n3xsiZybq9bDfiplHRrY2wJnfvcsSA4rDAZ
Qrvl2PyBy42tJbpp9KnWcUveXJ6kNFEpobeM8DRcwysV2If9nZUUbDkJqXPf
Y2/n0r7CyRogwwlAskG1OAlheKNUPNUNSr/bzEL7TM3Vaw6qrsGCsEj31cLq
QLp+ZNdnyk2hFDGjGNgzI6QE8mivGvGaSsSpKsTrKxB/RvXhy1QednkGX/II
M/VzFSLbYfh0Cub4JX63aYSUQAbI+GDfBCe7Fi+GWC+azXl1FDPMoZCFkxgo
Kxk7lCkaXP2IR2y3e4sb2vizKYCVgp2j6cpVMH284njykHMKBx6pjVB2IIHf
3lNixQIvhAUdxrIeHRHajuUraQLnuujFSrtAE/P6RsYB08MdbkiyoWpIzlxt
2GxmbSLU0NsKxuJw3CNq+xx54SO0M1as0/fF8TGdCXVM7zW9I05IiSy2brKq
piO1tpscPuKZ7mUJiSBDRgaKA3E6GqEnhyD7U5hqOoY03OCukeSN9LKSqQ+A
c+JsSL3x333NA0y08cPHLM956j0gvFsd15hFKQ2NPrYMwKxFC4jJ6kV0cNUQ
X/crjPJwLAD6/Mb0erkAqbsvYdiIZ4+DtXm9ApFfRPzVxhuy6H6fCkc3Pn7E
tYHA/WnLYgUj0i60Aqdv5CZZlUiRLrU6GIwX5gnLJy3PNOTs9UPFEl0Nd6zD
CXrGJFwnquvqfmcaRYEyiRUrRY+WTXEnf/Ol49Mjl7xy0RZgybgLEwMTE5M4
B8ISHk+2+pEvthcdjTmmMTeZ4mGNH0VzwuydQKxJED6HxOvC/kzYryjJvQ6+
qjHLvjKTEuQCRwdEAXOYVRskpmf7urx9BRTL4JqijRVNWDgH5S3VZTYb5Czk
FmRPuQR1xW1ltdx1oqkjYpbRTU3dd6qFr6seZcZ64ATB3tXOVdBYulhFwDhk
1mRM4xAwULLqKTEcjj6pOCCFWB8tnw/cuDyxaFJbg6DnEsL8RtlnjWZN0Hc7
qwjYQ8qC60SGc1D6qOzLUhxnpMCSfiXJ06Oc669XHMtfS1IXPn1SmbRpiR3G
m7RGXErKw4F8VIXWE1Z8TZshH8KQcAplTl8MrLatle7s6C7S2RhpE/wgrWVz
InabWDOhUcIQbC+7HT32ghyB8AZaCJcEEUcIOVQGEwTE1kllye3LWVBlJO9A
hKSSj94mgatXYvNySbWg8h3PuMYu+meA4CBfGqQ1lD1Cg7IaFkdwxTwyG7hI
V6Qz1DdjP/s0EpOaLAta8wYxI3gDaItieZI7KbZ5S32ypG3+MlcFZZFf5JbQ
eaRviDkwkqqWxfmsLqbJm0OySjpaQS5N9mmXhgcWbH3kNMs95OZsmn+IkEig
qRNGLs0XaXAiybYnqLlP6ApSQYKFEbRvUVCMkUDQDH4x+mYh+jph6bJ8EkY4
FBxgwV2XQu51ybsgrkLR464/KFAJDK/qMpc6lTo0NDEt0I9QYAwoQoivDOtw
RiYTeSoT/mXdAFqfRRjWql0Ruwr6w8uFOShcKeeM2kOyMVr7ewqxaFyWIXag
Fd7JucdH+Xcvdl5Nsr9fPhlc/yFTws/FKp2dJii5nIW+zISYv/bG99abXerG
m9EvvPaINgNcygryvxgFoGz4SOMIHwvvSVK4vRyd4FSIz6cV+LhXip7lnFoZ
19MKL9azX9nFenb1i0U66S9+uRahLwQheZULR0rpz3nneAI2vT3hdt9WrdXM
/sR1Y9P2ZW8aW+VZTdJ+4jb0wluWM2cfAL7ALks2IZKFswqsKEm2m/WlRi3I
FpqtTJdS39HLXCl16+CdQhMdwSK0atDBePcpAd7GL9lGvtaE2wt4Qay1LqVe
npW1n5Sezdt5JOxCok7Fq8w1pY66foc9TsgX9dc2qbNJU5wSJTXklyZuQ6MA
aXyMJqm1qGKtXXCoXEw6mGl9XhaNCd+NwlhDifCUKlnngD/FMTUDJ+KxQD9J
f1hpn8xLw60CsZI2XrJk8SBQnzzy3npyDeqJWgCuUYntGb6zQR0GaQjKmA40
nFCZag8xCN5VMYnvyKIsqRED13GlmMnYQddVTswkrS8XrS+48vi2b/kgATCS
zi1n57BU+NGsWrxT9JAA8GMuuOA7OPrKA/BS63ivBPu3ih2a72QjLxktNAQx
sfev2zgpyAapBPdKDbw+1NO/2UuC7HkygYSUgqRSc5aVctPxGMm8MVtRQSz0
Du2rtQhvJHnXotxHBi3HEMel+aSoXTHDmFcbRLwBKzrZyOHN5txb43Ob02m3
zg6++YpqIpoEJWDDwAyn9VxnXhyvkLDKpUOspIx8TEnGEfRCaOrDYJwhBfGt
7NaUDdrq2qEHHLf0NkUgw4qAlLODzwZwcU4vC0OXiKygoNd6fAw//Sjl3Exo
ujPR7rzYofTJaZAu/D2OtTM7rhsgmXNjsFW369nZ2aQCBjupm+PrnGRPwczX
0TE0HRtc7X8yeX/SzWdf4crGxex407VKA/IGYzDPgoUWq1mnVQBaEOBOipvj
21vb+1FDuEv6YCT8RcHmuJVDsBFnirBC5YJlwpROy/pFGhiq7WMPgRmlK/IT
+X2uYP33vntnynNCQs9kNMDZbEJZEPGUtP73wgDYk4G3/9NWnuCnVtD5sovG
ZeKCf15xliif865UC420R2HtTXBHUxWaI4ERrsOuZpMlqJ3l29Q6uCfIZiEB
EDH0Y+ADl9q+5NfMelmDYdiVWbwJY45mdGVu6egs8nuldTdCgYc68GsxbuDi
vhVxIiFQ91ERy7rw/vx9dnXeAj/LRTiasYD4folXqugjZiDq+BA92gfPnH33
+PUFOoVugECyTjv71UbFXBEzhxnoGoQNoLTnQingF643FlWIDpZg49XxyDI5
shFfa1FAjOmNWKnLUZXkHR/m33BcBgULcipcrxGlJEoP5GrA/aHCKl7ykl0I
5pCil1F+jcYbEw6S+SQooe5CrX4lfpL4Nj9iduQu9boLTGR5/eVl8fLii0ua
XTZ8cTHgR4Osk/eWOFGvOXSIkriYL3BxiWn+Y17aAEKfcWm50gHVLU/SXrnI
OpyUvHR3Bmu8UgYvaL8gL2LpMi1kYNVGn9DOEQzcx3bNzUaqYL5ZglQJu+Lb
ll36thHuq3oqhQ5nbGjRIoGgdr4rzT3Lv6fo6sRlwnBWSbfS0FYpHeFtNXJg
VdQevl0dH2Obo0QumDdODhQCoxK6nK3ACTEmZOcK0jjWEMN0GfjCGJT8PlBE
XlVvOVh8sDdQaPMxAjDHcKM9V0ZIbYejjxJFx30mJhAN0Yq97MkSqqlLMDUK
SUoa5SV8/Bh3CNSW8xiRWFQzU28hDIXKCCxBQb8g9pkwJIy/yXraCuPROiWF
xtmUHMCvHGyxYTxFv9nRnglUE3gpu71Edrk5L36J7sSsAD0drZ8meWA4FcUW
loszyPGoTTaFRSfu4u7cuYpbsgxBsV4q9+6Th7fv3LpzIRcgSIZMwE9ORvdy
Mf5xDyNkj5rxw52NP4cE++mRqyYdJ9ASJfEJBYrdQeNKUpayZdDHgG5f1VDB
63IeOkm8/uPzglEdx8wFLSfDPhCdjiJH9a2gTY1USBTlXXM9sq/y78gxseti
TZz+QwGq3sWeqtP3tSP4RvmibAtXtdqEnWaSDU08XuoXHNTTc+lQ5ep0u+QZ
vn7eKOLu5UEJN5Vqg6l6M5TCcEHIHr9sxTgE9ZxLvjNlZiOWcJJeI5F2EvQC
Cx5BXiqtqCTrY1CNrSWoXUsciqGK+Z5TSHW9hOdhc1vTmiNdMiHVgpZt6Z3p
K679eddBTZ0CheSu7O7lYsg9KE+Kmas+tfsyhE2x6PVPrpytINqpNpeHbfqk
qjUnbMmueuTbGhuL8faUWnh+TgtmKzbeQiriOisOy3DNUQg6Po924UZPtLdw
l3L5UepYcOdBu/SHM6p6H/QuLLSuFKUXcJZVcOuTbfzCTjCDwLQdmPb1KC/o
gJLE0lQPFOnwQ5oa3xsOaV5R/0h/SzwjjlbXK92Jq6RwfY/UdZOHK+VwfnYU
R5kdeOwdBUGiOeoYL/EZVlWKrOaFH2TB3Lu3Mvqea9T2KvZK1rvhQqARwtXh
OgA1hXg4W25EYl/5OPaY7dP9H+sKNk3GUlwVp9KGUJIsGmTxau7JUNDg5igr
8jdO1iedZZ3lS1pk5XEvpb7NTElU0JXuxcvXjx/kX//n1+i7weMolkuSNQHR
gHXn9+7e384y4dE9rk2fOtOKUcuiJsGg0FzXl6/fevjk1v3t58/+0zRw+Y/n
e7+///y3z//w2+9/Z1U2pxtuPP/20csnf/ju1h9vP/yPHx7+4d721rPvo74r
sr9wdVGr56hBjStqcu/Gj692/3j7xfObN18+//G3z3+799sfzUI+Dmugia12
7wcSo9ZjSs4NZvM3vV7kiX7wm8rFfVsfl7EG2NCvL5BqcKfXgNL16qOMoi6p
hkJQe/bTsGUQ8h7qL/fuP99+9fz73/64e+fW62/vvbjz7e/vvvzTt/cePnry
8sWr7a37u6+2nr2+sZFqyKv9eG23XgbGRceDK7rujvs/A5R4PrwOWYXiW9jP
URbQL86jy06X6JFvU4V6BPPyWNC9DC4Jb02gQZvCg1HWVpjyWyxKyv3KudZ1
DxdGRJvnqHgV0ykM0yr5AcYIDzVY3AiFQs+trj16+iigOB9+UeiNhsahXYTD
8EcPOAXv3w3GXGa8aRW2aQcyMZPPH8hQD8gkdWfN2frezPlDS84/9Kn4x6CI
hY0yLsJaQcIOfdM70nRM7pZvYFF1kY5AOqCX43tFhrUd80Ayfdp4kYxEeS3x
J0W3pjOSxn5Jtk5S5A+iTE4x4QWmtT7mkSk/LolIJiE5GUESFfel0VLRUy5A
wvm12TYL50+2VBR6SCc0IlmCdQ+2QexH9GDBBwAk8tbjsnGQLOb1atG5OpEV
O6eOBRCc2JquCkVboDIS7E/0IVaBDdGuOAgUkYxpNtHRBHZvrjQywyVsgDDj
mhwA7SMuNE2r9P3rau1RK0oMj2GLhpGIgd172MH317KpATaTcjLCaMFpOSvO
RRnqzsrSY40DbFCVOqnEicYmkQyB0iSeDNytbt6hHEJE+ittBBCxI2x4zAob
L8ndObdIqU2jPQNHAduFAOJAYRigFR44/A/NnnYDOjpoPz6Omq5asjmJiUrp
BXC5phYq09AMVCm0ILOvVBEfSagQBsYhX9/3KnKXXp+J2RJrNNki93mefXXY
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
R9mjxwB9BGUGDsnWArM9gG1P7QU8lopG2A+pm0LSBx0E6IEeNmtn6brb9VJ5
0ZedLeK8NVbn11//L6HdbO1s7UmvrfqmHCQ1bNye64bkVwOyfeVYrWtchyMo
maD2IvVWnvMVwI1TFfFEx2LzOYYXc3IyDTRkuXTz+Xzdd0fuejDpfXFD0OgR
4ukLfK2TNpyZ8b+sv/Snw8FP0Lm0WLBPuoIqaVgcEJHYXn6iG/3n0M4pUPsA
BuwiJJ04SB/CvptNb29mPkQxnPHj6leaN/ZlsnpO+KHAJq6uaQip0rxqOmPx
errlQ6g3l9W9oNU19lFkwziJGyb1uzeMY22Y97shvtupENF9QSNO1n/1qYZp
zvyJ05z5+03zTqbeah9kr8Pds62NyUMvd5ZLL4YXs4egnznLZ/rnJ4vr/edB
e7J5vOO1C/3bvXzl9PHo7nhSPT2/y49hmh/2tib9rWFh3y3uv+wen+cP26Xj
ObNyAHoyqKp04x/hdSNt/l9jNeJo5iNMOXraxwZxp7z3NO8WRd6x3lrWSC8F
dgTFDudpFXyQGff4qHNYvlpQIeb1jX/5hLkQX9kty5kTqiHzcYaS/PTJxGCF
ArSfQ8IYYJ+lCjNR0D2xjgyjaBJ0wgy+S2WUgOKItgiv1S5ixxEejxWiWHMQ
Hp/8h3Nj+pPLlTnFERAKEPlCaiEWgEikAt2m1SUHrYJsQ3QSo4hZ4yVx0kEi
GSNjzI+8XgBVzPKQGt47KFYFzUh8uOdDXMsatQXEzQkUGCaLJCtpPgY4fm7L
1xzykmAaInVYsUoF4F5H18yvNic4J4KXzPGHyNwF0F58nVtYVnzvrAjWoU5g
Ajg4OvCXoOGucRz5OXik4xkJdaHN3wPeQyMEC6CsoAUyKRvyBTHggrajdP6P
aeoLcSYkz05mIwPSDGibxKTBMmkS26kRwmdPuHVWcCubnxT2WB/zuhxjrmHf
6BnCbU/WW1vygGrAbm2jslJqd8YqUnWWIclYN7gK8SI8ClOMLzHyW0To7fwO
vHKqNkL+CsCZHRj6vBl7HCKTdxT+FVTvGHpu4gQYEKjoOiSL0iN+C9SCpT2u
jqKBUs3mbGz8wLprT6YuYm/IqZN071EmAsAgsPpmCln57KcU52dzPMSmF4uf
R4n/oyCAYWiimxbWs8wUZ+w4iOd7gwHVHFvjM68MGcZhWhRjy8lztfxV3Ak+
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
I3d63dzuPuhGWpu9wv7Z+Tw8zGUOO7un18PSZmdycVG8fNqvpYPNPWg5f3RR
uag8VO8uH9snDT8/LJYuG3e6kdOT2nlnfHmSG7Z6o5srt3t21891vdZd53Rv
vLe9mE2Kl4d7o8LpdlDNFs8nT/nd0tlW88ktjnQj2/VBdrbxsPeyHUzSL5NJ
Lqi8pnud6vNutdK9vdmpHAZuOtvde9qf53PHzdmFXJRods6HJ4SeDXrjSvHx
4LSXydQe9tsHl3fp85P8rXtdftzZORxvb+/WGptTt1uaPZ3Ujouzbr16I8RQ
YMzN1fnJRu/45Xmzd3kyz/aG6deb58v0vFGu9CaZ+WWYr3uv9ZOH8/rDy9Xt
dNjIvO7sXW0ezJ5PdSOPt4vN7efX3ZPO3nZ/eDCY+Eft60ohOCw2w6Ozq8fx
8fF+bX5eeu3NmsdXw8Z0b7ERXC9KasuhdOg8F06PSpmj3dpZP3u1eAhO7g4m
O/3b7Fn/eu7lszftm+xT52A/P3q53d0cTs788kVvq22sUTE/mj8Vio3K3XZY
n44y7Vo7c3I9ej47zx7tTXdLh6dCKbnz7xr1hts+2Z01NrbKdXdjO3uT1Y3U
uvPW89lDrXJe22ie5orZ25datRmU3MvKrHm3k74od/fSGX/QfM4claqTQmVv
t3cudo0cTEJu1IcOCgi/fDssnrmnvcb+3dVdudZIN7sHV9PGmXf4UDqqXe25
h97l8PZxv7YrZNd0b1J5XVTSpQvdt/LWxtNgb7Z3svPczhwNL466wePZ4Pxi
5/qsXrjZ2bt7eWxcT/pBc7Ob9g5G08f++e7ZzrU7rxurVR09bx9mjnfni/zF
7vZxc3jc6O3lTjP5u+faoLw4PH24bl0OXk+7W4/PT4V+/aj4ulV6UFsRc7z6
N9WT9HX1tFTvlMv1/ujuaOtqf5jZGDY2Lq+mF/lwmM8/ljLtYW26lfP38t2b
znF4+Jqb6m7cnFYfxvnaZm18Oj4ZXp6+lI4qi43ezm3W7WSub8L+3mkwHywu
F3ulx9u9Snlen7Sbpfzt0c21buTheDx/eH3uHj1fH99tn54MRrXs3azWHG/d
bjUfHjOtgnvq9Q5Gm5uXmWchOjb7T+55c9Sv3b4Y18HGQ63Y6HRew2J2ONus
n+51GoVa9WHeHGxuDZuVYM9vTBrDrdHG04Hbed3LP54H6dnzVr6wYRyk2ai+
cZpt5e6yzd7lePc1P7g4DA5HZ41qZnY1vhvOzopXR4Od3V7+ab9czbYmp9fd
o76ffTTgVV4X89f5eWP2lG5fXhwsipVd92yj/lJoZY/bW6WO+Hy5t/d03FxU
W+Nzf3pwYWWqLavI//WnqO+QHRw68h/zW/NPFIrVLhnCYB9R9gv5k0BxYFWJ
HFEOpddPTN+LyZJr+rWN0jrORCdfFryzFlFcTLetNk/AwwrJzNKnjJOQ4JxZ
06khyt8a1Zwm7DK0Uuzv4w4s9THt+lEmBnzALsmX7F1GSjRkAOGT4Hmwvmbl
p1L+h3isWDgQWpusbdVfRccOPHCe3dsCOKxnbSbVj3PgYYMSQ8p6Um+p8kXL
+ZRAUfPf7Q5835YxttmasvjteZImRbQ2wLFKfz5Ku1yrzeCt1s2gH0YryezV
+7S2xJ3nxDtwz968+xWzHXNGsg2r8g5pHvRYwfWAUXFdUh2TAtGkBMfwHMD3
Wn4og55pjdEh4dnYpbLEzUUfsKDTYG7VycUgiIzxq7Oj4UFUajh2XROs3lvp
AOpFTEWXNjT4CE2HQwIrt3TBqQimqujC48dGWnyEOCCTGcOWRzgqezfrPkYk
gKwQCJf4buQK8KFgxyXMvhyFVawoR4RFxcYgeDOQ01f6kVNGMRJnrGrudJ3f
z/zItnvW9IXio1HMX7tlLcnIHW/OviZRUqtgul/NBTNKE1f7EuOL5rxn0ey0
ErVmdgIBL5kW2rpcKQIAadVFiXMVy/ODkBbha+utqHcZ4m2GFkOITueiFSWX
QaSWHwTRmoq7Q7VPLMYcOZwUw3LYd0MVQlaulWoxLkFxHkyUIyEZDfnW8dBD
IbUH0aGfQ65M4ttPikgZUeFfVRed5EIkc0pszJ81a3uRCz+MqAxGSPt3OzS+
n6vkTbizfye6km4QfJHkM0sZSi5Pzqo7ua1C7uYsf33cqG2c1qpvEmXJDv4Z
6EOJTiX98/dD87DecV4Xl3Ei/M53WziY7MVWzu+2bbCR6z9g1YAtA438TntG
WzHQyHdbMlH7BRp5hw1jbyT97w9Cso4HbmT3QNYIVvQsJNzEAT2WqsAvy2nJ
jB0vv8mb1mYBk7IENOflWr26IEBy3LMCe59SfCdaCnmc9oWyluSQI1G6fnnK
XOeHr7WDQq3YrmdGV8GXnbOb+c3iYTKobLZq3efPx6dnLe8od9STqXXKzJHC
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
LuvNE7e2Obj55riP/XknM97pDG+PO2KFr18vz+rDl1nzQZyuy5PL9kHNrRxe
PrmvJ/5F5vDs9qpTbD0UXy4fTjJesblRvup/c15uLvOXrWG/fjXqD8pH43rt
svZ4ezx+rTUq007jsFF/7T9eFit10fvs5dX8pXK0edkY7m25l7XF5dHGRkvs
k/xL7ejw0XvoF9zN/PPZ9WWmUjw5KB+dbLYG4jZ9rfgXl3uvl1edq/ZBZ+di
+FKrDfePWo8vzcbryeZlNt9tfXOuL8u1y85x6+Ame7tx8lJtbp6XMyeL+mZ/
WMv0x+XM9NwbDbLeqHNxeXz5cnZVuWo2a9u15lb2pjmfN7P9g2/OzUOldPNa
O7k9PizeNDdH1ePD0uX14PxmlL9wr2vFZr1k7Iv8vlp9eRJ4n4jzms2HN9eP
CdJpu9+6auIpaFw/9i7keSmqd3qN4TfncCr2o727RpcLl/Zo0DmuzduvAZzr
0L26nHUK28NWZu9Zn878/pkQSjEZ9tq5OnlCqRQ7UyfDVvZkenNde4XfrhYn
Y5CzQp5kL31xHkTP9+c314ebt/WTDvVLjH+0cbpenleCy/LFeLt/+VLaGBbC
/bNBtdk5nD4eXLu5zTuv8c15rl4/7R5UjybTg9Pj3aet5/PMS/Mp2z3OPNRy
t0+joBVsXHXOz7NeOVs53r5oPlztjd2du4vxvFO6ejzdnaS/ObO77cx4VtwY
nOfHuydbzcx8a7DfK7V6e/7jKBxeDa+9m+3Dnbl/1NgbT7uz4s1RbzgIcied
/bOSV3k+yIqzc3aV6Wc6r5vno4x3MGotnnv5jWbP9TbywW1+q7uz3z29eti7
3Z8/N0oPj5tntyeVzfP22e7da2PvbCLu2H0hlM4Xr43di/3g+bGzGaa35v3i
bmMyOmq+Hra3h72r5uiuF1bH4fn2sFQaPATF4nP68Kl6laktKjezQfV2sHHx
zdkrjkYHx5d3z+evk+NB0520jnpbN91ubzp/vOh3Tncz6ZPqy83Fm6EzcAiZ
3mjtCvuPDJ11PAj9LPNOaJpZh5wUaIi7YfyTDMH+Izj2Pzg4ZkZxVgXHzOd+
d3Dse5DeviM4FnX2/1XBsdQ7g2OpGhNupnLksq35vT7wDP6kmDiZCmCCPwhj
C+GFgNvQJ0TDCUxpOJ3M2oRUhzSV6FJTe59iV6IDstHQ6QtTiXpUq5N/n75D
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
9yqwk8DHmL1LflaRijPwOmVbMI8fY8ukHZMJqoATZZ4QHTNfqNH061TZTQpA
wqmKLihnquKwIfsmZKghXzZ/eYpG52LQbBLVEzHrXdT2L53hwL9/MIRtdVh3
1QoXHgzqusXwCAR91h7SwFTW3CbrP1NgXqkQYEWJznvWhbitNCxgzo47TmV+
Gciq4kzieAYvQtzJnAITyBQ4Oaib2dQBxrTQ/MXzFCw+cOBgMw2LEkQzkcEY
V7OyzcivKHUHaEMKmeHSoCFH64iMVg/2k733P/bx+f0mCl76rOmpjPiJixA/
Mwr5owMPpfONwM5rlomsHj2CZUj35PoQLAVQzGEOJq67/UoyKIq7Tu4sCBO6
2/JLg3wxlAUk+AROp5UY5I7HIN2F94uCAKnTdAPeUhTDvAPrw+nsKwMS8FIK
TBanYSimPX1TUU/U5YUIMwK8eKCm+shov1rQlfegBxhcsK9JwgLVLPsoXT0C
DGFx7bvXFj18dPzom9hxJ7chl2ImPuOvd9eZZdoeTJen6JZ0kuc4Kq+rNLuA
MXXXzaKhA1zuWPZ6ShRStbZSr+e4NU4a6eNF2rP4b4EXpEuRhaboabQQCrbh
mFG6JfeQ99ntVS4su88ofklfSXt5NiwpOjUk950/YtMiA4NQiD6DLuWigULV
N/HvOITxr1HBBmSBjZTR6snlxFiYhizmTzq7b50ZOsvigDReVf00bHkdr/db
8VNxlsimI0uPq4rGo9NekVwNOwUIpQeHaCrQgOlzEllEtpMGgY8p1SIp6FKA
vGKWhiSFGPJLlRRSo+RnYcn9gu1P72DBH5h6XH0tkoGG05B5M5xdhinIMUM6
jLiVJ5zYKoTJc5esNkt2Y0nNFp86FlZFJpG5MJJLl5zOFlPR+6knzxkJu69a
S2SCe3oJEm+RFzsNvqsNkqn5uJDjBll1GzkTVkvd399Bo8KGKT1LYXkR4tyK
VYoXnxVfZwkBHz93Hfs9I+9Otz2wc75bQRYEPwlXe8JsiGYUT8N2n1zy01+C
V2+9JhNL4OR8W/uRBPiZXy/jCrNPb9jEKeCFqtnBKpZCAVykVWPLpj3kvqVb
UZhztYHf6mv1gGmwrcoDzrZ9gHqHdzPNMEXSWvYH3X95nbbJPVGE2Hjd2ftx
SgmuaIYUOdZZVLuawhFKDcUs/SoHEsamrjruLaRy0MuEtW6OjfqdpLAFvO3E
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
GxCZRh/y/wE4E4mCpNkFAA==

-->

</rfc>

