Authentication Strengths & Conditional Access with Entra EAM
This guide covers using Microsoft Entra ID's Authentication Strengths and Conditional Access policies together with Incode EAM. Authentication Strengths define the assurance level required for a given access scenario; Conditional Access policies enforce those requirements based on conditions like user, app, location, or risk. When Incode EAM is configured as a Federated Multifactor method, it can satisfy Authentication Strength requirements directly.
Prerequisites
- You have completed the Microsoft Entra EAM setup guide
- A Microsoft Entra administrator account with permissions to manage Authentication Methods and Conditional Access policies
- A Microsoft Entra ID P1 or P2 subscription
How It Works
Microsoft Entra Authentication Strengths define a set of allowed authentication method combinations at a given assurance level. By creating a custom Authentication Strength that includes Federated Multifactor (which covers external authentication methods like Incode EAM), you can then reference that strength in a Conditional Access policy. When a user triggers that policy, Entra requires them to satisfy the Authentication Strength, routing them to Incode for verification.
Configuration Guide
Step 1: Create an Authentication Strength
- Log in to your Microsoft Entra Admin Center as an administrator.
- Navigate to Authentication Methods > Authentication Strengths.
- Click New Authentication Strength.
- Enter a unique name.
- Under Multifactor Authentication, select Federated Multifactor.
- Click Next, then Create.
Step 2: Create a Conditional Access Policy
- Navigate to Conditional Access > Policies.
- Click New Policy and enter a unique name.
- Configure the policy:
- Users: Select the users or groups this policy applies to.
- Conditions: Define when the policy triggers (by app, location, risk level, etc.). See Microsoft's Conditional Access conditions documentation for details.
- Grant: Select Grant access and then Require Authentication Strength.
- Select the Authentication Strength created in Step 1.
- Click Select, then Create.
Testing
- Navigate to a Microsoft application that meets your configured conditions.
- Sign in with an Entra account in the target group.
- After entering your password, you should be redirected to Incode to complete identity verification.
- Complete verification and confirm access is granted.
Updated about 2 hours ago
