Use the WebAuthn panel to create and interact with software-based virtual authenticators.
The WebAuthn panel lets you add, rename, and remove authenticators. Register credentials, which are like users, to an authenticator and monitor IDs, User Handles and Sign Counts as you test.
webauthn
, select Show WebAuthn, and press Enter.Alternatively, in the top right corner, click More Options > More tools > WebAuthn to open the WebAuthn panel.
To add a new virtual authenticator:
In the New authenticator section, configure the following options:
ctap2
(Client to Authenticator Protocol) or u2f
(Universal 2nd Factor)usb
, nfc
, ble
, or internal
ctap2
protocol with resident keys supportFor example:
Click the Add button.
You can now see a section with your newly-created authenticator.
The Authenticator section includes a Credentials table. The table is empty until a credential is registered to the authenticator.
To register a new credential, you need to have a web page that uses WebAuthn, for example, our demo page.
On the demo page, you can click the Authenticate button multiple times. Observe the Credentials table. The Sign Count of the credential will increase accordingly.
You can export or remove a credential by clicking the Export or Remove buttons.
A newly created authenticator is set to active automatically. DevTools supports only one active virtual authenticator at any point of time.
To deactivate authentication, remove the currently active authenticator.
To activate an authenticator, select its Active radio button.
To remove a virtual authenticator, click its Remove button.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-01 UTC.