Skip to main content

FIDOAuthenticatorSettings

Settings that control the behavior of FIDO authentication.

Properties

NameTypeDescriptionNotes
backup_eligible_checkboolA boolean value indicating if synced passkey/FIDO2 tokens should be blocked.[default to False]
fido_relying_party_allowlistList[FIDOAllowedRpid]List of allowed relying party IDs for passkey/FIDO2 registration.
fido_relying_party_allowlist_enabledboolA boolean value indicating if passkey/FIDO2 relying party allow list is enabled.[default to False]
passkey_authenticator_levelstrThe minimum authentication level required to use FIDO self user actions through the Authentication API.
registration_authenticator_attachmentstrShould the token be embedded on the device or stored externally?
registration_require_resident_keystrShould the User ID be stored on the Passkey/FIDO2 token?
registration_user_verificationstrShould the token perform user verification?
timeoutintThe time in seconds that a client will wait for the FIDO token to respond. Value must be between 5 and 300.
user_present_checkboolA boolean value indicating if user presence is checked by the passkey/FIDO2 token.[default to False]

Example