Only Outlook and Teams on Personal mobile devices
We are looking to let users access Outlook and Teams using their personal iOS and Android devices but not allow them to access the SharePoint side within the Outlook app.
I have made two conditional access policies to accomplish this, but only the Outlook side of things is working. Teams won’t let a user log in and are being blocked by the first Conditional access policy.
First CA
– Target Resources
Include = Office 365
Exclude = Micorosft Teams Service, Office 365 Exchange Online
– Conditions
Device Platform = Android, iOS
Filter for devices = device.deviceOwnership -eq “Personal”
– Grant
= Block access
Second CA
– Target Resources
Include = Microsoft Teams Services, Office 365 Exchange Online
-Conditions
Device Platform = Android, iOS
Filter for devices = device.deviceOwnership -eq “Personal”
– Grant
= Grant Access > Require device to be Marked compliant
Can anyone help?
We are looking to let users access Outlook and Teams using their personal iOS and Android devices but not allow them to access the SharePoint side within the Outlook app.I have made two conditional access policies to accomplish this, but only the Outlook side of things is working. Teams won’t let a user log in and are being blocked by the first Conditional access policy. First CA- Target ResourcesInclude = Office 365Exclude = Micorosft Teams Service, Office 365 Exchange Online- ConditionsDevice Platform = Android, iOSFilter for devices = device.deviceOwnership -eq “Personal”- Grant= Block access Second CA- Target ResourcesInclude = Microsoft Teams Services, Office 365 Exchange Online-ConditionsDevice Platform = Android, iOSFilter for devices = device.deviceOwnership -eq “Personal”- Grant= Grant Access > Require device to be Marked compliant Can anyone help? Read More