Step # | Action | Expected | Actual | Matches Expected | Details |
1. | |||||
Register | |||||
2. |
This journey simulates an RP trying to be future-proof by using the "default"
pubKeyCredParams
algs.
Step 2 uses:
"pubKeyCredParams": []
Per the WebAuthn spec (step 10 of section
5.1.3. Create a New Credential), the browser should automatically use algs -7 (ES256) and -257 (RS256) when
pubKeyCredParams
has size zero (i.e. is an empty list).