Allow MFA enrollment ticket to redirect when completed

Feature: The Guardian MFA enrollment ticket API (auth0. com/docs/api/management/v2/guardian/post-ticket) should allow the specification of a redirect after the user completes the MFA setup without customizations that require custom MFA screens (and abandoning the universal login experience).

Description: The MFA enrollment ticket API returns a URL that can be presented to a user to setup their MFA. However, once MFA setup is complete, the user’s experience just ends on the mfa-enroll-result screen. Instead, can the requestor optionally indicate a destination to redirect the user’s browser? The password change ticket API (auth0. com/docs/api/management/v2/tickets/post-password-change) has a very elegant solution - specifying the client_id so the user completing the password reset is redirected to the login URL associated w/ the client/app.

Use-case: We want to support user resetting and setting up MFA with minimal friction and effort from us (for custom screens). We would like to reset a user’s MFA then direct them to the URL provided by the MFA enrollment ticket, but we then want the user returning to our experience seemlessly.
Workarounds like community.auth0. com/t/success-redirect-after-user-mfa-enrollment-using-ticket/35237/2 require us to abandon the universal login MFA screens for the classic screens that we would then need to heavily customize.