What are the chrome preference params to bring up chrome browser with WebAuthn option
enabled under dev tools
and to setup Virtual Authenticator environment.
Please note that we are able to enable webauthn using below chrome preference:
devtools:
preferences:
currentDockState: '"bottom"'
network_log.preserve-log: true
InspectorView.splitViewState: '{"horizontal":{"size":0.1}}'
webauthn-authenticators": "[{\"authenticatorId\":\"8b9c9878***\",\"active\":false,\"protocol\":\"ctap2\",\"ctap2Version\":\"ctap2_1\",\"transport\":\"usb\",\"hasResidentKey\":false,\"hasUserVerification\":false,\"hasLargeBlob\":false,\"automaticPresenceSimulation\":true,\"isUserVerified\":true}]"
However we are not able to find chrome preference to pass credentials (such as private key, rp id etc) to Virtual Authenticator environment.
Can someone please look into this?