MFA authenticator app is not displayed when user first configures MFAIssue MFA authenticator app (TOTP) is not displayed when user first configures MFA, instead only email and/or SMS methods are displayed like below. ReleaseAll ReleaseCauseThis is an expected behavior. There is a Business Rule "RestrictMFAFactorPolicyCreation" on [sys_auth_mfa_context_mfa_factor_m2m] which prevents the creation of MFA Factor as "TOTP".If any or all of the "MFA Factory Policies" (Email and SMS) evaluate to true, then enrolment will only display the matched MFA Factors. If none of the MFA Factors evaluate to true, then it displays all MFA factors.ResolutionIf you would like to setup MFA via the authenticator app, first login by getting OTP by email or SMS and you can configure it by navigating your profile page > Configure Multi-factor Authentication.