What FusionAuth roles can remove an MFA method?
-
What FusionAuth roles can remove an MFA method using the admin UI?
-
Currently, the only users that can remove MFA methods are Global Admins to the FA Admin UI.
This is due to the security implications around letting any other role have this permission.
If you need to offer this functionality to your customers and product, then you could build an integration that called the User API and remove MFA from a users’s account.
-
See also this open GH issue addressing this: https://github.com/FusionAuth/fusionauth-issues/issues/2821
-