FIDOAuthenticatorSettingsParms
Settings that set the behavior of FIDO authentication.
Properties
Name | Type | Description | Notes |
---|---|---|---|
BackupEligibleCheck | bool? | A boolean value indicating if synced passkey/FIDO2 tokens should be blocked. | [optional] [default to false] |
FidoRelyingPartyAllowlist | List<FIDOAllowedRpid> | List of allowed relying party IDs for passkey/FIDO2 registration. | [optional] |
FidoRelyingPartyAllowlistEnabled | bool? | A boolean value indicating if passkey/FIDO2 relying party allow list is enabled. | [optional] [default to false] |
PasskeyAuthenticatorLevel | string | The minimum authentication level required to use FIDO self user actions through the Authentication API. | [optional] |
RegistrationAuthenticatorAttachment | string | Should the token be embedded on the device or stored externally? | [optional] |
RegistrationRequireResidentKey | string | Should the User ID be stored on the Passkey/FIDO2 token? | [optional] |
RegistrationUserVerification | string | Should the token perform user verification? | [optional] |
Timeout | int? | The time in seconds that a client will wait for the FIDO token to respond. Value must be between 5 and 300. | [optional] |
UserPresentCheck | bool? | A boolean value indicating if user presence is checked by the passkey/FIDO2 token. | [optional] [default to false] |