I need to use Active Directory for our user authentication. I would also like to be able to get their groups from Active Directory also. Is there an example somewhere that shows how to do this? If not, is there a way to do a mixed mode? Where I can use the users AD login to log them in automatically then use ASP.Net for the roles?
Thanks