Category "usergroups"

Are nested groups supported?

Are nested groups supported in Azure B2C? This page suggests there is some support, because it links to https://docs.microsoft.com/en-us/azure/active-directory-

In Django, how to restrict access to a template to users based on their department_name. Each user belongs to certain department

I have the below model. Departments, users. Users are assigned to a department. How can I restrict the access of templates based on the department_name of a use