Hello,
I have couple of Group Teams associated with Azure AD.
My requirement is as follows:
Whenever the user is added/removed from AD group, identify associated user's CDS team's "Security Role" and "Business Unit" and remove that security role from user and assign org level business unit to that user.
For example as indicated in following table:
Azure AD Group |
Users |
User's Security Role at Environment Level |
User's CDS Group Teams |
User's CDS BU |
Demo Group Team 1's Security Role |
Demo Group Team 1's Business Unit |
Demo AD Group 1 |
Demo User 1 |
CDS User Role + Environment Maker Role |
Demo Group Team 1 + Org Team |
Org BU |
Demo Security Role 1 |
Demo BU 1 |
- When "Demo User 1" is added in "Demo AD Group 1" in AAD, then "Demo User 1" should be updated with Demo Group Team 1's Security Role and Demo Group Team 1's Business unit.
- When "Demo User 1" is deleted in "Demo AD Group 1" in AAD, then "Demo User 1" should be removed with Demo Group Team 1's Security Role and assign org level Business unit.
How can I implement above two actions dynamically?
Thanks,