I need to implement authorization based on an Active Directory group. Can someone clarify how the code below works?
User.IsInRole("Human Resouces")
Question:
- Is the Human Resources role in the Active Directory group verified?
- If not, how can I enable so that isInRole really checks the Group in Active Directory member.
- Or does he check the role on the IIS Server machine?
Thank.
source
share