Biometric not listed in event.user.multifactor

Dear all, I am implementing a MFA logic as an action. I am came rather far yet I am blocking at a point where it seems as if biometrics is not listed in the event.user.multifactor.

It is listed in the dashboard, how can I get this info in actions also, as only guardian is listed as enrolled MFA factor.

“{"enrolled": guardian}”

Thanks for your help

Hi @erfalk,

Welcome to the Auth0 Community!

For the purposes of Action, factors included in the user’s Raw JSON under the guardian_authenticators array are considered “guardian” authenticators. This should include Device Biometrics.

If I remember correct, when you prompt for MFA from an Action, the most secure factor will be chosen, and that would be Device Biometrics in this case.