Should we remove `AuthenticatorAssertionRawResponse.AssertionResponse.AttestationObject`?
joegoldman2 opened this issue · 1 comments
joegoldman2 commented
AuthenticatorAssertionRawResponse.AssertionResponse
currently contains a property AttestationObject
:
fido2-net-lib/Src/Fido2.Models/AuthenticatorAssertionRawResponse.cs
Lines 50 to 52 in 11c78ce
This property doesn't exist in the spec: https://www.w3.org/TR/webauthn-2/#iface-authenticatorassertionresponse.
Should we remove it?
joegoldman2 commented
I understand that this makes it possible to revalidate the stored attestation during the assertion validation. Closing the issue.