Our asp.net mvc application has a concept of several "accounts". Each account can have multiple users. Some accounts will have MFA enforced, others will have it enabled and will leave it to users to enable for themselves individually, and yet, some will have it disabled/unavailable.
First of all, is it possible from within my application, to use graph API in order to enforce MFA for certain users if an account setting in our application changes it to enforce it? We currently use Auth0 and it has nice functionality to allow us to just update the user's MFA settings by calling their endpoint. I am not seeing this for AD B2C. Where would I start?