Force user to change password after MFA

Hi,

I have Auth0 setup in which users are forced to provide MFA during login. I have also a requirement that user has to change his password each x days. It is also required that password change happens when user is fully authenticated so after he provides also his MFA.

Is that possibile?

I noticed that even if i implement my own action with redirect to custom password change page, it’s being displayed before MFA. Can this reversed?