Error using FIDO U2F: MetadataService must be initialized
See original GitHub issueI receive the following error in Event Log when attempting to authenticate with a Yubikey Security Key NFC (FIDO U2F):
MetadataService must be initialized
There is no other information in the log. I couldn’t find anywhere in the source code where IMetadataService.Initialize
is called so I assume that is the issue when IMetadataService.GetEntry
is called later.
Here’s my WebAuthN security config:
Here’s my Biometrics provider config:
Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (6 by maintainers)
Top Results From Across the Web
Server
Once MetadataService is initialized, verifyRegistrationResponse() will reference MDS metadata statements and error out if it receives authenticator responses ...
Read more >FIDO Metadata Service
This field MUST be set if neither aaid nor aaguid are set. Setting this field implies that the attestation certificate(s) are dedicated to...
Read more >Universal 2nd Factor (U2F) Overview
The FIDO U2F protocol enables relying parties to offer a strong cryptographic 2nd factor option for end user security.
Read more >Web Authentication: An API for accessing Public Key ...
Note: The credential public key is referred to as the user public key in FIDO UAF [UAFProtocol], and in FIDO U2F [FIDO-U2F-Message-Formats] ...
Read more >Troubleshooting FIDO security keys
Troubleshooting FIDO security keys. Use the information here to help you diagnose common issues that you might encounter when working with FIDO2 security...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @gtbuchanan
Correctly initialized in version 3.0.2008.2 Let us know, if you have other problems, and if one of the Yubikeys can work with corporate accounts.
Regards
Hi @gtbuchanan
MMC bug confirmed ! A thread locking occurs when loading Providers. The Biometric provider lock in the initialize method
A new release today
Regards