Open raulsiles opened 11 months ago
It is possible to get the error above when experimenting with Yubico's WebAuthn demo website (https://demo.yubico.com/webauthn) using Chrome. Potentially, this website is using slightly different format or responses compared to other Relying Parties (RPs).
The WebAuthn CBOR Decode Burp extension (v1.0, 09 Dec 2022) has been installed from the BApp Store.
When a request containing an "attestationObject" attribute is intercepted, going to the "WebAuthn CBOR Decode" tab displays nothing. The reason is the extension generates a "java.lang.IllegalArgumentException: Illegal base64 character XX" exception. The error is available in the "Errors" tab for the Burp extension:
I can privately provide the full HTTP request and/or the "attestationObject" attribute.