Skip to content

Commit

Permalink
credID returned by authnrGetAssn() is optional if allowCreds has exac…
Browse files Browse the repository at this point in the history
…tly 1 member fixes #472
  • Loading branch information
JeffH authored and JeffH committed Sep 29, 2017
1 parent 9872f1a commit de00dfb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,7 @@ When this method is invoked, the user agent MUST execute the following algorithm
1. While |issuedRequests| [=list/is not empty=], perform the following actions depending upon the |adjustedTimeout| timer
and responses from the authenticators:

<dl class="switch">
<dl class="switch">

: If the |adjustedTimeout| timer expires,
:: [=set/For each=] |authenticator| in |issuedRequests| invoke the [=authenticatorCancel=] operation on |authenticator|
Expand All @@ -938,7 +938,6 @@ When this method is invoked, the user agent MUST execute the following algorithm
2. [=set/For each=] remaining |authenticator| in |issuedRequests| invoke the [=authenticatorCancel=] operation on
|authenticator| and [=set/remove=] it from |issuedRequests|.


: If any |authenticator| returns an error status,
:: [=set/Remove=] |authenticator| from |issuedRequests|.

Expand Down Expand Up @@ -972,8 +971,7 @@ When this method is invoked, the user agent MUST execute the following algorithm
3. [=set/For each=] remaining |authenticator| in |issuedRequests| invoke the [=authenticatorCancel=] operation on
|authenticator| and [=set/remove=] it from |issuedRequests|.
4. Return |value| and terminate this algorithm.

</dl>
</dl>

1. Return a {{DOMException}} whose name is "{{NotAllowedError}}".

Expand Down

0 comments on commit de00dfb

Please sign in to comment.