Hello @Woody Chiu at RASI !
Is the MFA applied from a Conditional Access ?
If so :
-
Go to the Azure portal and navigate to Azure Active Directory > Conditional Access.
-
Click on the "New policy" button to create a new policy.
-
Give the policy a name and description that indicates it's for exempting store managers from MFA for a specific period of time.
-
Under "Users and groups," select the store managers you want to exempt from MFA.
-
Under "Cloud apps or actions," select "All cloud apps."
-
Under "Conditions," select "Device platforms" and choose the platform(s) that the store managers will use to access myaccount.microsoft.com.
-
Under "Access controls," select "Grant" and choose "Grant access without requiring multi-factor authentication."
-
Under "Enforcement," select "On" and set the duration of the exemption period.
-
Click on the "Create" button to create the policy.
Otherwise and if you have Azure Free plan , only way to d that on Organizaional Level (NOt recommended)
One option would be to use Azure Active Directory (Azure AD) self-service password reset (SSPR) to register the YubiKeys for your store managers. With Azure AD SSPR, users can reset their passwords or unlock their accounts themselves, which can include registering and managing their own MFA methods, such as YubiKeys.
You can configure SSPR policies to allow users to register and manage their own MFA methods, or you can perform bulk registration of YubiKeys for your store managers using PowerShell or other automation tools. This would eliminate the need for you to have to go through each store manager individually and would still ensure that MFA requirements are in place for all accounts.
Alternatively, you may want to consider providing some basic computer literacy training to your store managers, so that they can register their own YubiKeys or other MFA methods. This may be more time-consuming initially but would be a better long-term solution for ensuring the security of your accounts.
The answer or portions of it may have been assisted by AI Source: ChatGPT Subscription
Kindly mark the answer as Accepted and Upvote in case it helped or post your feedback to help !
Regards