Reputation: 969
i have string username and string password. i need to authenticate the user and check for role membership against active directory in WCF. what is the best way to do it?
Upvotes: 0
Views: 317
Reputation: 1166
Check out the answer to this question - you should be able to use this to get what you're looking for:
User Group and Role Management in .NET with Active Directory
Upvotes: 1