Commit ae827b6
committed
Fix Jackson 3 deserializer for AuthenticationExtensionsClientOutputs
The deserializer is updated to properly ignore unknown extensions.
This fix addresses the WebAuthn authentication failure appeared when
using FIDO2 security keys on Safari.
Closes gh-18643
Signed-off-by: Ziqin Wang <ziqin@wangziqin.net>1 parent 65bf54d commit ae827b6
1 file changed
Lines changed: 5 additions & 6 deletions
File tree
- webauthn/src/main/java/org/springframework/security/web/webauthn/jackson
Lines changed: 5 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
| 58 | + | |
| 59 | + | |
63 | 60 | | |
64 | 61 | | |
65 | 62 | | |
66 | 63 | | |
67 | 64 | | |
68 | 65 | | |
69 | 66 | | |
70 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
71 | 70 | | |
72 | 71 | | |
73 | 72 | | |
| |||
0 commit comments