Our tenant setup uses Custom Universal Login, and we’ve provided a customized Password Reset form that includes all our branding. We would like to trigger an MFA challenge once the user clicks on the Password Reset link. I added an onExecutePostChallenge Action to the Password Reset/Post Challenge flow, but it is not being triggered.
After some troubleshooting, I discovered that if I disable the customized Password Reset form in Universal Login and allow the default Universal Login Password Reset form to display, the onExecutePostChallenge Action is executed as expected.
Is this the expected behavior? Does the onExecutePostChallenge Action only work with the default Universal Login page?
Thanks!