π§ͺ Testing MFA with AuthN by IDEE
Want to verify that your AuthN setup correctly passes Microsoft's Multi-Factor Authentication (MFA) requirement? This quick test will confirm it! β
π Prerequisites
Before you begin, please ensure:
β Your Microsoft domain is integrated and federated with IDEE.
β The computer you are testing from has the PartnerCenter PowerShell module installed.
π οΈ Step 1: Open PowerShell & Run the Test
Open Windows PowerShell as an Administrator (Right-click -> "Run as administrator").
Type or paste the following command and press Enter:
powershell
Test-PartnerSecurityRequirement
π Step 2: Complete the Authentication
A browser window will automatically open, prompting you to sign in.
Enter your work email address and complete the login process.
Authenticate using your WebAuthN method (e.g., security key, Windows Hello, etc.) when prompted. This is the MFA step!
π Step 3: Check the Result
Once authentication is successful, you can close the browser window.
Look at the PowerShell output.
If you see the word
Pass, congratulations! π Your AuthN integration successfully satisfies Microsoft's MFA requirement.
