I am migrating our existing website users to ADB2C via Graph API, and I want to enable MFA for the users.
So I am trying to update a Azure ADB2C user's mobile number to strongauthentication phone number for MFA so that when a user login, he would be sent the verification code and asked to verify the code for the given mobile number.
I have tried looking around for updating the user's authentication number and have seen that microsoft has provided an API to do so, but its in beta version, so was looking for alternative.
Please suggest on solutions