Hello @Milan ,
Thanks for reaching out.
Azure Active Directory B2C (Azure AD B2C) integrates directly with Azure AD Multi-Factor Authentication which support following Verification methods (Email, SMS, phone call and Microsoft Authenticator app - TOTP (preview) ) so that you can add a second layer of security to sign-up and sign-in experiences in your applications. So that you can enable multifactor authentication without writing a single line of code.
Unfortunately, when you use Azure AD Multi-Factor Authentication along with Microsoft Authenticator app, Push notification is not supported as of today and this is in our backlog. However, there are many MFA partner integration which provides custom MFA with B2C and few of them does support push notifications. Example authy (Twilio ) : https://github.com/azure-ad-b2c/samples/tree/master/policies/custom-mfa-authy-app
Here is detailed list of Azure B2C MFA partner integration : https://learn.microsoft.com/en-us/azure/active-directory-b2c/partner-asignio?pivots=b2c-user-flow
Hope this helps.
-----
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.