Redirect to webauthn-platform enrollment

Hi,

Is there a way to redirect users to the /mfa-webauthn-platform-enrollment page? OR any other way to force people to enroll with biometrics? The reason we want to do this is that we want all users to have biometrics as mfa and push them towards using biometrics over password.

Thanks in advance.

Hi @k.konstantinov,

Have you tried to accomplish this with a Post Login Action? You can force certain factors with api.authentication.challengeWith().

Also, do you plan on having another factor enabled? Device biometrics is a dependent factor and requires you’ve already enabled and configured at least one independent factor for users on your tenant.

challengeWith only works if the user is already enrolled. If they are not enrolled and you challenge them with biometrics, the user gets an error. Somehow I need to redirect them to the enroll page in those cases.

Were you able to find a solution to this? I have similar requirements and need to require biometric enrollment.