-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebAuthn Authenticator Registration fail when Yubikey5+Chrome+ResidentKey #217
Comments
It can reproduce only Linux environment. |
End of AuthData has credProtect text. |
Should use Webauthn4J 0.11.1 or higher and jackson-2.10 or higher to resolve parse error. |
This was referenced Jun 25, 2020
The reproduction situation in my case is as follows. Enviroment
Debug Log
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
WebAuthn Authenticator Registration fail when Yubikey5+Chrome+ResidentKey
Steps to reproduce
Config WebAuthn(Registor) module with Residentkey = true.
Do Authenticator Registration with Chrome and Yubikey5.
Expected Results
Registration Complete
Actual Results
Registration fail
Enviroment
OpenAM15-SNAPSHOT
OpenAM14-RELEASE
Debug Log
debug log
ERROR: WebAuthnValidator.validateCreateResponse : Error validating response. User handle is 7fba47c1-d769-4ae6-8d66-
1c03bcb8add7
java.io.UncheckedIOException: com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Cannot construct instan
ce of
java.io.Serializable
(no Creators, like default construct, exist): abstract types either need to be mapped to concrete types, have custom deserializer, or contain additional type information
at [Source: (ByteArrayInputStream); line: -1, column: 13] (through reference chain: java.util.LinkedHashMap["credPr
otect"])
at com.webauthn4j.converter.util.CborConverter.readValue(CborConverter.java:86)
at com.webauthn4j.converter.AuthenticatorDataConverter.convertToExtensions(AuthenticatorDataConverter.java:145)
References
CTAP2.1 Draft
https://fidoalliance.org/specs/fido2/fido-client-to-authenticator-protocol-v2.1-rd-20191217.html
The text was updated successfully, but these errors were encountered: