Share via

Conditional Access Policy for non-compliant devices

RITU RAJ 0 Reputation points
2026-02-17T11:47:22.0533333+00:00

We need to implement a conditional access policy in our organization that allows only company-owned devices to access Microsoft Office 365 and SharePoint. Access attempts from non-compliant devices should be blocked. However, we have many vendors who use laptops from other organizations and BYOD (Bring Your Own Device) for accessing our SharePoint and Office 365 for business purposes. What would be the best solution in this case to minimize risk while still implementing the conditional access policy effectively?

Microsoft Security | Microsoft Entra | Microsoft Entra ID
{count} votes

1 answer

Sort by: Most helpful
  1. Sina Salam 27,886 Reputation points Volunteer Moderator
    2026-03-04T13:40:55.8733333+00:00

    Hello RITU RAJ,

    Welcome to the Microsoft Q&A and thank you for posting your questions here.

    I understand that you are in need to implement Conditional Access Policy for non-compliant devices.

    To avoid any misconceptions, issues and still meet the customer need by block high-risk non-compliant devices, but still enable BYOD access safely you will need to use a hybrid conditional access strategy:

    Recommended Conditional Access + App Protection Strategy if it's a corporate devices:

    • Require device compliance with MDM (Intune)
      • Create a compliance policy in Intune (OS version, encryption, etc.).
      • Create a CA policy that requires device compliance for corporate devices.
      • Allow access only if device is marked compliant. ([Azure Documentation][8])
    • For BYOD Vendor and/or Personal Devices:
    • Use App Protection Policies (MAM) without MDM enrollment
      • Create Intune App Protection Policies targeting BYOD users.
      • These policies secure corporate data per app only (e.g., Outlook, Teams).
      • Data leakage prevention & controls are enforced even on personal devices. ([Microsoft Learn][2])
    • Conditional Access for BYOD devices
      • Create CA policy targeting BYOD group or device filters (deviceOwnership eq Personal).
      • Grant controls: Require app protection policy OR require compliant device.
      • Configure Require approved client app (e.g., Outlook, Teams).
      • For multiple controls choose Require one of the selected controls. ([Microsoft Learn][2])
    • For Browser Restriction Option: Optionally, limit BYOD access to browser only, restrict file downloads via session & cloud app controls. ([TMinus 365][3])

    Therefore, to simplify. The policy deployment approach will be similar to the below:

    1. In a scenario of Corporate Managed Devices, the Conditional Access Requirement will be to require compliant device (MDM).
    2. In a scenario of BYOD (Personal/non-enrolled), the Conditional Access Requirement will be to Require App Protection Policy OR Approved Client.
    3. In a scenario of High-risk access, the Conditional Access Requirement will be to add additional MFA or Defender for Endpoint signals.

    I hope this is helpful! Do not hesitate to let me know if you have any other questions or clarifications.


    Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.