Skip to content
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

AuthenticatorTransport option "hybrid" is missing #34

Open
wlsdn93 opened this issue Nov 30, 2022 · 0 comments
Open

AuthenticatorTransport option "hybrid" is missing #34

wlsdn93 opened this issue Nov 30, 2022 · 0 comments

Comments

@wlsdn93
Copy link

wlsdn93 commented Nov 30, 2022

I tried to test it as below

image

I used my mobile device(Galaxy21) as a authenticator

and I found out following error in rpserver log.

Could not resolve parameter [1] in public com.linecorp.line.auth.fido.fido2.rpserver.model.transport.AdapterServerResponse com.linecorp.line.auth.fido.fido2.rpserver.controller.AdapterController.sendRegistrationResponse(java.lang.String,com.linecorp.line.auth.fido.fido2.rpserver.model.AdapterRegServerPublicKeyCredential,javax.servlet.http.HttpServletRequest): JSON parse error: Cannot construct instance of `com.linecorp.line.auth.fido.fido2.common.AuthenticatorTransport`, problem: No value present; nested exception is com.fasterxml.jackson.databind.exc.ValueInstantiationException: Cannot construct instance of `com.linecorp.line.auth.fido.fido2.common.AuthenticatorTransport`, problem: No value present

the problem was the missing option "hybrid".

after I added it, everything was fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant