line-fido2-server icon indicating copy to clipboard operation
line-fido2-server copied to clipboard

AuthenticatorTransport option "hybrid" is missing

Open wlsdn93 opened this issue 2 years ago • 0 comments

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.

wlsdn93 avatar Nov 30 '22 05:11 wlsdn93