Lighthope

Results 10 comments of Lighthope

@arshadnoor hi Yes, I am not using a web browser to authenticate with FIDO authenticator. You can see my FIDO architecture picture as the follows. ![volume encryption-FIDO2 volume encryption -...

@push2085 A part of glassfish log is as attached. [glassfish.log](https://github.com/StrongKey/fido2/files/9347497/glassfish.log)

@push2085 Sure. The content of PublicKeyCredentialCreationOptions is ``` {'publicKey': PublicKeyCredentialCreationOptions(rp=PublicKeyCredentialRpEntity(name='FIDOServer', id='howie2.fido.com'), user=PublicKeyCredentialUserEntity(name='johndoe', id=b'Bs3eUb4q_nz5xe93dLc50jnCMns6zu8ac8vx_6mSJjI', display_name=None), challenge=b'2yiG1m-DXiYfIEv8gf2Sgg', pub_key_cred_params=[PublicKeyCredentialParameters(type=, alg=-7), PublicKeyCredentialParameters(type=, alg=-35), PublicKeyCredentialParameters(type=, alg=-36), PublicKeyCredentialParameters(type=, alg=-8), PublicKeyCredentialParameters(type=, alg=-47), PublicKeyCredentialParameters(type=, alg=-257), PublicKeyCredentialParameters(type=, alg=-258), PublicKeyCredentialParameters(type=,...

@push2085 I can register/login with the policy module demo based on my local SKFS. ![Screenshot 2022-08-16 155144](https://user-images.githubusercontent.com/5336069/184828053-1455cf19-9fed-49d0-a043-d3384913be83.png) ![Screenshot 2022-08-16 155333](https://user-images.githubusercontent.com/5336069/184828074-76608bfa-de36-4fa9-b359-262d16b5ec41.png) ![Screenshot 2022-08-16 155400](https://user-images.githubusercontent.com/5336069/184828080-e676b6ab-1dd0-4b5d-9c05-6a61e12d14f0.png) ![Screenshot 2022-08-16 155508](https://user-images.githubusercontent.com/5336069/184828082-9ba76630-608e-4386-b792-b3f3f5631547.png)

@arshadnoor @push2085 The unit tests of python-libfido2 pass, so we can think python-libfido2 is correct. You can see the result in the picture below. ![Screenshot 2022-08-16 223409](https://user-images.githubusercontent.com/5336069/184907505-05b99bb7-4976-4f37-9e6d-25c596c1ed7c.png) Now back to...

Could anyone answer my restful api problem? > @arshadnoor @push2085 The unit tests of python-libfido2 pass, so we can think python-libfido2 is correct. You can see the result in the...

@push2085 Hi, thanks for your help. I will try your solution later and tell the result.

@push2085 After trying your solution, the error still happens. I am seeing the source code of python-libfido2 to figure out what it sends to the authenticator and how it handles...

After I survey how python-fido2 sends a make-credential request to the authenticator, I find it's using CTAP2 cmd authenticatorMakeCredential (0x01). The request data is a dictionary structure with int keys...