Forum Discussion
Conditional and App Policies to Protect Work Data on Personal Profiles Users Already Using Them
Hi luvsql You can block the native apps by configuring a conditional access policy requiring approved client apps. See https://docs.microsoft.com/en-us/azure/active-directory/conditional-access/concept-conditional-access-grant#require-approved-client-app for more info. In the example below I'm requiring approved client app AND app protection policy. You can also set the multiple control to One of the selected controls. Also See the article, How to: https://docs.microsoft.com/en-us/azure/active-directory/conditional-access/howto-policy-approved-app-or-app-protection for configuration examples.
This should help block access when using native apps. Make sure to test the configuration because users are going to be impacted when you deploy this.
Hope this helps