Skip to content

[QUESTION] webauthn-platform enrollment support. #64

@daenzer-gabriel

Description

@daenzer-gabriel

Question

Is 'webauthn-platform' compatible with enroll and able to be added to MfaEnrollFactorType?

Context

I want to implement webauth-platform factor enroll functionality through ACUL but since the handleEnroll and enroll calls in useMfaBeginEnrollOptionsManager take a parameter with a nested action of type MfaEnrollFactorType, the type definition does not accommodate webauthn-platform.

export type MfaEnrollFactorType = 'push-notification' | 'otp' | 'sms' | 'phone' | 'voice' | 'webauthn-roaming';

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions