Hi @Rene Pineda
Thank you for posting your query on Microsoft Q&A.
It looks like your newly created Azure AD connector sync account is being blocked by a Conditional Access policy in your tenant.
If you find the newly created user, the name will be prefixed with "Sync_" as described in this article -https://learn.microsoft.com/en-us/azure/active-directory/hybrid/connect/reference-connect-accounts-permissions#microsoft-entra-connector-account
Navigate to this users non-interactive sign-in logs, and check for the logins which fail with "AADSTS50079" - In here you can check which Conditional Access policies are blocking the sign-in, the policy is requiring the user to register for MFA which it cannot do as it is a service account.
Once you determine which policies are enforcing MFA for this account, you can exclude this user from the impacting policies and retry the installer.
Do let me know if you have any further questions, I would be happy to help!
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.