Skip to main content

FIDORegisterChallenge

A FIDORegisterChallenge defines the information returned when a user starts to register a FIDO token.

Properties

NameTypeDescriptionNotes
challengestrThe registration challenge generated by Identity as a Service. This is a base-64 encoded value.[optional]
registered_credentialsList[str]The IDs of FIDO tokens already registered to this user. These values are base-64 encoded.[optional]
registration_authenticator_attachmentstrShould the token be embedded on the device or stored externally?[optional]
registration_require_resident_keystrShould the User ID be stored on the Passkey/FIDO2 token?[optional]
registration_user_verificationstrShould the token perform user verification?[optional]
rp_namestrThe name of this relying party. This is the name of the Identity as a Service account.[optional]
timeoutintThe time in seconds that the client will wait for the FIDO token to respond.[optional]
user_display_namestrThe display name of this user. It will be 'firstname lastname' of the user[optional]
user_idstrThe id of this user. It will be UUID of the user base-64 encoded.[optional]
user_namestrThe name of this user. It will be the userId of the user.[optional]

Example