Natasha Thapa
Natasha Thapa

Reputation: 969

Check Role information C# wcf

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

Answers (1)

Gunny
Gunny

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

Related Questions