Skip to content

Commit

Permalink
Adding u2f appid extension
Browse files Browse the repository at this point in the history
Closes Issue #216
  • Loading branch information
leshi committed Oct 3, 2016
1 parent 1eebeed commit cb039c9
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1923,6 +1923,34 @@ This section defines an initial set of extensions. These are recommended for imp
interoperability.


## U2F AppId ## {#extension-u2f_appid}

This authentication extension allows [RP]s who have previously registered an
Authentication using the legacy FIDO U2F JavaScript APIs to communicate with
Authenticators. Specifically, this extension allows [RP]s to specify an
|appId| to overwrite the otherwise computed |rpId|.

: Extension identifier
:: `webauthn_u2f-appid`

: Client argument
:: A single UTF-8 encoded string specifying a FIDO U2F |appId|.

: Client processing
:: AppId validation (as defined by the FIDO U2F specification). If valid, the
value of |rpId| for all Client processing should be replaced by the
specified |appId|.

: Authenticator argument
:: none

: Authenticator processing
:: none

: Authenticator data
:: none


## Transaction authorization ## {#extension-txauth}

This authentication extension allows for a simple form of transaction authorization. A [RP] can specify a prompt string,
Expand Down

0 comments on commit cb039c9

Please sign in to comment.