Domain 3 β€” Module 4 of 5 80%
21 of 27 overall
Domain 3: Manage Applications Free ⏱ ~12 min read

App Protection Policies & Conditional Access

App protection policies keep corporate data safe inside managed apps β€” even on personal devices that aren't enrolled in Intune. Combined with conditional access, they're the BYOD security backbone.

What are app protection policies?

Simple explanation

Think of app protection policies as invisible walls around corporate data inside an app.

When Riko’s designer opens Outlook on their personal iPhone, they can read work email just fine. But they can’t copy the email text and paste it into WhatsApp. They can’t save work attachments to their personal iCloud. They can’t screenshot the email. The data stays inside the β€œwall” of the managed app.

The beautiful part: Riko didn’t need to enroll the designer’s personal phone. App protection policies work at the APP level, not the device level.

What app protection policies control

Setting CategoryExamples
Data transferBlock copy/paste to unmanaged apps, block β€œSave As” to personal storage, block screenshots
Access requirementsRequire PIN or biometric to open the app, require minimum OS version
Conditional launchBlock access if device is jailbroken/rooted, block if OS version is too old, wipe after X days offline
EncryptionEncrypt app data at rest
Selective wipeRemove corporate data from the app without affecting personal data or the device

Example: Riko’s BYOD policy at Pixel & Co

SettingConfigurationWhy
Block copy/paste to unmanaged appsYesPrevent data leaking to personal apps
Require PIN to open work appsYes (6 digits)Extra layer of security beyond device passcode
Block screenshots in managed appsYesPrevent screen capture of sensitive content
Allow Save to OneDrive for Business onlyYesWork files stay in corporate storage
Wipe app data after 30 days offlineYesIf a device goes silent, corporate data self-destructs
Block if device is jailbrokenYesJailbroken devices are a security risk

APP vs MDM

App Protection Policies (MAM) vs Device Management (MDM)
FeatureApp Protection (MAM)Device Management (MDM)
Enrollment requiredNoYes
What's managedData inside managed appsThe entire device
Personal data affectedNo β€” only corporate data in managed appsYes β€” device-wide policies apply
Selective wipeYes β€” remove corp data onlyRetire removes corp data; Wipe removes everything
Best forBYOD, personal devicesCorporate-owned devices
User acceptanceHigh β€” no device controlLower β€” users worry about IT seeing personal data
Protection scopeApp-level (managed apps only)Device-level (everything)

Key exam concept: APP (MAM) and MDM are not mutually exclusive. You can use BOTH: MDM for corporate devices AND APP for managed apps on those same devices. APP adds a second layer of data protection even on enrolled devices.

Conditional access for app protection

You can combine APP with conditional access to create a powerful BYOD strategy:

β€œRequire approved client app” or β€œRequire app protection policy”

CA Grant ControlWhat It Does
Require approved client appUser must access resources through a Microsoft-approved managed app (Outlook, Teams, Edge, etc.)
Require app protection policyUser’s app must have an app protection policy applied before accessing resources

Riko’s CA + APP strategy

  1. CA policy: β€œFor all users accessing Office 365, require app protection policy”
  2. Result: Users on personal devices MUST use managed apps (Outlook, Teams) with APP applied
  3. Unmanaged browsers or email apps are blocked from accessing corporate resources
  4. Personal apps aren’t affected β€” only access to M365 is gated
Exam tip: APP + CA is the BYOD answer

When the exam describes a BYOD scenario where:

  • Users have personal devices (not enrolled)
  • The company needs to protect corporate data
  • The company can’t/won’t enroll personal devices

The answer is almost always: App Protection Policy + Conditional Access requiring app protection policy.

This combination ensures: users can only access M365 through managed apps β†’ those apps enforce data protection rules β†’ no device enrollment needed.

Deep dive: APP for different platforms

App protection policies are supported on iOS/iPadOS and Android. Windows has a separate feature called Windows Information Protection (WIP), which is being deprecated in favour of Microsoft Purview Information Protection.

Platform differences:

  • iOS: APP controls copy/paste, screenshots, open-in, Save As, PIN, biometric, jailbreak detection
  • Android: Same as iOS + work profile integration (APP inside work profile provides double protection)
  • Windows: Use Purview sensitivity labels and Windows DLP instead of APP

The exam focuses on iOS and Android for APP scenarios.

🎬 Video walkthrough

Flashcards

Question

What do app protection policies (APP) protect without requiring device enrollment?

Click or press Enter to reveal answer

Answer

Corporate data inside managed apps β€” blocking copy/paste to unmanaged apps, requiring PIN/biometric access, encrypting app data, blocking screenshots, and enabling selective wipe of corporate data only. Works on personal devices without MDM enrollment.

Click to flip back

Question

What conditional access grant control works best with APP for BYOD?

Click or press Enter to reveal answer

Answer

'Require app protection policy' β€” ensures users must access M365 resources through apps that have an app protection policy applied. Blocks unmanaged browsers and third-party email apps. Combined with APP, this is the standard BYOD security strategy.

Click to flip back

Question

Can you use APP and MDM together on the same device?

Click or press Enter to reveal answer

Answer

Yes. They're not mutually exclusive. You can enroll a corporate device in MDM AND apply app protection policies to managed apps. APP adds app-level data protection on top of device-level MDM management.

Click to flip back

Knowledge Check

Knowledge Check

A designer at Pixel & Co copies a client proposal from work Outlook and tries to paste it into their personal Notes app on their iPhone (not enrolled in Intune). An app protection policy is applied to Outlook. What happens?

Knowledge Check

Riko wants to ensure that Pixel & Co employees can ONLY access Exchange Online and SharePoint through managed apps with app protection policies β€” not through personal email apps or unmanaged browsers. What should Riko configure?


Next up: App Configuration: Managed Apps & Devices β€” pushing app settings centrally so users don’t have to configure anything.