Is it possible to get group hierarchy in AD? It's for managing permissions to a web app from there.
I need to do this:
- Users
- Product
- Admin
- Task
- Subtask1
- Subtask2
- Subtask3
- Task 2
- Task
- Admin
- Product
So if you are member of Admin you get reference to Task and Task 2 and its children. I think that AD doesn't come with an RBAC hierarchy but I want to be sure.