-
Notifications
You must be signed in to change notification settings - Fork 260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update AAD baseline policies and instructions to include PIM for Groups #376
Comments
Impact AnalysisI performed hands-on testing and determined the impact of adding PIM for Groups to five Azure AD policies. Details included below. Azure AD policies affected by the PIM for Groups feature:MS.AAD.7.1 A minimum of two users and a maximum of eight users SHALL be provisioned with the Global Administrator role MS.AAD.7.2 Privileged users SHALL be provisioned with finer-grained roles instead of Global Administrator MS.AAD.7.3 Privileged users SHALL be provisioned cloud-only accounts separate from an on-premises directory or other federated identity providers MS.AAD.7.4 Permanent active role assignments SHALL NOT be allowed for highly privileged roles. MS.AAD.7.6 Activation of the Global Administrator role SHALL require approval MS.AAD.7.7 Eligible and Active highly privileged role assignments SHALL trigger an alert, MS.AAD.7.8 User activation of the Global Administrator role SHALL trigger an alert, MS.AAD.7.9 User activation of other highly privileged roles SHOULD trigger an alert Further Analysis NeededPIM for Groups has a concept of a Member versus an Owner of a group. Each type has their own configuration settings and therefore we might need to check both for the policies. This requires further hands-on prototyping and analysis. Policies NOT affected by the PIM for Groups feature even though they make calls to PIM APIs:MS.AAD.7.5 Provisioning users to highly privileged roles SHALL NOT occur outside of a PAM system. |
Upon further reflection, I think this issue should be a priority for flipper. Happy to discuss on slack why that is. |
This is blocked on the completion of #755 |
Record of changes to the baseline to support PIM for GroupsIntro
7.1
7.2
7.3
7.4
7.5
|
💡 Summary
Azure AD policies that rely on the AAD PIM APIs need to be augmented to account for the PIM for Groups feature. Currently those baseline policies only include PIM for Roles and therefore are incomplete.
This issue is scoped to update the AAD baseline document policies and instructions to include PIM for Groups . This is only about updating the baseline. We have separate issues for updating the code.
All of the AAD policies in section 7 of the baseline are impacted by this change except for MS.AAD.7.5. See a detailed impact analysis in the comments.
Acceptance criteria
The text was updated successfully, but these errors were encountered: