I have a requirement to require MFA on a certain ADFS group but have an exception the users exists in another group. For example:
1. Permit all users by default.
2. Require MFA for specific group domain\mandatory
3. If user is in domain\mandatory but is also in a group called
domain\exempt, do not require MFA.
In other words, I want membership in the domain\exempt group to override the requirement for MFA. I've tried a few different configurations but MFA is never bypassed. Has anyone here attempted a similar configuration?