This commit is contained in:
Dusan Jakub
2023-10-16 12:02:00 +02:00
parent 4168ae8514
commit df6b607d40

View File

@@ -242,7 +242,7 @@
<p>
This is a base64 encoded binary representation of an attestation statement. The attestation statement is produced by the authenticator to prove to the relying party (e.g., a website) that a new public key credential has been created in the authenticator. It is <a href="https://cbor.io/">CBOR</a> encoded.
</p>
<div class="code" id="navigator-attestationObject" style="height: 150px; overflow-y: scroll;"></div>
<div class="code" id="navigator-attestationObject"></div>
<p class="button-label">The authData is <a href="https://www.w3.org/TR/webauthn-2/#sctn-attested-credential-data">binary encoded</a> and contain the actual public key, but also more flags and info about the authentication:</p>
<div class="code" id="navigator-authData"></div>
</li>