shy-vr-32229
02/28/2024, 8:40 PMcurl '<https://webauthn.io/authentication/options>' \
--data-raw '{"username":"","user_verification":"preferred"}'
Which returns:
{
"challenge": "DaqInMw-vAuBRvC24pYNi0U_5GwRuMhye0RefHxnc9Jpqntk9asEIb5Gzr1KnJ8Iag_uIQBzHyzD7HL9G4zy3g",
"timeout": 60000,
"rpId": "webauthn.io",
"allowCredentials": [],
"userVerification": "preferred"
}
The problem we are having using passwordless passkey is that Kratos requires a username or other user identity. I thought to open a github issue on this because the team hasn't been able to find a configuration workaround on this yet but wanted to check here first. Is this configurable/supported?
The reason why is to avoid caching username in the cookies or other places so that we can have similar experience to target, bestbuy.com, and webauthn.io where you don't have to submit the username.
@bulky-guitar-23324 @red-manchester-35460 for awareness
Apologies for the edits, wanted to get a pretty complete post together.refined-kangaroo-48640
02/28/2024, 9:44 PMshy-vr-32229
02/29/2024, 1:30 PMrefined-kangaroo-48640
02/29/2024, 2:11 PMrefined-kangaroo-48640
02/29/2024, 2:11 PMshy-vr-32229
02/29/2024, 4:35 PM