Clarification added to WEBAUTHN_CLIENT_DATA#17
Conversation
bobknowscode
left a comment
There was a problem hiding this comment.
Is this the CollectedClientData referenced by https://w3c.github.io/webauthn/#dictdef-collectedclientdata ? Is this just the [challenge] itself?
If type/orgin/cross origin are included; then will a client ever need to verify the information there? Or should all that just get passed to the authenticator?
Thank you
|
If I understood it correctly, |
|
The correctness of the clarification has been extensively tested: https://github.com/cyberphone/ctap2-sign I have unfortunately not been able to get it to work with Android although it is quite similar: https://developers.google.com/android/reference/com/google/android/gms/fido/fido2/api/common/PublicKeyCredentialRequestOptions.Builder#setChallenge(byte[]) |
No description provided.