Skip to content

Does this support fido yubikey registration & authentication  #2

Description

@chunsfire

By looking into the code; in file u2f_webauthn_js.dart. It seems the asked use case is not supported.

authenticatorSelection: web.AuthenticatorSelectionCriteria(
residentKey: 'discouraged',
requireResidentKey: false,
userVerification: 'discouraged',
authenticatorAttachment: 'cross-platform',
)

What I am looking for is to add capability in my app that allows user to do fido registration with yubikey & authenticate verified push using FIDO yubikey?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions