cisagov / ScubaGear

Automation to assess the state of your M365 tenant against CISA's baselines
https://www.cisa.gov/resources-tools/services/secure-cloud-business-applications-scuba-project
Creative Commons Zero v1.0 Universal
1.6k stars 215 forks source link

Determine if ScubaGear will support guest user or application exclusions from conditional access policies #1171

Open tkol2022 opened 3 months ago

tkol2022 commented 3 months ago

💡 Summary

ScubaGear currently only support exclusions of users or groups from conditional access policies via a feature in the configuration file. The user can configure specific users and groups that are to be "ignored" by the tool when running the policy check. There are additional types of exclusions that a user can define in conditional access policies that there is currently no way to exclude in the configuration file. Those exclusion types are A) exclusion of guest users and B) exclusion of applications. See the related coding issue here for more details and screenshots. Here is a link to the currently supported exclusions in the config file.

The scope of this issue is to discuss with CISA and determine if changes need to be made to the baselines and/or ScubaGear.

Implementation notes