norton two factor authentication security key supported devices
Posted: 22-Feb-2022 | 2:42AM · 4 Replies · Permalink
I have a Yubico Key the YubiKey 5C NFC and I'm trying to add it to my Two factor Authentication as backup. It shows plug in and push the button. When I do that noting happens. It just shows that same picture plug in your security key. I've tried on a couple different ports and nothing. I can set it up with the Yubicokey Authenticator, but it won't setup direct to the key. So are these keys supported?
Thanks.
Re: norton two factor authentication security key supported devices
Posted: 28-Feb-2022 | 10:20AM · Edited: 28-Feb-2022 | 10:51AM · Permalink
Since Chrome and Edge starts deprecating the APIs, blocking U2F library, you can extend the use and add other MFA for future. Here are the official work around links by both Google and Microsoft.
* https://chromeenterprise.google/policies/#U2fSecurityKeyApiEnabled
* https://docs.microsoft.com/en-us/deployedge/microsoft-edge-policies#u2fs...
Please only update this if you know what you are doing, and comfortable with registry edit (obviously, this is for Windows). Also, you can contact tech support if unable to/cannot modify to extend the API for U2F.
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome]
"U2fSecurityKeyApiEnabled"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge]
"U2fSecurityKeyApiEnabled"=dword:00000001
Edit -- alternatively, you can download and install Chromium 97 to temporary log in with U2F as MFA.