You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
Pending it.
Because the grouplist comes from Azure AD. And AD only give us the group which the user directly belongs to. Here we can't handle the issue recursively.
If we wanna get all user in a group which includes the user in the child group. We can change our logic to get user list from a group. Then recursively handle it.
In current AAD mode, for the following two groups:
If only
SG1
is grant permissions, all users inSG2
won't have permissions.The text was updated successfully, but these errors were encountered: