
srdavis1.549735853491651E12 (Peabody Energy) asked a question.
We currently have 3 MFA choices configured for our users to register for. I have one app that I would like to restrict the MFA option to Okta Verify only. I know how to force them to register for Okta Verify but when they access the app they have the ability to choose any of the 3 they registered for. Has anyone found a way to setup an app to only use Okta Verify (on any other one choice)? Thanks in advance for any help!

There is no way to force users to a particular factor. however what you can do is, once the user is created, you can delete the other factor for that user using the API EndPoint: " {{url}}/api/v1/users/{{userId}}/factors/{{factorId}}" Leave the OKTA verify factor alone.
so that they will have option to register via OKTA verify only. I hope it helps.
Will they still be able to go back into Okta and re-register for the factors I remove?