Skip to content

Commit

Permalink
Merge pull request #45326 from ynojima/update-default-value-in-webaut…
Browse files Browse the repository at this point in the history
…hn-doc

Update default values in security-webauthn.adoc
  • Loading branch information
FroMage authored Jan 7, 2025
2 parents 7a54ece + 8d7a35b commit 545ab9b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/src/main/asciidoc/security-webauthn.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -654,10 +654,11 @@ This causes a cookie to be set for the challenge, it will be used by the registr
}
],
"authenticatorSelection": {
"requireResidentKey": false,
"userVerification": "discouraged"
"requireResidentKey": true,
"residentKey": "required",
"userVerification": "required"
},
"timeout": 60000,
"timeout": 300000,
"attestation": "none",
"extensions": {
"txAuthSimple": ""
Expand Down Expand Up @@ -710,8 +711,8 @@ This causes a cookie to be set for the challenge, it will be used by the login s
----
{
"challenge": "RV4hqKHezkWSxpOICBkpx16yPJFGMZrkPlJP-Wp8w4rVl34VIzCT7AP0Q5Rv-3JCU3jwu-j3VlOgyNMDk2AqDg",
"timeout": 60000,
"userVerification": "discouraged",
"timeout": 300000,
"userVerification": "required",
"extensions": {
"txAuthSimple": ""
},
Expand Down

0 comments on commit 545ab9b

Please sign in to comment.