Hi All,
Currentl was developing fido2 server for internal system, current stage have develop webauthn demo to test the backend API. For testing purpose, we have purchase few FIDO2 token from different brand which is :-
- yubikey 5 nfc
- ezfinger 2
- solokeys
- FT bio pass
Understand to use the token, we need to import the token metadata from fido MDS2. I have get the TOC file and extract the jwt token, then base on the URL get all the metadata that register under MDS2. But i still having issue in my testing with purchased token.
So far i only manage to use FT bio pass, when try using yubiley 6 and ezfinger 2 is have error on the certificate verification. So the root cause is my fido2 server does not have the metadata info for the yubikey and ezfinger.
May i know how i suppose to get the metadata ? Or i understand in the wrong way ?
Really need help on this. Thanks in advance.