Hi @Palani Gangadurai,
Based on your query, here is my understanding: You would like to configure MFA in your Azure AD B2C using custom policies.
I see you would like to have custom MFA in your tenant to which you have chosen the right way by using the mentioned documents: Integrating Twilio Verify App with Azure Active Directory B2C. Twilio helps in customization of MFA and can set as per your requirement. I believe you have configured these policies using this document: twilio-mfa-psd2. Please make sure you have configured all the policies including TrustFrameworkExtensionsPSD2.xml and TrustFrameworkExtensionsPSD2StepUp.xml, which make sure your claims have properly configured.
TrustFrameworkExtensionsPSD2.xml defines the claims, claims transformation and strong authentication as well. Once you configure these parameters here, then you can update the setup in TrustFrameworkExtensionsPSD2StepUp.xml. This configuration will help you in operating custom MFA successfully.
If you would like to go with Azure AD B2C standard MFA, please go through this document: Enable multifactor authentication in Azure Active Directory B2C.
Here is the sample to configure MFA with TOTP: Azure AD B2C MFA with TOTP using any Authenticator app
I hope this information is helpful. Please feel free to reach out if you have any further questions.
If the answer is helpful, please click "Accept Answer" and kindly "upvote it". If you have extra questions about this answer, please click "Comment"