fido2-net-lib icon indicating copy to clipboard operation
fido2-net-lib copied to clipboard

Supporting attestation formats

Open jonashendrickx opened this issue 1 year ago • 1 comments
trafficstars

Adding support for attestation formats.

The RP can use this optional member to specify a preference regarding the attestation statement format used by the authenticator. Values SHOULD be taken from the IANA "WebAuthn Attestation Statement Format Identifiers" registry [IANA-WebAuthn-Registries] established by [RFC8809]. Values are ordered from most preferable to least preferable. This parameter is advisory and the authenticator MAY use an attestation statement not enumerated in this parameter.

  • https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialcreationoptions-attestationformats
  • https://www.w3.org/TR/webauthn-3/#dictionary-assertion-options

jonashendrickx avatar Jul 16 '24 06:07 jonashendrickx

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 50.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 74.67%. Comparing base (cb71a15) to head (ee952a3). Report is 20 commits behind head on master.

Files with missing lines Patch % Lines
...s/AuthenticationExtensionsDevicePublicKeyInputs.cs 0.00% 1 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #530      +/-   ##
==========================================
+ Coverage   73.95%   74.67%   +0.72%     
==========================================
  Files          98      104       +6     
  Lines        2638     2966     +328     
  Branches      446      532      +86     
==========================================
+ Hits         1951     2215     +264     
- Misses        586      634      +48     
- Partials      101      117      +16     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov-commenter avatar Jul 16 '24 06:07 codecov-commenter