Skip to content

Commit

Permalink
Address comments, clarify other means other than extension may be use…
Browse files Browse the repository at this point in the history
…d to collect consent.
  • Loading branch information
Pascoe committed Feb 7, 2024
1 parent 6c6184b commit bf5480d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1919,7 +1919,8 @@ a numbered step. If outdented, it (today) is rendered as a bullet in the midst o

1. If |conditionalCreateLifetimeTimer| is expired or |conditionalCreateOrigin| is not |callerOrigin|, throw a "{{NotAllowedError}}" {{DOMException}}.

Note: |conditionalCreateLifetimeTimer| and |conditionalCreateOrigin| will be set by the user agent after it believes an authentication ceremony has been completed and the user consents to this type of credential creation.
Note: |conditionalCreateLifetimeTimer| and |conditionalCreateOrigin| will be set by the user agent after it believes an authentication ceremony has
been completed and the user consents to this type of credential creation. This consent may be collected via means other than the [=conditionalCreate|Conditional Create Extension=].

1. Set |lifetimeTimer| to a client-specific default.

Expand Down Expand Up @@ -6737,7 +6738,7 @@ During a transition from the FIDO U2F JavaScript API, a [=[RP]=] may have a popu

### Conditional Create Extension (<dfn>conditionalCreate</dfn>) ### {#sctn-authenticator-conditional-create-extension}

This [=client extension|client=] [=authentication extension=] indicates that the [=[RP]=] would like to create a credential if the authentication ceremony is completed successfully.
This [=client extension|client=] [=authentication extension=] indicates that the [=[RP]=] would like to create a credential if the authentication ceremony is completed successfully. This may allow the user agent to collect consent for credential creation during the authentication ceremony, but is not required as the user agent may also collect consent elsewhere.


: Extension identifier
Expand All @@ -6756,7 +6757,7 @@ This [=client extension|client=] [=authentication extension=] indicates that the

: Client extension processing

:: When [[#sctn-getAssertion|assertion]]:
::
1. Just after [establishing the RP ID](#GetAssn-DetermineConditional) perform these steps:

1. If <code>|options|.{{CredentialRequestOptions/mediation}}</code> is not present or does not have the value
Expand Down

0 comments on commit bf5480d

Please sign in to comment.