IDEE
← Entra ID Guides Function Guides for Admins

πŸ§ͺ 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

  1. Open Windows PowerShell as an Administrator (Right-click -> "Run as administrator").

  2. Type or paste the following command and press Enter:

    powershell

    Test-PartnerSecurityRequirement

🌐 Step 2: Complete the Authentication

  1. A browser window will automatically open, prompting you to sign in.

  2. Enter your work email address and complete the login process.

  3. Authenticate using your WebAuthN method (e.g., security key, Windows Hello, etc.) when prompted. This is the MFA step!

πŸ“Š Step 3: Check the Result

  1. Once authentication is successful, you can close the browser window.

  2. Look at the PowerShell output.

  3. If you see the word Pass, congratulations! πŸŽ‰ Your AuthN integration successfully satisfies Microsoft's MFA requirement.