Is there a way to limit the management of users in Identity Center group to another Identity Center Group?

0

We have a multi-organization setup. I created Group A and Group B. Group B has permissions to perform some actions in accounts. We would like only users in Group A to be able to add or remove users from Group B. Is there a way to achieve this?

ana
已提問 6 個月前檢視次數 141 次
2 個答案
0

This approach is not suitable for default identity store directory or, in other words, when your identity store default one from AWS.

Maksym
已回答 9 天前
-1

Create an iam policy and attach to group A.

The policy should control the action CreateGroupMembership limited to the resources

  • Group (B)
  • User (*)
  • Identity Store (X)

All these resources need defining to allow group A to add any user to group B in identity site x.

https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsidentitystore.html

profile picture
專家
已回答 6 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南