G
Guest
I am trying to retrieve the a users groups from active directory thru asp.net
using windows authentication. I am working on a internal website that will
use AD for its security. I already know the user via
WindowsIdentity.GetCurrent() but I can't figure out how to get the users
groups without prompting the user for the password again.
using windows authentication. I am working on a internal website that will
use AD for its security. I already know the user via
WindowsIdentity.GetCurrent() but I can't figure out how to get the users
groups without prompting the user for the password again.