Hi @Komanduri, Krishna Rohit, Celanese
Unfortunately, there is no direct, automated migration process from User Flows to Custom Policies within Azure AD B2C. However, a common approach is to prompt users to reset their passwords. By implementing a password reset flow within the Custom Policy, users can reset their passwords, which updates the hash to match the Custom Policy configuration. This way, their accounts become compatible with the Custom Policy authentication. However, if you need to retain the original passwords without requiring resets, consider implementing a custom password migration strategy.
I hope the above helps