How can I disable the email verification on reset password using Azure AD B2C?
I want to skip the email verification on the reset password user journey and instead I want to make an API call to my own API before allowing the user to define I new password.
Note: I am using custom policies.
Does anyone know how to do that?