Print Page | Close Window

Is there a way to get the users group(s) from Active Directory when using Authentication mode = "windows"?

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce 2010
Forum Discription: For .NET 4.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=2155
Printed Date: 02-Feb-2026 at 3:38am


Topic: Is there a way to get the users group(s) from Active Directory when using Authentication mode = "windows"?
Posted By: madone
Subject: Is there a way to get the users group(s) from Active Directory when using Authentication mode = "windows"?
Date Posted: 13-Sep-2010 at 2:44pm
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



Replies:
Posted By: ting
Date Posted: 17-Sep-2010 at 2:26pm
With the IEntityLoginManager interface, you can pretty much implement whatever type of authentication you need.  Unfortunately, we don't have an example using Active Directory.



Print Page | Close Window