A cloud-based identity and access management service for securing user authentication and resource access
Hello @isotonicuk , using Azure AD Conditional Access is it possible to require device to be marked as compliant for all users and all MSFT cloud apps with the exception of AVD and also to require MFA and device to be marked as compliant for some users and only AVD apps. For this you have to create 2 CA policies:
Policy #1:
- Assigments:
- All Users (Set 1)
- All MSFT cloud apps excluding AVD
- All Users (Set 1)
- Access Controls:
- Grant: Require device to be marked as compliant
Policy #2
- Assigments:
- Selected Users (Set 2)
- AVD cloud app
- Selected Users (Set 2)
- Access Controls:
- Grant: Require MFA + Require device to be marked as compliant
Provided the user is not excluded from any of the policies he should've access to AVD: from any device is he is only member of Set 1 or from compliant device and passing MFA if he is member of Set 2.
Let us know if you need additional assistance. If the answer was helpful, please accept it and rate it so that others facing a similar issue can easily find a solution.