[webauthn] Underspecified RP ID length (#1198)

emlun has just created a new issue for https://github.com/w3c/webauthn:

== Underspecified RP ID length ==
Neither the [RP ID][rpid] definition nor [`PublicKeyCredentialRpEntity`][rpent] specifies any length requirements for the RP ID. This isn't a problem for executing the protocol, since the RP ID is hashed, but it does leave unspecified how long RP IDs authenticators are expected to support storing with resident credentials. This might at worst cause confusing display behaviours for resident credential pick lists.

[rpent]: https://w3c.github.io/webauthn/#dictdef-publickeycredentialrpentity
[rpid]: https://w3c.github.io/webauthn/#rp-id

Please view or discuss this issue at https://github.com/w3c/webauthn/issues/1198 using your GitHub account

Received on Tuesday, 9 April 2019 12:08:30 UTC