A company is designing a hybrid identity solution with Microsoft Entra ID. They need to ensure that users can access resources from unmanaged devices while maintaining security. The security team requires that all access from unmanaged devices must be limited to browser-only access to web apps and must block native client apps. Which conditional access grant control should you configure?
Trap 1: Require multi-factor authentication
Requiring multi-factor authentication only adds an authentication factor; it does not restrict the type of client app (native vs. browser), so native client apps would still be allowed.
Trap 2: Require device to be marked as compliant
Requiring a device to be marked as compliant blocks all non-compliant devices, including unmanaged ones. This would prevent browser access from unmanaged devices, which contradicts the requirement.
Trap 3: Require hybrid Azure AD joined device
Requiring a hybrid Azure AD joined device blocks all non-joined devices, which includes unmanaged devices, thus preventing any access.
- A
Require multi-factor authentication
Why wrong: Requiring multi-factor authentication only adds an authentication factor; it does not restrict the type of client app (native vs. browser), so native client apps would still be allowed.
- B
Require device to be marked as compliant
Why wrong: Requiring a device to be marked as compliant blocks all non-compliant devices, including unmanaged ones. This would prevent browser access from unmanaged devices, which contradicts the requirement.
- C
Require approved client app
Requiring an approved client app allows only specified client applications (e.g., Microsoft Edge) to access resources. By approving a browser, native apps are blocked, fulfilling the requirement for browser-only access from unmanaged devices.
- D
Require hybrid Azure AD joined device
Why wrong: Requiring a hybrid Azure AD joined device blocks all non-joined devices, which includes unmanaged devices, thus preventing any access.