The necessary applications for MFA exclusion have not been added to the Generic User account or Azure AD Group

Sruthi Danda [C] 0 Reputation points
2026-03-25T11:48:20.68+00:00

User's image

Microsoft Security | Microsoft Entra | Microsoft Entra ID

1 answer

Sort by: Newest
  1. AI answer

    2026-03-25T11:48:55.7133333+00:00

    The screenshot shows that the user object has no enterprise app assignments, but MFA exclusions for Conditional Access do not depend on assigning applications to the user or group. MFA exclusions are configured directly in Conditional Access policies.

    To exclude a generic user account or Azure AD group from MFA, configure the exclusion in the Conditional Access policy that enforces MFA, rather than trying to add applications under the user:

    1. In the Microsoft Entra admin center, go to Protection → Conditional Access → Policies.
    2. Edit the policy that requires MFA (for example, a policy created from templates such as Require multifactor authentication for all users, Require multifactor authentication for Azure management, Require multifactor authentication for device registration, or guest MFA policies).
    3. In Assignments → Users and groups:
      • Under Include, select the users/groups that should be subject to MFA.
      • Under Exclude, add the specific generic user account or Azure AD group that must be exempt from MFA.
    4. Save the policy.

    Microsoft guidance is to keep exclusions minimal and to use them mainly for:

    • Emergency access or break-glass accounts, so administrators are not locked out by misconfigured policies.
    • Service accounts and service principals, where MFA is not appropriate and Conditional Access for workload identities should be used instead.

    If using the Microsoft 365 MFA setup templates, note that during template creation the current admin account is automatically excluded and cannot be changed at that step. After the policy is created, adjust the Excluded users list to contain only the intended emergency access accounts and any other justified exclusions.

    There is no requirement to add specific applications to the user or group for MFA exclusion; the Conditional Access policy assignments alone control whether MFA is enforced or bypassed for that identity.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.