We have requirements to enable MFA to check specific business flows. It means that a user can log in without MFA and do some stuff, but some flows will require MFA verification.
For example, a user can create a policy, but he cannot edit, delete policies without MFA.
We use Azure Active Directory and OpenID Connect for authentication/authorization.
I have checked if there are any options in Graph API for such things, but haven't found anything like this.
Could you please recommend or advice about possible options to implement such requirements?
"amr":["pwd", "mfa"]- juunas