You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Debugger view it's not possible to set one element in excludeCredentials without indicating transports. According to the specs, transports should be optional. When I try to not add transports I see this error
TypeError: Failed to execute 'create' on 'CredentialsContainer': Failed to read the 'publicKey' property from 'CredentialCreationOptions': Failed to read the 'excludeCredentials' property from 'PublicKeyCredentialCreationOptions': The provided value is not of type 'PublicKeyCredentialDescriptor'.
while indicating one of the three transports methods everything works as expected.
Reproduction
Open Debugger view
Register a new device (e.g. Macbook Touch ID)
Copy the rawId to a file (in binary format)
Add one excludeCredentials element and upload binary file
Chrome Version 103.0.5060.53 (Official Build) (arm64)
The text was updated successfully, but these errors were encountered:
gianluca-venturini
changed the title
excludeCredentials requires to indicate transports
excludeCredentials causes an error if transports is not indicated
Jul 12, 2022
Description
In the
Debugger
view it's not possible to set one element inexcludeCredentials
without indicatingtransports
. According to the specs,transports
should be optional. When I try to not addtransports
I see this errorwhile indicating one of the three
transports
methods everything works as expected.Reproduction
Debugger
viewexcludeCredentials
element and upload binary fileEnvironment
77679df
The text was updated successfully, but these errors were encountered: