Verification Options do not Return Saved Transports for Credentials #16084
Labels
in: web
An issue in web modules (web, webmvc)
status: waiting-for-triage
An issue we've not yet triaged
type: bug
A general bug
Describe the bug
The transports saved with the credential during the registration request are not returned in the transports property of same credential within the Verification Options response provided by
/webauthn/authenticate/options
.Note that I'm using the RC version of Spring Security 6.4.0.
To Reproduce
allowCredentials
, but the transports array will be empty.Expected behavior
The request would return the credential in the
allowCredentials
with the same transport as was registered.The text was updated successfully, but these errors were encountered: