3
votes

Iv'e configured some roles types in Azure AD application manifest. When i assign a group X to the role i can see that the users in X are assigned. Now assume group Y is a group inside X. The users that are in Y are not assigned. Why? is there a way to make all the "inner" users to be also assigned?

Thanks!

1

1 Answers

6
votes

Not today. Role assignment only works with direct group membership. In a future release we will make it available for transitive group membership too.

Thanks