0

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?

Natasha Thapa
  • 979
  • 4
  • 20
  • 41

1 Answers1

1

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

Community
  • 1
  • 1
Gunny
  • 1,146
  • 7
  • 11