You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I change in the method router.post('/registerRequest') to force the attestation to direct let attestation = 'direct';
I added in the router.post('/registerResponse') the following code: console.log(registrationInfo.aaguid);
the result is: 00000000-0000-0000-0000-000000000000
I think the attestation statement is not retrieved even if we ask for it... Can you tell why this happens?
Is it a limitation of the FIDO2 API for Android?
Thank you.
The text was updated successfully, but these errors were encountered:
I made some changes on Android app only (see here: https://github.com/anaselhajjaji/fido2-codelab/pull/1/files) and when debugging I saw android-safetynet returned but there is an issue on backend code about certificate verification, hopefully I'll try to find some time to fix the backend as well.
Hello
If I change in the method
router.post('/registerRequest')
to force the attestation to directlet attestation = 'direct';
I added in the
router.post('/registerResponse')
the following code:console.log(registrationInfo.aaguid);
the result is:
00000000-0000-0000-0000-000000000000
I think the attestation statement is not retrieved even if we ask for it... Can you tell why this happens?
Is it a limitation of the FIDO2 API for Android?
Thank you.
The text was updated successfully, but these errors were encountered: