Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Get Recursive Nested AD Users in AAD Mode #3440

Closed
abuccts opened this issue Aug 26, 2019 · 4 comments
Closed

Get Recursive Nested AD Users in AAD Mode #3440

abuccts opened this issue Aug 26, 2019 · 4 comments
Assignees
Milestone

Comments

@abuccts
Copy link
Member

abuccts commented Aug 26, 2019

In current AAD mode, for the following two groups:

SG1
  SG1.User1
  SG1.User2
  SG2

SG2
  SG2.User1

If only SG1 is grant permissions, all users in SG2 won't have permissions.

@ydye
Copy link
Contributor

ydye commented Aug 29, 2019

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.

@ydye
Copy link
Contributor

ydye commented Aug 29, 2019

@fanyangCS

@ydye
Copy link
Contributor

ydye commented Jun 23, 2020

@fanyangCS #4639

@ydye ydye closed this as completed Jun 29, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants