Changing RK username and display name #815
-
|
As the title says, I'm trying to modify a RK's username and display name. It works fine on one of my authenticators, however not the other. with
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Looking closer at the CTAP 2.1 spec, it looks like authenticators that have the This is because " I apologize to anyone who looked into this due to my negligence. |
Beta Was this translation helpful? Give feedback.
Looking closer at the CTAP 2.1 spec, it looks like authenticators that have the
credentialMgmtPreviewoptionID andFIDO_2_1_PREversion BUT don't have theFIDO_2_1version can't do what I'm doing.This is because "
FIDO_2_1_PRE" authenticators, unlike "FIDO_2_1_PRE" authenticators, do not support theauthenticatorCredentialManagement(0x0A) command. Instead, they supportPrototype authenticatorCredentialManagement(0x41). ThePrototype authenticatorCredentialManagementdoes not have the subcommandupdateUserInformation(0x07) that theauthenticatorCredentialManagement(0x0A) command has.I apologize to anyone who looked into this due to my negligence.